public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] dvb-usb: could not submit URB no. 0 - get them all back
@ 2009-01-18 15:01 Halim Sahin
  2009-01-19  7:24 ` Tero Siironen
  0 siblings, 1 reply; 4+ messages in thread
From: Halim Sahin @ 2009-01-18 15:01 UTC (permalink / raw)
  To: linux-dvb

Hello all,
I can't use my dvb-usb-vp7045 based dvb-t stick with latest v4l-dvb drivers.
I have tested latest hg and the standard dvb drivers.
My kernel is 2.6.28.
dmesg |grep -i dvb-usb shows:
dvb-usb: found a 'Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II)'
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
dvb-usb: MAC address: 08:ff:ff:ff:ff:ff
dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) successfu
dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) successfu
dvb-usb: found a 'Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II)'
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
dvb-usb: MAC address: 08:ff:ff:ff:ff:ff
dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) successfu
dvb-usb: could not submit URB no. 0 - get them all back

Can someone confirm or can tell me howto solve this???
Thanks
Halim



_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [linux-dvb] dvb-usb: could not submit URB no. 0 - get them all back
  2009-01-18 15:01 [linux-dvb] dvb-usb: could not submit URB no. 0 - get them all back Halim Sahin
@ 2009-01-19  7:24 ` Tero Siironen
  2009-01-24 11:25   ` [linux-dvb] Status: " Halim Sahin
  0 siblings, 1 reply; 4+ messages in thread
From: Tero Siironen @ 2009-01-19  7:24 UTC (permalink / raw)
  To: linux-media; +Cc: linux-dvb

2009/1/18 Halim Sahin <halim.sahin@t-online.de>:
> Hello all,
> I can't use my dvb-usb-vp7045 based dvb-t stick with latest v4l-dvb drivers.
> I have tested latest hg and the standard dvb drivers.
> My kernel is 2.6.28.
> dmesg |grep -i dvb-usb shows:
> dvb-usb: found a 'Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II)'
> dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
> dvb-usb: MAC address: 08:ff:ff:ff:ff:ff
> dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) successfu
> dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) successfu
> dvb-usb: found a 'Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II)'
> dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
> dvb-usb: MAC address: 08:ff:ff:ff:ff:ff
> dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) successfu
> dvb-usb: could not submit URB no. 0 - get them all back
>
> Can someone confirm or can tell me howto solve this???


Hi,

I don't have the answer for solving this, but I do have the same
problem with my Artec T14BR DVB-T USB stick and 2.6.28 kernel. When
I'm using 2.6.28-rc6 kernel the device works fine.

Here is my dmesg :

usb 1-5: new high speed USB device using ehci_hcd and address 8
usb 1-5: configuration #1 chosen from 1 choice
usb 1-5: New USB device found, idVendor=05d8, idProduct=810f
usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-5: Product: ART7070
usb 1-5: Manufacturer: Ultima
usb 1-5: SerialNumber: 001
dib0700: loaded with support for 8 different device-types
dvb-usb: found a 'Artec T14BR DVB-T' in cold state, will try to load a firmware
usb 1-5: firmware: requesting dvb-usb-dib0700-1.20.fw
dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.20.fw'
dib0700: firmware started successfully.
dvb-usb: found a 'Artec T14BR DVB-T' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (Artec T14BR DVB-T)
DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...
DiB0070: successfully identified
dvb-usb: Artec T14BR DVB-T successfully initialized and connected.
usbcore: registered new interface driver dvb_usb_dib0700
usbcore: registered new interface driver dvb_usb_dibusb_mc
dvb-usb: could not submit URB no. 0 - get them all back

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [linux-dvb] Status: Re: dvb-usb: could not submit URB no. 0 - get them all back
  2009-01-19  7:24 ` Tero Siironen
@ 2009-01-24 11:25   ` Halim Sahin
  2009-01-24 12:25     ` [linux-dvb] More Info: " Halim Sahin
  0 siblings, 1 reply; 4+ messages in thread
