public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Flood of "urb ... submission failed" with bluetooth headset
@ 2009-03-29 10:28 Ludovico Cavedon
  2009-03-30  3:31 ` jayjwa
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovico Cavedon @ 2009-03-29 10:28 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

When I try to play some audio on the my bluetooth headset, my syslog
is flooded with messages like

btusb_send_frame: hci0 urb ffff8800624bd800 submission failed

The command I tried are:

  aplay -D plug:headset /usr/share/sounds/card_shuffle.wav
->The headset activates, but I do not hear the audio and the syslog
keep being flooded until I kill aplay

 mplayer -ao alsa:device=headset /usr/share/sounds/card_shuffle.wav
->works with low quality, but the syslog still gets flooded for the
duration of the wav file

Linux distribution: Ubuntu jaunty beta

$ uname -a
Linux cavedon-laptop 2.6.28-11-generic #38-Ubuntu SMP Fri Mar 27
10:01:17 UTC 2009 x86_64 GNU/Linux

Bluez: 4.32

My bluetooth device:
hci0: Type: USB
 BD Address: 00:1A:6B:BB:82:5D ACL MTU: 1017:8 SCO MTU: 64:8
 UP RUNNING PSCAN
 RX bytes:168363 acl:40 sco:3262 events:97 errors:2
 TX bytes:162252 acl:42 sco:7210 commands:57 errors:586
 Features: 0xff 0xff 0x8f 0xfe 0x9b 0xf9 0x00 0x80
 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
 Link policy: RSWITCH HOLD SNIFF PARK
 Link mode: SLAVE ACCEPT
 Name: 'cavedon-laptop-0'
 Class: 0x0a010c
 Service Classes: Networking, Capturing
 Device Class: Computer, Laptop
 HCI Ver: 2.0 (0x3) HCI Rev: 0x2129 LMP Ver: 2.0 (0x3) LMP Subver: 0x41cf
 Manufacturer: Broadcom Corporation (15)

Dmesg: http://launchpadlibrarian.net/24477639/BootDmesg.txt
Other info about my system:
https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/350839/comments/1


Thank you in advance,
Ludovico

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

* Re: Flood of "urb ... submission failed" with bluetooth headset
  2009-03-29 10:28 Flood of "urb ... submission failed" with bluetooth headset Ludovico Cavedon
@ 2009-03-30  3:31 ` jayjwa
  2009-03-31  7:47   ` Ludovico Cavedon
  0 siblings, 1 reply; 4+ messages in thread
From: jayjwa @ 2009-03-30  3:31 UTC (permalink / raw)
  To: linux-bluetooth



On Sun, 29 Mar 2009, Ludovico Cavedon wrote:

> When I try to play some audio on the my bluetooth headset, my syslog
> is flooded with messages like
>
> btusb_send_frame: hci0 urb ffff8800624bd800 submission failed
>
> The command I tried are:
>
>  aplay -D plug:headset /usr/share/sounds/card_shuffle.wav
> ->The headset activates, but I do not hear the audio and the syslog
> keep being flooded until I kill aplay
>
> mplayer -ao alsa:device=headset /usr/share/sounds/card_shuffle.wav
> ->works with low quality, but the syslog still gets flooded for the
> duration of the wav file
>
> Linux distribution: Ubuntu jaunty beta


Same thing happen here, too:

btusb_send_frame: hci0 urb d093f200 submission failed
btusb_send_frame: hci0 urb d093f400 submission failed
btusb_send_frame: hci0 urb d093fa00 submission failed
...
btusb_send_frame: hci0 urb d093fc00 submission failed
btusb_send_frame: hci0 urb d093fe00 submission failed
btusb_send_frame: hci0 urb d7271e00 submission failed
btusb_send_frame: hci0 urb d7271400 submission failed

Seems to be related to the new btusb kernel module, because it didn't used to 
happen with hci_usb kmod. Since the address keeps changing, syslog 
rate-limiting can't remove them as dups . Maybe one out of the flurry of 
patches we see on this list will address this soon.


If you use rsyslog, *I think* this line, placed near the top of rsyslog.conf 
file will keep them out of the log at least:

:msg, contains, "hci0 urb"      ~



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

* Re: Flood of "urb ... submission failed" with bluetooth headset
  2009-03-30  3:31 ` jayjwa
