I'm trying to make a post asking about the dangers of frying the chip on my new white card but for some reason it's not working.
I'll insert my xml as code this time!
I had my white card in my DM500s for two days solid and when I put it back into the orginal receiver I first got a message about problems with my viewing card before I eventually got it working again.
Could you please share your experience with the new white card? Someone suggested changing 357mhz to 600mhz.
Here's my current xml:
Code:
<newCSconfig>
<readers name="Card Readers">
<device>
<name>lower</name>
<type>Sci</type>
<node>/dev/sci0</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>yes</blocksa>
<blockua>yes</blockua>
<blockga>yes</blockga>
<boxkey>****</boxkey>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>10001</newcamd_port>
<priority>round</priority>
</device>
<device>
<name>upper</name>
<type>Sci</type>
<node>/dev/sci1</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>yes</blocksa>
<blockua>no</blockua>
<blockga>yes</blockga>
<boxkey>****</boxkey>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>10000</newcamd_port>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<enabled>no</enabled>
</radegastserver>
<cache>
<emm>10</emm>
<ecm>10</ecm>
</cache>
<newcamdserver>
<enabled>yes</enabled>
<name>cardserver</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<userfile>/tmp/users.txt</userfile>
<user>
<spider>off</spider>
<rate>1</rate>
<sidoverride>off</sidoverride>
<status>access</status>
<name>newcs</name>
<password>newcs</password>
<au>on</au>
<allow>lower</allow>
<allow>upper</allow>
</user>
</newcamdserver>
</newCSconfig>