From: bugzilla-daemon@bugzilla.kernel.org
To: linux-bluetooth@vger.kernel.org
Subject: [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter
Date: Sun, 29 Jan 2017 21:50:51 +0000 [thread overview]
Message-ID: <bug-64671-62941-NCGU8mI1Xg@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-64671-62941@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=64671
Leif Liddy <leif.liddy@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |leif.liddy@gmail.com
--- Comment #5 from Leif Liddy <leif.liddy@gmail.com> ---
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.
next parent reply other threads:[~2017-01-29 21:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bug-64671-62941@https.bugzilla.kernel.org/>
2017-01-29 21:50 ` bugzilla-daemon [this message]
2017-01-30 7:14 ` [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter bugzilla-daemon
2017-02-13 0:44 ` bugzilla-daemon
2017-03-02 0:55 ` bugzilla-daemon
2017-03-29 22:58 ` bugzilla-daemon
2017-03-30 5:29 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-64671-62941-NCGU8mI1Xg@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.