@ 2009-03-31  7:47   ` Ludovico Cavedon
  2009-04-01  3:06     ` jayjwa
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovico Cavedon @ 2009-03-31  7:47 UTC (permalink / raw)
  To: jayjwa; +Cc: linux-bluetooth

On Mon, Mar 30, 2009 at 3:31 AM, jayjwa <jayjwa@atr2.ath.cx> wrote:
> On Sun, 29 Mar 2009, Ludovico Cavedon wrote:
>
>> When I try to play some audio on the my bluetooth headset, my syslog
>> is flooded with messages like
>>
>> btusb_send_frame: hci0 urb ffff8800624bd800 submission failed
>>
>
> Same thing happen here, too:
>
> btusb_send_frame: hci0 urb d093f200 submission failed
> btusb_send_frame: hci0 urb d093f400 submission failed
> btusb_send_frame: hci0 urb d093fa00 submission failed
> ...
> btusb_send_frame: hci0 urb d093fc00 submission failed
> btusb_send_frame: hci0 urb d093fe00 submission failed
> btusb_send_frame: hci0 urb d7271e00 submission failed
> btusb_send_frame: hci0 urb d7271400 submission failed
>
> Seems to be related to the new btusb kernel module, because it didn't used
> to happen with hci_usb kmod. Since the address keeps changing, syslog
> rate-limiting can't remove them as dups . Maybe one out of the flurry of
> patches we see on this list will address this soon.
>

Actually I noticed I only get a burst of ~350 at the beginning of the
connection, all with the same number, then no more.

Is it normal?

Thanks,
Ludovico

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

* Re: Flood of "urb ... submission failed" with bluetooth headset
  2009-03-31  7:47   ` Ludovico Cavedon
@ 2009-04-01  3:06     ` jayjwa
  0 siblings, 0 replies; 4+ messages in thread
From: jayjwa @ 2009-04-01  3:06 UTC (permalink / raw)
  To: linux-bluetooth


On Tue, 31 Mar 2009, Ludovico Cavedon wrote:

>>> When I try to play some audio on the my bluetooth headset, my syslog
>>> is flooded with messages like
>>>
>>> btusb_send_frame: hci0 urb ffff8800624bd800 submission failed
>>>
>>
>> Same thing happen here, too:
>>
>> btusb_send_frame: hci0 urb d093f200 submission failed
>> btusb_send_frame: hci0 urb d093f400 submission failed
>> btusb_send_frame: hci0 urb d093fa00 submission failed
>> ...
>> btusb_send_frame: hci0 urb d093fc00 submission failed
>> btusb_send_frame: hci0 urb d093fe00 submission failed
>> btusb_send_frame: hci0 urb d7271e00 submission failed
>> btusb_send_frame: hci0 urb d7271400 submission failed
>>
>> Seems to be related to the new btusb kernel module, because it didn't used
>> to happen with hci_usb kmod. Since the address keeps changing, syslog
>> rate-limiting can't remove them as dups . Maybe one out of the flurry of
>> patches we see on this list will address this soon.
>>
>
> Actually I noticed I only get a burst of ~350 at the beginning of the
> connection, all with the same number, then no more.
>
> Is it normal?


Not sure. Maybe we have two seperate, but related in some way, issues.




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

end of thread, other threads:[~2009-04-01  3:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29 10:28 Flood of "urb ... submission failed" with bluetooth headset Ludovico Cavedon
2009-03-30  3:31 ` jayjwa
2009-03-31  7:47   ` Ludovico Cavedon
2009-04-01  3:06     ` jayjwa

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