All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 109321] New: ASUS T100TA Bluetooth stopped working
@ 2015-12-14  1:36 bugzilla-daemon
  2015-12-15 16:37 ` Frederic Danis
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2015-12-14  1:36 UTC (permalink / raw)
  To: linux-bluetooth

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

            Bug ID: 109321
           Summary: ASUS T100TA Bluetooth stopped working
           Product: Drivers
           Version: 2.5
    Kernel Version: 4.4-rc4
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Bluetooth
          Assignee: linux-bluetooth@vger.kernel.org
          Reporter: bloften80@gmail.com
        Regression: No

Hello

since kernel 4.2.3 the bluetooth on ASUS t100TA stopped working 

can no longer initialize it using hciattach /dev/ttyS4 bcm43xx command it
always times out it also registers different in dmesg

 80860F0A:00: ttyS4 at MMIO 0x9094d000 (irq = 191, base_baud = 2764800) is a
16550A
[    5.629222] Bluetooth: Core ver 2.21
[    5.629287] NET: Registered protocol family 31
[    5.629291] Bluetooth: HCI device and connection manager initialized
[    5.629299] Bluetooth: HCI socket layer initialized
[    5.629305] Bluetooth: L2CAP socket layer initialized
[    5.629318] Bluetooth: SCO socket layer initialized
[    5.643749] Bluetooth: HCI UART driver ver 2.3
[    5.643757] Bluetooth: HCI UART protocol H4 registered
[    5.643760] Bluetooth: HCI UART protocol BCSP registered
[    5.643763] Bluetooth: HCI UART protocol LL registered
[    5.643765] Bluetooth: HCI UART protocol ATH3K registered
[    5.643768] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    5.643853] Bluetooth: HCI UART protocol Intel registered
[    5.657970] hci_bcm BCM2E39:00: BCM irq: 192
[    5.658046] Bluetooth: BCM2E39:00: Asus T100TA: Overwriting IRQ polarity to
active low
[    5.658051] hci_bcm BCM2E39:00: BCM2E39:00 device registered.
[    5.658224] Bluetooth: HCI UART protocol BCM registered

not sure if this is a bug in the kernel driver or if something was changed
BlueZ and not updated in the bcm driver

also it no longer registers with rfkill which i think was changed

let me know if you need any more information

thanks

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

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

* Re: [Bug 109321] New: ASUS T100TA Bluetooth stopped working
  2015-12-14  1:36 [Bug 109321] New: ASUS T100TA Bluetooth stopped working bugzilla-daemon
@ 2015-12-15 16:37 ` Frederic Danis
  2015-12-16 15:44 ` [Bug 109321] " bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Frederic Danis @ 2015-12-15 16:37 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: bugzilla-daemon

Hello,

On 14/12/2015 02:36, bugzilla-daemon@bugzilla.kernel.org wrote:
> Hello
>
> since kernel 4.2.3 the bluetooth on ASUS t100TA stopped working
>
> can no longer initialize it using hciattach /dev/ttyS4 bcm43xx command it
> always times out it also registers different in dmesg
>
>   80860F0A:00: ttyS4 at MMIO 0x9094d000 (irq = 191, base_baud = 2764800) is a
> 16550A
> [    5.629222] Bluetooth: Core ver 2.21
> [    5.629287] NET: Registered protocol family 31
> [    5.629291] Bluetooth: HCI device and connection manager initialized
> [    5.629299] Bluetooth: HCI socket layer initialized
> [    5.629305] Bluetooth: L2CAP socket layer initialized
> [    5.629318] Bluetooth: SCO socket layer initialized
> [    5.643749] Bluetooth: HCI UART driver ver 2.3
> [    5.643757] Bluetooth: HCI UART protocol H4 registered
> [    5.643760] Bluetooth: HCI UART protocol BCSP registered
> [    5.643763] Bluetooth: HCI UART protocol LL registered
> [    5.643765] Bluetooth: HCI UART protocol ATH3K registered
> [    5.643768] Bluetooth: HCI UART protocol Three-wire (H5) registered
> [    5.643853] Bluetooth: HCI UART protocol Intel registered
> [    5.657970] hci_bcm BCM2E39:00: BCM irq: 192
> [    5.658046] Bluetooth: BCM2E39:00: Asus T100TA: Overwriting IRQ polarity to
> active low
> [    5.658051] hci_bcm BCM2E39:00: BCM2E39:00 device registered.
> [    5.658224] Bluetooth: HCI UART protocol BCM registered
>
> not sure if this is a bug in the kernel driver or if something was changed
> BlueZ and not updated in the bcm driver
>
> also it no longer registers with rfkill which i think was changed

Bluetooth BCM chipset is no more managed by rfkill and hciattach.
You should use btattach to register it (BlueZ >= 5.31):
	btattach --bredr /dev/ttyS4 -P bcm
then (you should change the device address):
	btmgmt public-addr "43:24:b3:01:02:03"

Hope this helps


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

* [Bug 109321] ASUS T100TA Bluetooth stopped working
  2015-12-14  1:36 [Bug 109321] New: ASUS T100TA Bluetooth stopped working bugzilla-daemon
  2015-12-15 16:37 ` Frederic Danis
