Ish Ramjan wrote:
> FYI seem to have removed this error now, and looking much better when looking at dmesg.
>
> Started to suspect a hardware issue due to what I could Google about the -110 error. Turns out when plugged in whilst using the supplied 6 inch USB extension I get the -110 error, and also with one I had lying around.
>
> When plugged in directly the error is gone, and it is identified, connected and the interface driver is successfully registered.
>
> Here's hoping a scan works now :)
I have a DVB-T210 (v2) stick and I have the same problem (-110 error), here the dmesg output:
[ 778.872058] usb 1-1.3: new high-speed USB device number 9 using xhci_hcd
[ 778.977672] usb 1-1.3: language id specifier not provided by device, defaulting to English
[ 778.979596] usb 1-1.3: New USB device found, idVendor=0572, idProduct=c688
[ 778.979602] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 779.168162] dvb-usb: found a 'Mygica T230 DVB-T/T2/C' in warm state.
[ 779.405120] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 779.405588] DVB: registering new adapter (Mygica T230 DVB-T/T2/C)
[ 779.695531] i2c i2c-8: Added multiplexed i2c bus 9
[ 779.695540] si2168 8-0064: Silicon Labs Si2168 successfully attached
[ 779.908577] si2157 9-0060: Silicon Labs Si2147/2148/2157/2158 successfully attached
[ 779.908601] usb 1-1.3: DVB: registering adapter 0 frontend 0 (Silicon Labs Si2168)...
[ 779.908968] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/input/input18
[ 779.909756] dvb-usb: schedule remote query interval to 100 msecs.
[ 779.909823] dvb-usb: Mygica T230 DVB-T/T2/C successfully initialized and connected.
[ 779.909875] usbcore: registered new interface driver dvb_usb_cxusb
[ 782.014395] dvb-usb: recv bulk message failed: -110
[ 821.991682] si2168 8-0064: found a 'Silicon Labs Si2168-B40'
[ 822.018002] si2168 8-0064: firmware: direct-loading firmware dvb-demod-si2168-b40-01.fw
[ 822.018011] si2168 8-0064: downloading firmware from file 'dvb-demod-si2168-b40-01.fw'
[ 822.598343] si2168 8-0064: firmware version: 4.0.4
[ 822.610009] si2157 9-0060: found a 'Silicon Labs Si2158-A20'
[ 822.640297] si2157 9-0060: firmware: direct-loading firmware dvb-tuner-si2158-a20-01.fw
[ 822.640305] si2157 9-0060: downloading firmware from file 'dvb-tuner-si2158-a20-01.fw'
[ 823.674712] si2157 9-0060: firmware version: 2.1.6
I'm unable to fix this error. I'm running Debian 9.0 with Kernel 4.2.0-1-amd64.
I have downloaded the latest firmware from OpenELEC, and recompiled the last drivers from "media_build".
I have another USB stick: "Terratec Cinergy T USB XXS (HD)" and this stick works perfectly (but is not DVB-T2). Here dmesg output:
[ 2483.474077] usb 1-1.3: new high-speed USB device number 10 using xhci_hcd
[ 2483.579265] usb 1-1.3: New USB device found, idVendor=0ccd, idProduct=0078
[ 2483.579273] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2483.579277] usb 1-1.3: Product: CinergyTUSB XXS
[ 2483.579281] usb 1-1.3: Manufacturer: TerraTec GmbH
[ 2483.579285] usb 1-1.3: SerialNumber: 0000000001
[ 2483.580413] dvb-usb: found a 'Terratec Cinergy T USB XXS (HD)/ T3' in cold state, will try to load a firmware
[ 2483.580483] usb 1-1.3: firmware: direct-loading firmware dvb-usb-dib0700-1.20.fw
[ 2483.580489] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.20.fw'
[ 2483.646938] dib0700: firmware started successfully.
[ 2484.151407] dvb-usb: found a 'Terratec Cinergy T USB XXS (HD)/ T3' in warm state.
[ 2484.151546] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 2484.151603] DVB: registering new adapter (Terratec Cinergy T USB XXS (HD)/ T3)
[ 2484.405122] usb 1-1.3: DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...
[ 2484.657387] DiB0070: successfully identified
[ 2484.657410] Registered IR keymap rc-dib0700-rc5
[ 2484.657715] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/rc/rc0/input19
[ 2484.657949] rc0: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/rc/rc0
[ 2484.658176] dvb-usb: schedule remote query interval to 50 msecs.
[ 2484.658185] dvb-usb: Terratec Cinergy T USB XXS (HD)/ T3 successfully initialized and connected.
+So I think that is a driver problem since the port (usb 1-1.3) that I have used is the same of DVB-T210+. Any idea on how to solve this problem ?