Ben nu niet thuis en kan alleen aangeven hoe het aan de dreambox kant uitziet … wellicht zijn niet alle opties noodzakelijk, maar het functioneert wel. De configs van de Kathrein heb ik hier niet en ik kan ook niet remote op m’n Kathy. Maar ergens moet je de username, password van de Kathy (in het voorbeeld kathrein/ufs910) en de IP van de Dreambox aangeven.
Configuratie:
Dreambox 7000 met Gemini 4.3
Kathrein UFS-910 met AAF 1.4a
De IP 192.168.xxx.xxx moet de IP van de Kathrein zijn
De deskey moet je eventueel ook aanpassen
Stap 1:
DREAMBOX: Installeer de actuele Cccam en NewCS.
Stap 2:
DREAMBOX: Pas newcs.xml (staat in ../var/tuxbox/config/) aan
<newCSconfig>
<readers name=“Card Readers”>
<device>
<name>lower</name>
<type>sci</type>
<mhz>357</mhz>
<node>/dev/sci0</node>
<infinity_number>0</infinity_number>
<parity>odd</parity>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<crypto-special>No</crypto-special>
<PTShandshake>No</PTShandshake>
<carddetect>Yes</carddetect>
<newcamd_port>33001</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>No</Seca-PPV>
<sid>
<allow>
<id></id>
</allow>
<deny>
<id></id>
</deny>
</sid>
<priority>round</priority>
</device>
<device>
<name>upper</name>
<type>sci</type>
<mhz>357</mhz>
<node>/dev/sci1</node>
<infinity_number>0</infinity_number>
<parit>odd</parity>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<crypto-special>No</crypto-special>
<PTShandshake>No</PTShandshake>
<carddetect>Yes</carddetect>
<newcamd_port>33002</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>No</Seca-PPV>
<sid>
<allow>
<id></id>
</allow>
<deny>
<id></id>
</deny>
</sid>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<enabled>Yes</enabled>
<port>16000</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>
<newcamdserver>
<enabled>Yes</enabled>
<name>newcs</name>
<deskey>11 12 13 14 15 16 17 18 19 10 11 12 13 14</deskey>
<userfile>/var/keys/</userfile>
<user>
<name>kathrein</name>
<password>ufs910</password>
<hostname>192.168.xxx.xxx</hostname>
<port>33001</port>
<au>on</au>
<spider>no</spider>
</user>
<user>
<name>kathrein</name>
<password>ufs910</password>
<hostname>192.168.xxx.xxx</hostname>
<port>33002</port>
<au>on</au>
<spider>no</spider>
</user>
<user>
<name>root</name>
<password>dreambox</password>
<hostname>127.0.0.1</hostname>
<port>33001</port>
<au>on</au>
<spider>no</spider>
</user>
<user>
<name>root</name>
<password>dreambox</password>
<hostname>127.0.0.1</hostname>
<port>33002</port>
<au>on</au>
<spider>no</spider>
</user>
</newcamdserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<debug>
<password>NewCSpwd</password>
<level>normal</level>
<type>init</type>
<output>console,tcp</output>
<console_options>normal,init</console_options>
<logfile></logfile>
<udp_host></udp_host>
<tcp_port>1001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>
</newCSconfig>
Stap 3:
DREAMBOX: Pas newcamd.conf (staat in ../var/tuxbox/config/newcamd/) aan
DEMUX_API = 2
BOX_TYPE = DM7000
CONTROL_WORD_DEVICE = CA
CA_API = 3
GTX_OUTPUT_MODE = 16
PMT_UPDATE_WATCH = no
EMU = yes
PREFER_EMU = no
DISABLE_CAM = yes
AU = yes
SHOW_ALL_CA_SYSTEMS = yes
OSD = enigma
OSD_WEB_LOGIN = root:210578mr$$
DEBUG_ECM = yes
DEBUG_EMM = yes
DEBUG_CWS = yes
DEBUG_CAM = yes
DEBUG_CAM_HEX = no
SHOW_CW = no
SHOW_PAT = no
SHOW_PMT = no
SHOW_ECM = no
SHOW_CAT = no
SHOW_EMM = no
SHOW_CWS_ECM = yes
SHOW_CWS_EMM = yes
EMM_REPORT_WRONG_SIG = no
OSD_WAIT_TIME = 2000
DEFAULT_CW_DELAY = 500
RELOAD_CONFIG_ON_ZAP = yes
RELOAD_KEYLIST_ON_ZAP = no
CWS = 192.168.xxx.xxx 33001 kathrein ufs910 11 12 13 14 15 16 17 18 19 10 11 12 13 14 lan newcs
CWS = 192.168.xxx.xxx 33002 kathrein ufs910 11 12 13 14 15 16 17 18 19 10 11 12 13 14 lan newcs
CWS = localhost 33001 root dreambox 11 12 13 14 15 16 17 18 19 10 11 12 13 14 lan newcs
CWS = localhost 33002 root dreambox 11 12 13 14 15 16 17 18 19 10 11 12 13 14 lan newcs
CWS_CONNECT_TIMEOUT = 20
ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Stap 4:
DREAMBOX: Pas CCcam.cfg (staat in ../var/etc/) aan
F: kathrein ufs910 1 192.168.xxx.xxx
N: 127.0.0.1 33001 root dreambox 11 12 13 14 15 16 17 18 19 10 11 12 13
N: 127.0.0.1 33002 root dreambox 11 12 13 14 15 16 17 18 19 10 11 12 13
SERVER LISTEN PORT : 37003