You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to give a try on MacBook+Linux configuration a couple of week ago but still having no luck for Bluetooth HCI communication yet (Wi-Fi works perfectly).
Linux kernel: 5.15.0-56-generic (Ubuntu 22.04.1)
Also tested on 5.4.0-26-generic (Ubuntu 20.04) but resulting in the same situation
Hardware: MacBook8,1 (Retina, 12-inch, Early 2015)
Broadcom's radio chipset seems a bit different from supported ones? (detailed below)
No internal Bluetooth dongle is detected after running ./install.bluetooth.sh & rebooting (kernel module is installed and activated according to the output of modinfo command pasted below).
$ sudo bluetoothctl
Agent registered
[bluetooth]#
^D
$ sudo bluetoothctl list
(no output)
$ sudo hciconfig -a
(no output)
$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
$
According to the dmesg output (pasted below), Linux does detect ttyS4 as a serial interface but not accessible once the OS is fully booted.
$ ls /dev/ttyS4
ls: cannot access '/dev/ttyS4': No such file or directory
I checked a hardware report on macOS 11.7 and compared against https://bugzilla.kernel.org/show_bug.cgi?id=110901#c32 .
I found the Broadcom's chipset seems slightly different (4350 vs 4350C1). It might be because I'm using a MacBook purchased in Japan (it's a common case for device manufactures to distribute different hardware variants among countries to meet radio-wave regulations).
Bluetooth Low Energy Supported: Yes
Handoff Supported: Yes
Instant Hot Spot Supported: Yes
Manufacturer: Broadcom
Transport: UART
Chipset: 4350
Firmware Version: v133 c5619
Bluetooth Power: On
Auto Seek Pointing: On
Remote wake: On
Vendor ID: 0x05AC
Product ID: 0x005C
Bluetooth Core Spec: 4.2 (0x8)
HCI Revision: 0x15F3
LMP Version: 4.2 (0x8)
LMP Subversion: 0x6185
Outputs from several other commands seem OK to me.
Hello. Thank you for maintaining a great project.
I started to give a try on MacBook+Linux configuration a couple of week ago but still having no luck for Bluetooth HCI communication yet (Wi-Fi works perfectly).
No internal Bluetooth dongle is detected after running ./install.bluetooth.sh & rebooting (kernel module is installed and activated according to the output of
modinfo
command pasted below).According to the
dmesg
output (pasted below), Linux does detect ttyS4 as a serial interface but not accessible once the OS is fully booted.I checked a hardware report on macOS 11.7 and compared against https://bugzilla.kernel.org/show_bug.cgi?id=110901#c32 .
I found the Broadcom's chipset seems slightly different (4350 vs 4350C1). It might be because I'm using a MacBook purchased in Japan (it's a common case for device manufactures to distribute different hardware variants among countries to meet radio-wave regulations).
Outputs from several other commands seem OK to me.
Below is a result of
dmesg
with some grep-ing. I think it's weird that there is no hci0 related outputs.Any hints/comments are welcomed.
The text was updated successfully, but these errors were encountered: