OK guys, been in Menorca for the last week but home now. Glad to see there's been some activity in this thread. This morning I applied some of the findings and was successful. Here's a full run down of what I've done so far.
Installed NewCS 1.66 from blue panel on my DM7025.
Here's the config I'm using.
Code:
<?xml version="1.0"?>
<newCSconfig>
<globals>
<listening-ip>192.168.123.100</listening-ip>
</globals>
<readers name="Card Readers">
<device>
<name>Lower</name>
<type>Sci</type>
<node>/dev/sci0</node>
<mhz>357</mhz>
<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>10000</newcamd_port>
<priority>round</priority>
</device>
<device>
<name>Upper</name>
<type>Sci</type>
<node>/dev/sci1</node>
<mhz>357</mhz>
<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>10001</newcamd_port>
<priority>round</priority>
</device>
<device>
<name>Smargo</name>
<type>phoenix</type>
<node>/dev/usb/tts/0</node>
<mhz>369</mhz>
<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>10002</newcamd_port>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<enabled>No</enabled>
<port>16000</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>
<cache>
<emm>2</emm>
<ecm>3</ecm>
</cache>
<debug>
<password>NewCSpwd</password>
<level>normal</level>
<type>init</type>
<output>console,tcp</output>
<console_options>normal,init</console_options>
<tcp_port>3001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>
<newcamdserver>
<enabled>Yes</enabled>
<name>newcs</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>cccam</name>
<password>cccam</password>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>No</spider>
</user>
</newcamdserver>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>admin</name>
<password>admin</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
</newCSconfig>
You'll see from that config I have a smargo setup too. I have not yet tried the card in the smargo. That's my next step. NewCS runs the card just fine in the internal reader. It does get a little warm but I don't think its hot enough to cause any problems.
Now, on my DM8000 I run CCcam only. I added this line to the config.
Code:
N: 192.168.123.100 10001 cccam cccam 01 02 03 04 05 06 07 08 09 10 11 12 13 14
So this showed up as below.
Ok, so far so good. The only channel I've tried so far is Sly Sports 1, and it worked just fine. You can see below the card is handling ecm's ok. SO far I have not seen any freezing but again I will test further.
And so the quest continues, things are looking good so far. More testing to follow.