I got the Dvbviewer working with Dvblink and Win7 Media Center Working and trying to get My Jaycar Reader to work with NEWCS & Acamd.
I downloaded New CS 1.65 and ACAMD 0.6.0.3. Then I configured NEWCS.xml file and Acamd config file. Then copied acamd.dll and cardclient.conf to dvbviewer's plugin directory.
I configured the Acamd Action tweaks as per to MATTTV suggestions :
Mattv: Once you are up, with DVBViewer/s running you can go to plugins -> Acamd then in the Actions menu make the following tweaks -
All options ticked except:
Show Monitor at startup
Newcamd disable check on ProviderId
Lock on Connection ID is checked, everything below that is unchecked.
When I tried to open Acamd Plugin From Dvbviewer Im getting an error saying Connection from tuner1 to not-ready server! on Newcs Gui and ACAMD says failed to login to cardserver for username tuner1 (proto 525)
Here's my newcs.xml:
<?xml version="1.0"?>
<newCSconfig>
<readers name="Standard Phoenix on PC">
<device>
<name>Phoenix on COM1</name>
<type>phoenix</type>
<mhz>357</mhz>
<node>COM1</node>
<parity>odd</parity>
<reset>normal</reset>
<export>no</export>
<enabled>yes</enabled>
<blocksa>no</blocksa>
<blockua>no</blockua>
<blockga>no</blockga>
<blockc0>yes</blockc0>
<!-- <boxid>0000000000</boxid> -->
<!-- <rsa>0000000000</rsa> -->
<crypto-special>no</crypto-special>
<PTShandshake>no</PTShandshake>
<carddetect>no</carddetect>
<newcamd_port>34000</newcamd_port>
<autosid>yes</autosid>
<priority>fifo</priority>
<Seca-PPV>no</Seca-PPV>
<pincode>0000</pincode>
</device>
</readers>
<radegastserver>
<enabled>No</enabled>
<port>10001</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<server>
<port>8080</port>
<enabled>no</enabled>
</server>
<debug>
<password>newcs</password>
<level>normal</level>
<type>init</type>
<output>console,tcp</output>
<console_options>normal,init</console_options>
<tcp_port>1001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<name>st</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>tuner1</name>
<password>password1</password>
<hostname>localhost</hostname>
<port>34000</port>
<rate>1</rate>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>no</spider>
</user>
</newcamdserver>
</newCSconfig>
An this what I have on my cardclient.conf :
newcamd:localhost:34000:0/096A/ffff:tuner1:password1:0102030405060708091011121314
Please tell me what I'm doing wrong here? Thank you