linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter
       [not found] <bug-64671-62941@https.bugzilla.kernel.org/>
@ 2017-01-29 21:50 ` bugzilla-daemon
  2017-01-30  7:14 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-01-29 21:50 UTC (permalink / raw)
  To: linux-bluetooth

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.

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

* [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter
       [not found] <bug-64671-62941@https.bugzilla.kernel.org/>
  2017-01-29 21:50 ` [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter bugzilla-daemon
@ 2017-01-30  7:14 ` bugzilla-daemon
  2017-02-13  0:44 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-01-30  7:14 UTC (permalink / raw)
  To: linux-bluetooth

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

MOHAMMAD RASIM <mohammad.rasim96@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mohammad.rasim96@gmail.com

--- Comment #6 from MOHAMMAD RASIM <mohammad.rasim96@gmail.com> ---
I have the same issue and the same dmesg error.

My adapter is:
Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727]
(rev 01)
I had the problem on archlinux but now I'm running linux mint and have the same
problem.

Current kernel:
Linux mohammad-mint 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC
2016 x86_64 x86_64 x86_64 GNU/Linux

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter
       [not found] <bug-64671-62941@https.bugzilla.kernel.org/>
  2017-01-29 21:50 ` [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter bugzilla-daemon
  2017-01-30  7:14 ` bugzilla-daemon
@ 2017-02-13  0:44 ` bugzilla-daemon
  2017-03-02  0:55 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-02-13  0:44 UTC (permalink / raw)
  To: linux-bluetooth

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

Ongun Kanat (ongun.kanat@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ongun.kanat@gmail.com

--- Comment #7 from Ongun Kanat (ongun.kanat@gmail.com) ---
I've got same behavior on 4.9.8 kernel on PC with Atheros AR3012 card.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter
       [not found] <bug-64671-62941@https.bugzilla.kernel.org/>
                   ` (2 preceding siblings ...)
  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
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-03-02  0:55 UTC (permalink / raw)
  To: linux-bluetooth

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

Maxim Moseychuk (franchesko.salias.hudro.pedros@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |franchesko.salias.hudro.ped
                   |                            |ros@gmail.com

--- Comment #8 from Maxim Moseychuk (franchesko.salias.hudro.pedros@gmail.com) ---
(In reply to Ongun Kanat from comment #7)
> I've got same behavior on 4.9.8 kernel on PC with Atheros AR3012 card.

(In reply to MOHAMMAD RASIM from comment #6)
> I have the same issue and the same dmesg error.
> 
> My adapter is:
> Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727]
> (rev 01)
> I had the problem on archlinux but now I'm running linux mint and have the
> same problem.
> 
> Current kernel:
> Linux mohammad-mint 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC
> 2016 x86_64 x86_64 x86_64 GNU/Linux

Can someone test my patch? This bug not always reproduce, and i need help for
test 1-2 week.

I can send raw patch, branch on github or PKGBUILD for archlinux.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter
       [not found] <bug-64671-62941@https.bugzilla.kernel.org/>
                   ` (3 preceding siblings ...)
  2017-03-02  0:55 ` bugzilla-daemon
@ 2017-03-29 22:58 ` bugzilla-daemon
  2017-03-30  5:29 ` bugzilla-daemon
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-03-29 22:58 UTC (permalink / raw)
  To: linux-bluetooth

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

--- Comment #9 from MOHAMMAD RASIM (mohammad.rasim96@gmail.com) ---
(In reply to Maxim Moseychuk from comment #8)
> (In reply to Ongun Kanat from comment #7)
> > I've got same behavior on 4.9.8 kernel on PC with Atheros AR3012 card.
> 
> (In reply to MOHAMMAD RASIM from comment #6)
> > I have the same issue and the same dmesg error.
> > 
> > My adapter is:
> > Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727]
> > (rev 01)
> > I had the problem on archlinux but now I'm running linux mint and have the
> > same problem.
> > 
> > Current kernel:
> > Linux mohammad-mint 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC
> > 2016 x86_64 x86_64 x86_64 GNU/Linux
> 
> Can someone test my patch? This bug not always reproduce, and i need help
> for test 1-2 week.
> 
> I can send raw patch, branch on github or PKGBUILD for archlinux.

I can test the patch can you send it please?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter
       [not found] <bug-64671-62941@https.bugzilla.kernel.org/>
                   ` (4 preceding siblings ...)
  2017-03-29 22:58 ` bugzilla-daemon
@ 2017-03-30  5:29 ` bugzilla-daemon
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-03-30  5:29 UTC (permalink / raw)
  To: linux-bluetooth

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

--- Comment #10 from fademind@gmail.com ---
(In reply to Maxim Moseychuk from comment #8)
> 
> Can someone test my patch? This bug not always reproduce, and i need help
> for test 1-2 week.
> 
> I can send raw patch, branch on github or PKGBUILD for archlinux.

Please send me your patch. Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

end of thread, other threads:[~2017-03-30  5:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-64671-62941@https.bugzilla.kernel.org/>
2017-01-29 21:50 ` [Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter bugzilla-daemon
2017-01-30  7:14 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).