OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)
Have similar problem with mine which is a generic chinese tuner... I fails on first init but is fine on second..

[ 8.994637] usb 1-1.4.3: dvb_usb_v2: 2nd usb_bulk_msg() failed=-110
[ 8.994684] dvb_usb_af9035: probe of 1-1.4.3:1.0 failed with error -110

Worked around it by adding the following to autostart.sh

#! /bin/sh
(sleep 10;
rmmod dvb_usb_af9035
modprobe dvb_usb_af9035) &

now it works fine after a reboot
[ 8.994637] usb 1-1.4.3: dvb_usb_v2: 2nd usb_bulk_msg() failed=-110
[ 8.994684] dvb_usb_af9035: probe of 1-1.4.3:1.0 failed with error -110
[ 8.994807] usbcore: registered new interface driver dvb_usb_af9035
[ 9.742701] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 9.742903] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.321709] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 11.322988] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[ 11.341166] 8021q: 802.1Q VLAN Support v1.8
[ 19.567540] usbcore: deregistering interface driver dvb_usb_af9035
[ 19.590565] usb 1-1.4.3: dvb_usb_af9035: prechip_version=83 chip_version=02 chip_type=9135
[ 19.591028] usb 1-1.4.3: dvb_usb_v2: found a 'ITE 9135 Generic' in cold state
[ 19.604032] usb 1-1.4.3: dvb_usb_v2: downloading firmware from file 'dvb-usb-it9135-02.fw'
[ 19.699710] usb 1-1.4.3: dvb_usb_af9035: firmware version=3.40.1.0
[ 19.699749] usb 1-1.4.3: dvb_usb_v2: found a 'ITE 9135 Generic' in warm state
[ 19.700981] usb 1-1.4.3: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[ 19.701127] DVB: registering new adapter (ITE 9135 Generic)
[ 19.722186] af9033 3-0038: firmware version: LINK 3.40.1.0 - OFDM 3.40.1.0
[ 19.722215] af9033 3-0038: Afatech AF9033 successfully attached
[ 19.722286] usb 1-1.4.3: DVB: registering adapter 0 frontend 0 (Afatech AF9033 (DVB-T))...
[ 19.752513] it913x 3-001c: ITE IT913X BX successfully attached
[ 19.797984] Registered IR keymap rc-it913x-v1
[ 19.798479] input: ITE 9135 Generic as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4.3/rc/rc1/input3
[ 19.802210] rc1: ITE 9135 Generic as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4.3/rc/rc1
[ 19.802248] usb 1-1.4.3: dvb_usb_v2: schedule remote query interval to 500 msecs
[ 19.802265] usb 1-1.4.3: dvb_usb_v2: 'ITE 9135 Generic' successfully initialized and connected
[ 19.802442] usbcore: registered new interface driver dvb_usb_af9035
[ 21.619810] usb 1-1.4.3: DVB: adapter 0 frontend 0 frequency 0 out of range (174000000..862000000)



(2015-12-07, 00:03)doveman2 Wrote: Still having major problems with my brother's Kworld Freeview tuner on his RPi v2.

I updated to #1204 with TVh #1205 and it works fine on my end, with just the tuner plugged into the RPi and an empty Belkin USB Hub. My brother's using an old composite TV though, so he can't use CEC and has to use a USB remote and would also quite like to use a USB flash drive for recording TV programmes.

My brother had the remote receiver and the flash drive plugged into his RPi and the tuner plugged into the hub. After updating him (and adding max_usb_current=1 to config.txt) the tuner wasn't visible. This is the dmesg.
http://pastebin.com/QkaUnsCz

Then I got him to plug the tuner directly into the RPi and put the remote receiver and flash drive in the hub, disconnect the hub and reboot. Then the tuner showed up in dmesg and in the TVh web GUI under Adapters. http://pastebin.com/xSsNTrSK

Then I got him to plug the remote receiver into the RPi and reboot and the tuner wasn't working again. http://pastebin.com/wauCpEt6

In all three instances dmesg shows "1-1.2: Product: DVB-T TV Stick" but after that the first and third tests show
usb 1-1.2: dvb_usb_v2: 2nd usb_bulk_msg() failed=-110
dvb_usb_af9035: probe of 1-1.2:1.0 failed with error -110

whilst the second shows:
usb 1-1.2: dvb_usb_af9035: prechip_version=83 chip_version=01 chip_type=9135
usb 1-1.2: dvb_usb_v2: found a 'Kworld UB499-2T T09' in cold state
usb 1-1.2: dvb_usb_v2: downloading firmware from file 'dvb-usb-it9135-01.fw'

and a lot more messages relating to the tuner. I've already sent him a spare tuner which I tested (as in fact I had the first one, with his RPi v2 before I gave it to him) so I'm sure the tuner isn't faulty but I haven't got a clue what's wrong and it's driving me nuts!


Messages In This Thread
Bluetooth on #1003 - by cdvreede - 2015-10-13, 11:08
Re: RE: Bluetooth on #1003 - by Milhouse - 2015-10-13, 13:24
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - by gendo - 2015-12-07, 06:08
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)10