@ 2015-12-16 15:44 ` bugzilla-daemon
  2015-12-17  3:24 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2015-12-16 15:44 UTC (permalink / raw)
  To: linux-bluetooth

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

Johan Hedberg <johan.hedberg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johan.hedberg@gmail.com

--- Comment #1 from Johan Hedberg <johan.hedberg@gmail.com> ---
There was an answer to this, but you may have missed it since it was only sent
to the mailing list: http://www.spinics.net/lists/linux-bluetooth/msg65800.html

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

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

* [Bug 109321] ASUS T100TA Bluetooth stopped working
  2015-12-14  1:36 [Bug 109321] New: ASUS T100TA Bluetooth stopped working bugzilla-daemon
  2015-12-15 16:37 ` Frederic Danis
  2015-12-16 15:44 ` [Bug 109321] " bugzilla-daemon
@ 2015-12-17  3:24 ` bugzilla-daemon
  2016-03-01 23:34 ` bugzilla-daemon
  2016-03-22  7:01 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2015-12-17  3:24 UTC (permalink / raw)
  To: linux-bluetooth

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

Brian Loften <bloften80@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bloften80@gmail.com

--- Comment #2 from Brian Loften <bloften80@gmail.com> ---
(In reply to Johan Hedberg from comment #1)
> There was an answer to this, but you may have missed it since it was only
> sent to the mailing list:
> http://www.spinics.net/lists/linux-bluetooth/msg65800.html

yes this got it working again thank you for the information

i did the btmgmt static-addr and public-addr and cannot get the bluetooth
devices to stay after each boot (mouse, speaker, etc) any ideas how to get the
system to remember bluetooth devices with btattach? 

with hciconfig it was hciconfig /dev/ttyS4 bcm43xx 921600 flow bdaddr
XX:XX:XX:XX:XX:XX and the system will remember the devices whcih each boot

the BDADDR keeps changing after boot if i do not set static-addr or public-addr 

is this a driver issue or a bluez issue?

thanks again for your help

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

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

* [Bug 109321] ASUS T100TA Bluetooth stopped working
  2015-12-14  1:36 [Bug 109321] New: ASUS T100TA Bluetooth stopped working bugzilla-daemon
                   ` (2 preceding siblings ...)
  2015-12-17  3:24 ` bugzilla-daemon
@ 2016-03-01 23:34 ` bugzilla-daemon
  2016-03-22  7:01 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2016-03-01 23:34 UTC (permalink / raw)
  To: linux-bluetooth

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

jbMacAZ <jbmacbrodie@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbmacbrodie@yahoo.com

--- Comment #3 from jbMacAZ <jbmacbrodie@yahoo.com> ---
btattach was working fine in 4.3.x with bluez 5.3.5 and blueman
(Ubuntu15.10-i386, Asus T100-CHI).  Starting with kernel 4.4 (and 4.5)
bluetooth no longer self-starts at boot or reconnects after no-activity
timeout.  I have to manually search (pairing is still retained) using blueman
device manager to activate bluetooth link.  Or stay with EOL 4.3.x

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

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

* [Bug 109321] ASUS T100TA Bluetooth stopped working
  2015-12-14  1:36 [Bug 109321] New: ASUS T100TA Bluetooth stopped working bugzilla-daemon
                   ` (3 preceding siblings ...)
  2016-03-01 23:34 ` bugzilla-daemon
@ 2016-03-22  7:01 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2016-03-22  7:01 UTC (permalink / raw)
  To: linux-bluetooth

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

--- Comment #4 from jbMacAZ <jbmacbrodie@yahoo.com> ---
4.5.0-next-20150321 self-starts at boot, but I have to open device manager to
maintain bluetooth connection, search not needed though.  If mouse or keyboard
timeout, it will reconnect automatically.  If the T100 times out, I have to
manually search with blueman device manager to reconnect devices.  Pairing is
maintained boot to boot and after inactivity timeouts.

-- 
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:[~2016-03-22  7:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-14  1:36 [Bug 109321] New: ASUS T100TA Bluetooth stopped working bugzilla-daemon
2015-12-15 16:37 ` Frederic Danis
2015-12-16 15:44 ` [Bug 109321] " bugzilla-daemon
2015-12-17  3:24 ` bugzilla-daemon
2016-03-01 23:34 ` bugzilla-daemon
2016-03-22  7:01 ` bugzilla-daemon

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.