Linux-Bluetooth Archive mirror
 help / color / mirror / Atom feed
* [Bug 110901] Macbook8,1 12-inch (Early 2015) Bluetooth not working
       [not found] <bug-110901-62941@https.bugzilla.kernel.org/>
@ 2017-09-06  8:39 ` bugzilla-daemon
  2017-09-24 22:41 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-09-06  8:39 UTC (permalink / raw
  To: linux-bluetooth

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

--- Comment #45 from Christoph Gysin (christoph.gysin@gmail.com) ---
FYI: Some work has been done on this at:
https://github.com/Dunedan/mbp-2016-linux/issues/29

Commits to use the ACPI methods can be found in:
https://github.com/torvalds/linux/compare/master...l1k:hci_bcm

This fixes the "invalid platform data".

Using btattach still results in the same "command ... tx timeout" though.

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

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

* [Bug 110901] Macbook8,1 12-inch (Early 2015) Bluetooth not working
       [not found] <bug-110901-62941@https.bugzilla.kernel.org/>
  2017-09-06  8:39 ` [Bug 110901] Macbook8,1 12-inch (Early 2015) Bluetooth not working bugzilla-daemon
@ 2017-09-24 22:41 ` bugzilla-daemon
  2017-09-24 22:43 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-09-24 22:41 UTC (permalink / raw
  To: linux-bluetooth

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

--- Comment #46 from Leif Liddy (leif.liddy@gmail.com) ---
Cool, thanks for the update.

I managed to get bluetooth working on a 4.14-rc1 kernel after applying 

l1k's hci_bcm.c patch
https://github.com/torvalds/linux/compare/master...l1k:hci_bcm

and roadrunner2's hci_bcm.c and hci_ldisc.c patches
https://github.com/l1k/linux/pull/1/files/61c59e8b2a7f129a339608610069a26f4181c82a..7dd4a90a92b97b017d9210899afcfbe985b10509

There's a pull request to include roadrunner's patches in l1k's repo. Work is
also being done to port the patches to 4.14 (I just did it manually)
So, this all be cleaned up in the near future. 

You can read more about the current status on the link Christoph posted:
https://github.com/Dunedan/mbp-2016-linux/issues/29

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

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

* [Bug 110901] Macbook8,1 12-inch (Early 2015) Bluetooth not working
       [not found] <bug-110901-62941@https.bugzilla.kernel.org/>
  2017-09-06  8:39 ` [Bug 110901] Macbook8,1 12-inch (Early 2015) Bluetooth not working bugzilla-daemon
  2017-09-24 22:41 ` bugzilla-daemon
@ 2017-09-24 22:43 ` bugzilla-daemon
  2017-09-25  7:08 ` bugzilla-daemon
  2024-03-17 21:23 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-09-24 22:43 UTC (permalink / raw
  To: linux-bluetooth

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

--- Comment #47 from Leif Liddy (leif.liddy@gmail.com) ---
Should have mentioned that I'm using a Macbook9,1 12-inch (2016) model.

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

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

* [Bug 110901] Macbook8,1 12-inch (Early 2015) Bluetooth not working
       [not found] <bug-110901-62941@https.bugzilla.kernel.org/>
                   ` (2 preceding siblings ...)
  2017-09-24 22:43 ` bugzilla-daemon
@ 2017-09-25  7:08 ` bugzilla-daemon
  2024-03-17 21:23 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-09-25  7:08 UTC (permalink / raw
  To: linux-bluetooth

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

--- Comment #48 from Christoph Gysin (christoph.gysin@gmail.com) ---
I got it to work in a MBP13,1 using those same patches.

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

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

* [Bug 110901] Macbook8,1 12-inch (Early 2015) Bluetooth not working
       [not found] <bug-110901-62941@https.bugzilla.kernel.org/>
                   ` (3 preceding siblings ...)
  2017-09-25  7:08 ` bugzilla-daemon
@ 2024-03-17 21:23 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2024-03-17 21:23 UTC (permalink / raw
  To: linux-bluetooth

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

Jonas (j@ovvvo.co) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |j@ovvvo.co

--- Comment #49 from Jonas (j@ovvvo.co) ---
(In reply to Leif Liddy from comment #46)
> Cool, thanks for the update.
> 
> I managed to get bluetooth working on a 4.14-rc1 kernel after applying 
> 
> l1k's hci_bcm.c patch
> https://github.com/torvalds/linux/compare/master...l1k:hci_bcm
> 
> and roadrunner2's hci_bcm.c and hci_ldisc.c patches
> https://github.com/l1k/linux/pull/1/files/
> 61c59e8b2a7f129a339608610069a26f4181c82a..
> 7dd4a90a92b97b017d9210899afcfbe985b10509
> 
> There's a pull request to include roadrunner's patches in l1k's repo. Work
> is also being done to port the patches to 4.14 (I just did it manually)
> So, this all be cleaned up in the near future. 
> 
> You can read more about the current status on the link Christoph posted:
> https://github.com/Dunedan/mbp-2016-linux/issues/29

Are these patches still required or have they eventually been merged into the
kernel eventually?

-- 
You may reply to this email to add a comment.

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

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

end of thread, other threads:[~2024-03-17 21:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-110901-62941@https.bugzilla.kernel.org/>
2017-09-06  8:39 ` [Bug 110901] Macbook8,1 12-inch (Early 2015) Bluetooth not working bugzilla-daemon
2017-09-24 22:41 ` bugzilla-daemon
2017-09-24 22:43 ` bugzilla-daemon
2017-09-25  7:08 ` bugzilla-daemon
2024-03-17 21:23 ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).