TechnoTrend TVStick CT2-4400 v2

Ageir

Vu+ Newbie
I have a problem getting the TT 4400 v2 to work on BH 2.1.5.
The modules seems to be loading correctly except for the IR.
I downloaded the correct firmware and placed in /lib/firmware but it doesn't get that far.
Here's the output from dmesg. Seems that there is a problem attaching it to a frontend.

dvb-usb: found a 'TechnoTrend TVStick CT2-4400' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (TechnoTrend TVStick CT2-4400)
dvb-usb: MAC address: bc:ea:2b:44:02:45
i2c i2c-0: Added multiplexed i2c bus 1
si2168 0-0064: Silicon Labs Si2168 successfully attached
dvb-usb: no frontend was attached by 'TechnoTrend TVStick CT2-4400'
IR keymap rc-tt-1500 not found
Registered IR keymap rc-empty
input: IR-receiver inside an USB DVB receiver as /devices/platform/ehci-brcm.0/usb1/1-1/bh-rc/rc0/input0
rc0: IR-receiver inside an USB DVB receiver as /devices/platform/ehci-brcm.0/usb1/1-1/bh-rc/rc0
dvb-usb: schedule remote query interval to 150 msecs.
dvb-usb: TechnoTrend TVStick CT2-4400 successfully initialized and connected.
usbcore: registered new interface driver dvb_usb_cxusb

Anyone got any idea how to solve this?

Thanks in advance!
 

Swimm3r

Vu+ Newbie
Hello
I have the same error:

Code:
root@vusolo2:~# dmesg | grep dvb
        e8812dab0d410e2694451a73b421df6fd82b3b07 Merge branch 'bh-master_20140924_bh_dvb_usb_v2' of git.blackhole-community.net:repos/bh/vuplus_kernel into bh-master_20140924_bh_dvb_usb_v2
        e8812dab0d410e2694451a73b421df6fd82b3b07 Merge branch 'bh-master_20140924_bh_dvb_usb_v2' of git.blackhole-community.net:repos/bh/vuplus_kernel into bh-master_20140924_bh_dvb_usb_v2
dvb-usb: found a 'TechnoTrend TVStick CT2-4400' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
dvb-usb: MAC address: bc:ea:2b:44:0f:7a
dvb-usb: no frontend was attached by 'TechnoTrend TVStick CT2-4400'
dvb-usb: schedule remote query interval to 150 msecs.
dvb-usb: TechnoTrend TVStick CT2-4400 successfully initialized and connected.
usbcore: registered new interface driver dvb_usb_cxusb
BRCM brcm_dvb0: DVB: registering adapter 0 frontend 0 (BCM7346 FE)...
BRCM brcm_dvb0: DVB: registering adapter 0 frontend 0 (BCM7346 FE)...

Can anyone help with no frontend was arrached problem?

Thanks.
 

Swimm3r

Vu+ Newbie
Hello,

I found what the problem is. The kernel module for the si2157 is missing.
It should be located in: /lib/modules/3.13.5/kernel/drivers/media/tuners/si2157.ko

@angelofsky1980 : Can you please compile this module too?
 
Top