Hallo Leute, es ist zum verzweifeln:
Ich habe einen Linksys Nslu2 mit Smargo Cardreader. Auf der Nslu2 läuft NewCS. Der Client ist ein Octagon Receiver mit Newcamd 5.25. Die Karte ist eine PW S01.
Hier das Log beim starten von NewCS:
Für mich sieht das gut aus, oder täusch ich mich da.
Und hier meine newcs.xml:
Das Problem ist nun, dass beim Receiver nichts ankommt. Beim Einschalten von Newcamd wird auf Port 20028 gesucht, aber leider keine CAIDs gefunden. Bei einem Payserver funktionierts aber. Was mach ich blos falsch?
Gruß Gizehs
Ich habe einen Linksys Nslu2 mit Smargo Cardreader. Auf der Nslu2 läuft NewCS. Der Client ist ein Octagon Receiver mit Newcamd 5.25. Die Karte ist eine PW S01.
Hier das Log beim starten von NewCS:
Code:
# newcs.nslu2.usb -c /etc/newcs.usb.xml
This is NewCS 1.65 - the New CardServer by the Butter-team..
Compiled on Jan 19 2009 at 17:56:11
Reading Config file from /etc/newcs.usb.xml
TCP-log password is enabled, set to: NewCSpwd
level: normal
type: all
output: console,file,tcp
logger config: level 1 type 255 output 13
Console log options: level 1 type 255
log file: /tmp/newcs.logfile
File log options: level 1 type 255
TCP log options: level 1 type 255
[ 23:34:38 ] [ Box detect ] Box type 1 (General Boxtype - PC compatible)
[ 23:34:38 ] [ Config ] Irdeto EMM mode 0 SET on reader Smargo on USB1
[ 23:34:38 ] [ Config ] Option <blockc0> for device 0 (Smargo on USB1) not present, defaulting to NO
[ 23:34:38 ] [ Config ] Option <crypto-special> for device 0 (Smargo on USB1) not present, defaulting to NO
[ 23:34:38 ] [ Config ] Option <PTShandshake> for device 0 (Smargo on USB1) not present, defaulting to NO
[ 23:34:38 ] [ Config ] Option <Seca-PPV> for device 0 (Smargo on USB1) not present, defaulting to NO
[ 23:34:38 ] [ Config ] /dev/ttyUSB0 ECM priority: round
[ 23:34:38 ] [ Newcamd ] Server name : newcs
[ 23:34:38 ] [ Newcamd ] Des key : 0102030405060708091011121314
[ 23:34:38 ] [ Config ] Option <spider> not present for User: dummy, defaulting to NO
[ 23:34:38 ] [ Newcamd ] User 2: dummy, Pass: dummy, Host none, Port: 0, Au: Off, Spider allowed: No, Sidoverride: No, level: 0
[ 23:34:38 ] [ httpd ] httpd-user: newcs, password: newcs, accesslevel: admin
[ 23:34:38 ] [ EMM Cache ] Initialising dynamic Cache
[ 23:34:38 ] [ ECM Cache ] Initialising dynamic Cache
[ NewCS ] Process ID is: 509
[ 23:34:38 ] [ Loader ] Starting Telnet on port 1001
[ 23:34:38 ] [ Loader ] Started HTTP-server on port: 8080
[ 23:34:38 ] [ Loader ] Reader type 2 on node /dev/ttyUSB0
[ 23:34:38 ] [ Phoenix ] Opening device /dev/ttyUSB0
[ 23:34:38 ] [ Phoenix ] Setting Parity to: NONE
[ 23:34:38 ] [ Phoenix ] Setting 2 Stop bits on node /dev/ttyUSB0
[ 23:34:38 ] [ Phoenix ] Setting Baud to standard 9600
[ 23:34:39 ] [ Phoenix ] Normal RESET on node /dev/ttyUSB0
[ 23:34:40 ] [ ATR ] T=14 1etu=174.60us Guardtime:17etu WWT:9600etu
[ 23:34:40 ] [ ATR ] Historical bytes: I R D E T O A C S [03] [83] [95] [00] [80]
[ 23:34:40 ] [ Loader ] Init Irdeto card
[ 23:34:40 ] [ Phoenix ] Setting Parity to: NONE
[ 23:34:40 ] [ Phoenix ] Setting 2 Stop bits on node /dev/ttyUSB0
[ 23:34:40 ] [ Phoenix ] Setting Baud to custom 5727
[ 23:34:41 ] [ KeymaN ] Adding key 0000000071238c type 0 on Provider 000000 for caid 1702 ID=0
[ 23:34:41 ] [ KeymaN ] Adding key 00000000ffffff type 1 on Provider 000000 for caid 1702 ID=0
[ 23:34:41 ] [ KeymaN ] Adding key 00000000ffffff type 1 on Provider 000001 for caid 1702 ID=1
[ 23:34:41 ] [ KeymaN ] Skipping duplicate irdeto
[ 23:34:41 ] [ Loader ] Card 1702 on port /dev/ttyUSB0 ready
[ 23:34:41 ] [ Loader ] Starting Newcamd Server on port 20028
[ 23:34:41 ] [ Newcamd ] Newcamd thread Server started on port 20028
newcamd: main loop
[ 23:34:41 ] [ NewCS ] Ready to GO! :)
#
Und hier meine newcs.xml:
Code:
<?xml version="1.0"?>
<!--
The configfile are NOT case-sensitive, and shouldnt care about dos/unix cr/lf.
-->
<newCSconfig>
<readers name="Smargo">
<device>
<name>Smargo on USB1</name>
<type>phoenix</type>
<mhz>358</mhz>
<node>/dev/ttyUSB0</node>
<parity>none</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<blockC0>Yes</blockC0>
<irdetomode>0</irdetomode>
<carddetect>yes</carddetect>
<newcamd_port>20028</newcamd_port>
<priority>round</priority>
</device>
</readers>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>newcs</name>
<password>newcs</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
<debug>
<password>NewCSpwd</password>
<mode>simple</mode>
<level>normal</level>
<type>all</type>
<output>console,file,tcp</output>
<logfile>/tmp/newcs.logfile</logfile>
<tcp_port>1001</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>dummy</name>
<password>dummy</password>
<au>off</au>
<sidoverride>off</sidoverride>
</user>
</newcamdserver>
</newCSconfig>
Gruß Gizehs