诡异的蓝牙问题,官方Ubuntu最新固件

RT
尝试过N次了,每次刷了固件后,启动系统,能启动蓝牙,并且执行hciconfig 里能找到设备,重启之后就再也找不到hci设备了

在rfkill里能看到,并且没有block。
有没有人遇到过这个问题呢?

不能沉

我说错了rfkill list里也没有hci0

本帖最后由 busybee 于 2017-8-21 09:44 编辑

固件版本是什么呢? 最好提供一下有蓝牙和无蓝牙两种情况下的内核日志,以便分析原因。

楼主试试这个补丁吧,修改一下 /lib/systemd/system/bluetooth-brcm-firmware.service 即可,亲测有效。

--- /lib/systemd/system/bluetooth-brcm-firmware.service.orig    2015-07-16 15:52:14.634988075 +0800
+++ /lib/systemd/system/bluetooth-brcm-firmware.service 2015-07-16 15:53:31.234988111 +0800
@@ -1,6 +1,8 @@
 [Unit]
 Description=Load Broadcom bluetooth firmware
-After=bluetooth.service
+After=bluetooth.service dev-ttyS0.device
+After=rc-local.service
+

 [Service]
 EnvironmentFile=/etc/default/bluetooth-brcm

busybee 发表于 2017-8-21 17:38
楼主试试这个补丁吧,修改一下 /lib/systemd/system/bluetooth-brcm-firmware.service 即可,亲测有效。

我刚试了,没问题了。太赞了。感谢感谢{:4_121:}