Comment 5 for bug 229879

Revision history for this message
Brendan Ragan (lordmortis-gmail) wrote : Re: My DVB-card is flooding the consol with "recv bulk message failed"

The FusionHDTV DVT-T Dual Digital is different fromt he Dual Express - The Dual Express is a PCI-Express card

DVICO makes two USB/PCI cards - the Dual Digital (2), which has an actual USB port (that's the one I have, and i think the one you have?) and the dual digital 4 which has a pci -> usb bridge for the USB tuner.

I'm also running ubuntu 8.04 server and having the same problem Anders is having - the PCI tuner loads fine:

[ 67.505751] cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded
[ 67.505886] cx88[0]: subsystem: 18ac:db50, board: DViCO FusionHDTV DVB-T Dual Digital [card=44,autodetected]
[ 67.505889] cx88[0]: TV tuner type 4, Radio tuner type -1
[ 67.511394] cx88/0: cx2388x v4l2 driver version 0.0.6 loaded

but the USB one gives error messages after it loads:

[ 69.092019] dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual USB' in cold state, will try to load a firmware
[ 69.139716] dvb-usb: downloading firmware from file 'dvb-usb-bluebird-01.fw'
[ 69.236381] usb 2-3: USB disconnect, address 3
[ 69.240610] dvb-usb: generic DVB-USB module successfully deinitialized and disconnected.
(so the firmware is loading fine, but then)
[ 71.057474] usb 2-3: new high speed USB device using ehci_hcd and address 4
[ 71.209202] usb 2-3: configuration #1 chosen from 1 choice
[ 71.209539] dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual USB' in warm state.
[ 71.210596] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 71.220371] DVB: registering new adapter (DViCO FusionHDTV DVB-T Dual USB)
[ 71.222823] DVB: registering frontend 1 (Zarlink MT352 DVB-T)...
[ 71.224278] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:02.1/usb2/2-3/input/input6
[ 71.257178] dvb-usb: schedule remote query interval to 150 msecs.
[ 71.257185] dvb-usb: DViCO FusionHDTV DVB-T Dual USB successfully initialized and connected.
[ 72.606458] dvb-usb: recv bulk message failed: -75
[ 82.039426] dvb-usb: bulk message failed: -71 (1/0)
[ 83.379617] dvb-usb: bulk message failed: -71 (1/0)
[ 84.057324] dvb-usb: bulk message failed: -71 (1/0)
[ 84.978737] dvb-usb: bulk message failed: -71 (1/0)
[ 85.730943] dvb-usb: bulk message failed: -71 (1/0)
[ 86.242278] dvb-usb: bulk message failed: -71 (1/0)
[ 87.117679] dvb-usb: bulk message failed: -71 (1/0)
[ 87.357889] dvb-usb: bulk message failed: -71 (1/0)
[ 88.003277] dvb-usb: bulk message failed: -71 (1/0)
... and so on.

I'm going to try the desktop kernel as i notice Anders is also running the server kernel. Will post my findings shortly.