|
First, I want to say a big thank you to jernej for your fantastic work!
My posting is in this thread as the issue is a backported driver. I have a MyGica T230 which is recognized without problems in the 05-10 build, but not the 06-02 one. This is an excerpt of the dmesg log:
- [ 20.809668] Latest git patches (needed if you report a bug to linux-media@vger.kernel.org):
- [ 20.809676] d3f5193019443ef8e556b64f3cd359773c4d377b Merge tag 'v4.6-rc1' into patchwork
- [ 20.809683] f55532a0c0b8bb6148f4e07853b876ef73bc69ca Linux 4.6-rc1
- [ 20.809689] d5a38f6e4668b3110a66cd96ce2096184bf66def Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
- [ 20.844678] dvb-usb: found a 'Mygica T230 DVB-T/T2/C' in warm state.
- [ 22.075435] gmac0: probed
- [ 22.075855] gmac0 gmac0: eth0: eth0: PHY ID 00441400 at 0 IRQ poll (gmac0-0:00)
- [ 22.103597] 8021q: 802.1Q VLAN Support v1.8
- [ 22.990274] dvb-usb: bulk message failed: -110 (1/0)
- [ 23.100769] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
- [ 23.101065] DVB: registering new adapter (Mygica T230 DVB-T/T2/C)
- [ 23.101107] usb 3-1: media controller created
- [ 23.104137] dvb_create_media_entity: media entity 'dvb-demux' registered.
- [ 23.133843] i2c i2c-1: Added multiplexed i2c bus 2
- [ 23.133881] si2168 1-0064: Silicon Labs Si2168 successfully attached
- [ 25.140261] dvb-usb: bulk message failed: -110 (6/0)
- [ 27.140264] dvb-usb: bulk message failed: -110 (6/0)
- [ 27.140331] si2157: probe of 2-0060 failed with error -121
- [ 27.141229] dvb-usb: no frontend was attached by 'Mygica T230 DVB-T/T2/C'
- [ 27.142500] dvb-usb: schedule remote query interval to 100 msecs.
- [ 27.902199] [pm]state:1 valid
- [ 27.902215] [pm]state:3 valid
- [ 27.902221] [pm]state:7 valid
- [ 29.140244] dvb-usb: bulk message failed: -110 (2/0)
- [ 29.140277] dvb-usb: Mygica T230 DVB-T/T2/C successfully initialized and connected.
- [ 29.140469] usbcore: registered new interface driver dvb_usb_cxusb
- [ 31.140395] dvb-usb: bulk message failed: -110 (1/0)
- [ 33.240258] dvb-usb: bulk message failed: -110 (1/0)
- [ 35.340229] dvb-usb: bulk message failed: -110 (1/0)
- [ 37.440271] dvb-usb: bulk message failed: -110 (1/0)
Copy code
The "dvb-usb: bulk message failed: -110 (1/0)" error is then repeated often.
Let me describe for what I use my OPi PC: As as selfmade receiver and recorder for the newly introduced DVB-T2 with H.265 in Germany. As tvheadend can stream over network, I could attach the stick to my RasPi, which has a recent kernel and stream to the OPi, but that means running 2 devices.
If it is too much hassle for you and slows you down from important improvements, then drop the backported drivers. If I understand it correctly, it is an issue of a few months only until there is a mainline kernel for the OPi and then we have the drivers back. |
|