From: Halim Sahin @ 2009-01-24 11:25 UTC (permalink / raw)
  To: linux-dvb

Hi,
Whats the status of this problem?
Could you solve this?????
BR.
halim

On Mo, Jan 19, 2009 at 09:24:41 +0200, Tero Siironen wrote:
> 2009/1/18 Halim Sahin <halim.sahin@t-online.de>:
> > Hello all,
> > I can't use my dvb-usb-vp7045 based dvb-t stick with latest v4l-dvb drivers.
> > I have tested latest hg and the standard dvb drivers.
> > My kernel is 2.6.28.
> > dmesg |grep -i dvb-usb shows:
> > dvb-usb: found a 'Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II)'
> > dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
> > dvb-usb: MAC address: 08:ff:ff:ff:ff:ff
> > dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) successfu
> > dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) successfu
> > dvb-usb: found a 'Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II)'
> > dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
> > dvb-usb: MAC address: 08:ff:ff:ff:ff:ff
> > dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) successfu
> > dvb-usb: could not submit URB no. 0 - get them all back
> >
> > Can someone confirm or can tell me howto solve this???
> 
> 
> Hi,
> 
> I don't have the answer for solving this, but I do have the same
> problem with my Artec T14BR DVB-T USB stick and 2.6.28 kernel. When
> I'm using 2.6.28-rc6 kernel the device works fine.
> 
> Here is my dmesg :
> 
> usb 1-5: new high speed USB device using ehci_hcd and address 8
> usb 1-5: configuration #1 chosen from 1 choice
> usb 1-5: New USB device found, idVendor=05d8, idProduct=810f
> usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> usb 1-5: Product: ART7070
> usb 1-5: Manufacturer: Ultima
> usb 1-5: SerialNumber: 001
> dib0700: loaded with support for 8 different device-types
> dvb-usb: found a 'Artec T14BR DVB-T' in cold state, will try to load a firmware
> usb 1-5: firmware: requesting dvb-usb-dib0700-1.20.fw
> dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.20.fw'
> dib0700: firmware started successfully.
> dvb-usb: found a 'Artec T14BR DVB-T' in warm state.
> dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
> DVB: registering new adapter (Artec T14BR DVB-T)
> DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...
> DiB0070: successfully identified
> dvb-usb: Artec T14BR DVB-T successfully initialized and connected.
> usbcore: registered new interface driver dvb_usb_dib0700
> usbcore: registered new interface driver dvb_usb_dibusb_mc
> dvb-usb: could not submit URB no. 0 - get them all back
> 
> _______________________________________________
> linux-dvb users mailing list
> For V4L/DVB development, please use instead linux-media@vger.kernel.org
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

-- 
Halim Sahin
E-Mail:				
halim.sahin (at) t-online.de

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [linux-dvb] More Info: Status: Re: dvb-usb: could not submit URB no. 0 - get them all back
  2009-01-24 11:25   ` [linux-dvb] Status: " Halim Sahin
@ 2009-01-24 12:25     ` Halim Sahin
  0 siblings, 0 replies; 4+ messages in thread
From: Halim Sahin @ 2009-01-24 12:25 UTC (permalink / raw)
  To: linux-dvb

Hi.
I made more tests and the following is very interesting:
reloading module ehci-hcd before loading dvb-usb-vp7045 works.
I can tune to dvb-t channels and the mentioned Errormessage doesn't occour.

Maybe this helps you to find out whats going wrong there?
BR.
halim


_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-24 12:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-18 15:01 [linux-dvb] dvb-usb: could not submit URB no. 0 - get them all back Halim Sahin
2009-01-19  7:24 ` Tero Siironen
2009-01-24 11:25   ` [linux-dvb] Status: " Halim Sahin
2009-01-24 12:25     ` [linux-dvb] More Info: " Halim Sahin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox