Hi,
I'm trying to get a TT-S2-4600 USB DVB-S2 device working on my Raspberry Pi, and it seems that I'm (finally) alsmost there.
I installed the kernel headers, cloned the s2-liplianin-v37 repository, stripped down the config in order to really only include the relevant drivers (rc_core, dw2102, ts2022, ts2020, ds3103, ds3100), as compiling on the pi itself is a real pain (yeah, couldn't get cross compiling to work... different story), and complied it.
I ran into an issue here and there, but now the device gets recognized, the dvb relevant modules are loaded, and there is an /dev/dvb/adapter0. (yay!)
But there seems to be an issue with firmware-downloading (usb-bulk/i2c releated errors). Here's the dmesg output:
$this->bbcode_second_pass_quote('', '
')[ 2030.333988] usb 1-1.2: new high-speed USB device number 6 using dwc_otg
[ 2030.435523] usb 1-1.2: New USB device found, idVendor=0b48, idProduct=3011
[ 2030.435557] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2030.435577] usb 1-1.2: Product: dvb-s2
[ 2030.435593] usb 1-1.2: Manufacturer: geniatech
[ 2030.435609] usb 1-1.2: SerialNumber: 000000000232
[ 2030.437331] dw2102: su3000_identify_state
[ 2030.437343]
[ 2030.437360] dvb-usb: found a 'TT Connect S2 4600' in warm state.
[ 2030.437408] dw2102: su3000_power_ctrl: 1, initialized 0
[ 2030.437417]
[ 2030.438001] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 2030.441627] DVB: registering new adapter (TT Connect S2 4600)
[ 2030.442514] bc 00 00 00 00 00
[ 2030.443346] bc ea 00 00 00 00
[ 2030.444243] bc ea 2b 00 00 00
[ 2030.445089] bc ea 2b 46 00 00
[ 2030.445989] bc ea 2b 46 02 00
[ 2030.446864] bc ea 2b 46 02 b3
[ 2030.446909] dvb-usb: MAC address: bc:ea:2b:46:02:b3
[ 2030.772113] DVB: Unable to find symbol ds3000_attach()
[ 2030.776620] Chip ID = [DS3103]!
[ 2030.776659] DS3103 chip version: 0.208 attached.
[ 2030.795510] dw2102: Attached DS3103/TS2022!
[ 2030.795532]
[ 2030.795564] DVB: registering adapter 0 frontend 0 (Montage Technology DS3103/TS2022)...
[ 2030.796945] input: IR-receiver inside an USB DVB receiver as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/input/input1
[ 2030.797357] dvb-usb: schedule remote query interval to 250 msecs.
[ 2030.797416] dw2102: su3000_power_ctrl: 0, initialized 1
[ 2030.797424]
[ 2030.797437] dvb-usb: TT Connect S2 4600 successfully initialized and connected.
[ 2033.043844] dvb-usb: recv bulk message failed: -110
[ 2033.043869] dw2102: i2c transfer failed.