TechnoTrend TT-connect CT-3650 CI: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Initial page creation with information on current support)
 
mNo edit summary
Line 2: Line 2:


==Overview/Features==
==Overview/Features==
TODO - See external product page link below.
TODO


==Driver support==
==Driver support==
Line 37: Line 37:


==External Links==
==External Links==
* [http://www.tt-pc.com/2916/TT-connect__CT-3650_CI.html CT-3650 product page]
* [http://www.tt-pc.com/2916/TT-connect__CT-3650_CI.html CT-3650 CI product page]
[[Category:DVB-C USB Devices]]
[[Category:DVB-C USB Devices]]

Revision as of 22:11, 11 February 2012

A combined DVB-C and DVB-T USB 2.0 device from TechnoTrend with integrated CI.

Overview/Features

TODO - See external product page link below.

Driver support

As of kernel 3.2, the CI interface is now functional and can be used to decrypt pay-TV with the use of a CAM.

Log from initialization on kernel 3.2.5:

[ 9528.631071] usb 2-1.1: new high-speed USB device number 5 using ehci_hcd
[ 9529.289469] IR NEC protocol handler initialized
[ 9529.293534] IR RC5(x) protocol handler initialized
[ 9529.296526] IR RC6 protocol handler initialized
[ 9529.298099] dvb-usb: found a 'Technotrend TT-connect CT-3650' in warm state.
[ 9529.298676] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 9529.298682] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 9529.298960] DVB: registering new adapter (Technotrend TT-connect CT-3650)
[ 9529.299433] IR JVC protocol handler initialized
[ 9529.302624] IR Sony protocol handler initialized
[ 9529.308074] IR MCE Keyboard/mouse protocol handler initialized
[ 9529.312022] lirc_dev: IR Remote Control driver registered, major 248 
[ 9529.313240] IR LIRC bridge handler initialized
[ 9529.315511] ttusb2: CI initialized.
[ 9529.315520] DVB: registering adapter 0 frontend 0 (Philips TDA10023 DVB-C)...
[ 9529.336842] DVB: registering adapter 0 frontend 1 (NXP TDA10048HN DVB-T)...
[ 9529.362972] Registered IR keymap rc-tt-1500
[ 9529.363171] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/rc/rc0/input15
[ 9529.363616] rc0: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/rc/rc0
[ 9529.363623] dvb-usb: schedule remote query interval to 150 msecs.
[ 9529.364156] dvb-usb: Technotrend TT-connect CT-3650 successfully initialized and connected.
[ 9529.364198] usbcore: registered new interface driver dvb_usb_ttusb2
[ 9536.512472] dvb_ca adapter 0: Invalid PC card inserted :(

Beware that the initialization of the CAM will fail as seen above ("Invalid PC card inserted") due to the CAM being in sleep-mode. Once an application requests to use the CAM, it will wake up and get initialized automatically. This has been tested to work with at least VDR and MythTV (v0.24 and v0.25).

External Links