[Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=64671

Leif Liddy <leif.liddy@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leif.liddy@xxxxxxxxx

--- Comment #5 from Leif Liddy <leif.liddy@xxxxxxxxx> ---
Have you tried resetting the usb port? Fixed an issue on my laptop where the
bluetooth controller wouldn't work after suspend+resume. Was receiving the same
sort of timeout errors. Worth a shot in any case.

#!/usr/bin/python

from usb.core import find as finddev
dev = finddev(idVendor=0x13d3, idProduct=0x3362)
dev.reset()


**I wouldn't normally post a python script, but in this case, it's much simpler
then the corresponding shell script would be

**requires pyusb to run. "pip install pyusb" or "dnf install pyusb"

-- 
You are receiving this mail because:
You are the assignee for the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux