PDA

View Full Version : External card reader on DM800 and cccam



me1960
04-01-09, 01:46
how to :

1. Buy a USB - RS232 cable adapter with chipset PL-2303.

2. Connect the infinity USB to your windows computer. Launch the infinity program. In Options, tell your inifinity card reader to start in phoenix mode. Plug out your infinity USB. Now when you plug back the power on the led turns red (not green).

3. Take your brand new cable and connect the RS232 to your inifinity and at the other side, the USB to your dreambox. Use the second USB cable of the inifinity to bring it the 5 V power. Yes, the cardreader will use both of the 2 usb ports of the DM800 ...

4. If you use gemini, go in kernel options (2X blue button and choose kernel) and activate the PL-2303 driver for external USB cardreader.

5. Edit your cccam config with these lines :
SERIAL READER : /dev/ttyUSB0 phoenix
SMARTCARD CLOCK FREQUENCY: /dev/ttyUSB0 3570000 (or more if you know what you're doing)
CAMKEY: /dev/ttyUSB0 00 00 00 00 00 00 00 00
CAMDATA: /dev/ttyUSB0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
TRY ALL CHIDS : /dev/ttyUSB0

I'm not sure all these lines are usefull but I found it was working with that

6. Start a telnet session and write : mknod /dev/ttyUSB0 c 188 0
Everything should work now... Until your next boot.

7. To make it work each time you reboot, edit /usr/script/CCcam_2.0.11_cam.sh with a linux compatible editor like DCC.
Add the previsous line ; there for example :
# end
mknod /dev/ttyUSB0 c 188 0