Liebe Leute, finde den Fehler nicht

wenn ich den Mastercrd an meiner dbox2 mit anschließe wird die sk* karte nur noch im Mastercrd erkannt ich möchte die sk* karte im mc laufen lassen und die hd+ im Mastercrd. Habe aber zur Zeit nur die sk* karte deswegen beides auf 600

weiterhin habe ich noch eine frage, wo man den rsa key von der hd+ herbekommt, kann man den irgentwie auslesen? habe sie noch nicht da, wird mir erst noch zugeschickt, wollte aber schon mal alles vorbereiten. für Antwort währe ich dankbar gruß Kohle


hier mal meine xml

<?xml version="1.0"?>
<!--

For setup-issues, look in readme.txt!
If there are other troubles, try different forums or irc channels around :o)

The configfile are NOT case-sensitive, and shouldnt care about dos/unix cr/lf.

** This is the example file for Phoenix Interface.

-->

<newCSconfig>
<readers name="Card Readers">

<device>
<name>multicam</name>
<type>dbox</type>
<node>/dev/tts/1</node>
<mhz>600</mhz> <!-- or 357 -->
<parity>even</parity>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxkey>0000000000</boxkey>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>34000</newcamd_port>
<priority>round</priority> <!-- hard is default -->
<sid>

<allow>
<!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->
<id></id>
</allow>
<deny>
<!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->
<id></id>
</deny>
</sid>
</device>
<device>
<name>Mastercrd2</name>
<type>dbox</type>
<node>/dev/tts/0</node>
<mhz>600</mhz> <!-- or 600 -->
<parity>even</parity>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxkey>0000000000</boxkey>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>34001</newcamd_port>
<priority>round</priority>
- <!-- hard is default
-->
- <sid>
- <allow>
- <!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it.
-->
<id />
</allow>
- <deny>
- <!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it.
-->
<id />
</deny>
</sid>
</device>
</readers>

<radegastserver>
<enabled>No</enabled>
<port>16000</port>
<allow>
<hostname>127.0.0.1</hostname>
</allow>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<debug>
<password></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>newcs</name>
<deskey>80 30 10 90 20 40 50 70 60 00 18 15 12 88</deskey>

<user>
<name>server</name>
<password>passwort</password>
<au>on</au>
</user>

</newcamdserver>

<httpd>
<server>
<port>8088</port>
<enabled>yes</enabled>
</server>
<user>
<name>newcs</name>
<password>newcs</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>

</newCSconfig>