Bug 28562
Summary: | [BUG] usb problems in .38-rc3+ | ||
---|---|---|---|
Product: | Drivers | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | Bluetooth | Assignee: | drivers_bluetooth (drivers_bluetooth) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | edt, farbing, justinmattock, maciej.rutecki, markhobley, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.38-rc3+ | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 27352 | ||
Attachments: | bluetoothd log |
Description
Maciej Rutecki
2011-02-07 20:30:24 UTC
I've found a workaround for this. Once the adaptor is initialized, run 'hciconfig -a'. After this attempts to connect devices work. From the manpage hciconfig -a should be a query. It does seem like its doing a bit more though. Ideas anyone? On Tuesday, February 22, 2011, Ed Tomlinson wrote:
> On Monday 21 February 2011 17:03:00 Rafael J. Wysocki wrote:
> > This message has been generated automatically as a part of a summary report
> > of recent regressions.
> >
> > The following bug entry is on the current list of known regressions
> > from 2.6.37. Please verify if it still should be listed and let the
> tracking team
> > know (either way).
> >
> >
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=28562
> > Subject : [BUG] usb problems in .38-rc3+
> > Submitter : Ed Tomlinson <edt@aei.ca>
> > Date : 2011-02-05 19:17 (17 days old)
>
> I figured out a work around for this. Once the bluetooth adaptor has been
> detected and udev
> had done its stuff run:
>
> hciconfig -a
>
> With this user space change it works. I have no idea why the 'hciconfig -a'
> query fixes things.
> I run gentoo and bluez-4.87 is installed.
Created attachment 49612 [details]
bluetoothd log
I think I have the same issue. I have a Bt USB dongle (ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)).
After a cold boot the dongle is powered off (it has a small blue LED which shows the power state). When I restart bluetoothd the dongle turns on and Bluetooth works. The above mentioned hciconfig -a also turns the dongle on.
When I unplug the dongle and plug it in again it also is turned off.
I'm attaching a log from bluetoothd where I've gone through the following steps:
1. stopped the bluetoothd daemon
2. started it manually with bluetoothd -n -d
-> dongle turns on
3. unplugged the dongle
4. plugged it in again
-> dongle is turned off
5. executed hciconfig -a
-> dongle turns on
6. killall -TERM bluetoothd
-> dongle turns off
I've marked the points where I executed each step in the log with "<< $action >>".
These are the only messages from the kernel in the same timeframe:
06:32:47 usb 2-2: USB disconnect, address 4
06:32:47 btusb_bulk_complete: hci0 urb ffff88005003bf00 failed to resubmit (19)
06:32:47 btusb_intr_complete: hci0 urb ffff88005003bd80 failed to resubmit (19)
06:32:47 btusb_bulk_complete: hci0 urb ffff88007d022d80 failed to resubmit (19)
06:32:47 btusb_send_frame: hci0 urb ffff88005238d3c0 submission failed
06:33:02 usb 2-2: new full speed USB device using ohci_hcd and address 5
I'm running Debian unstable and bluez 4.89
This may be related to bug #10126 I think this is fixed now in the current Mainline.. but am seeing a new problem with S2R seems the icon(bluetooth) has gone away after suspend.. I can try at a bisect and see. with 39-rc2+ I am still having problems - worst than .38 in that I've not found a work around. hciconfig -a hci0: Type: BR/EDR Bus: USB BD Address: 00:0A:3A:55:07:5A ACL MTU: 192:8 SCO MTU: 64:8 DOWN RX bytes:718 acl:0 sco:0 events:25 errors:0 TX bytes:108 acl:0 sco:0 commands:24 errors:0 Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: Link mode: SLAVE ACCEPT The device is seen but is 'DOWN' hciconfig hci0 up Can't init device hci0: Invalid argument (22) And I cannot bring it up. There is nothing in demsg. If I unplug it physically I find this in dmemsg [ 325.031136] usb 2-4.4: USB disconnect, device number 5 [ 328.741203] usb 2-4.4: new full speed USB device number 6 using ehci_hcd [ 328.890392] usb 2-4.4: New USB device found, idVendor=0a12, idProduct=0001 [ 328.897532] usb 2-4.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0 bluez is 4.91 Ideas? The workaround that fixed things for farbing@web.de does _not_ work on my box. The kernel here is from git at commit 94c8a984ae2adbd9a9626fb42e0f2faf3e36e86f I've been noticing with my usb stick and firewire that udisks will mount them automatically, but then on other occasions wont(system is fedora 15 with the latest Mainline with their .config) will look into this and will bisect if need be.(maybe make localmodconfig left something out or something) as for bluetooth was working perfectly(S2R etc..)but now is broken with whatever their update did. 2.6.38.4 fixes this for me. On 04/25/2011 03:11 AM, bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=28562 > > > Rafael J. Wysocki<rjw@sisk.pl> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|RESOLVED |CLOSED > > > > alright... Justin P. Mattock |