Firefly开源社区

标题: 诡异的蓝牙问题,官方Ubuntu最新固件 [打印本页]

作者: pwliupeng    时间: 2017-8-17 17:13
标题: 诡异的蓝牙问题,官方Ubuntu最新固件
RT
尝试过N次了,每次刷了固件后,启动系统,能启动蓝牙,并且执行hciconfig 里能找到设备,重启之后就再也找不到hci设备了

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


作者: pwliupeng    时间: 2017-8-20 10:45
不能沉

我说错了rfkill list里也没有hci0
作者: busybee    时间: 2017-8-21 09:31
本帖最后由 busybee 于 2017-8-21 09:44 编辑

固件版本是什么呢?  最好提供一下有蓝牙和无蓝牙两种情况下的内核日志,以便分析原因。
作者: busybee    时间: 2017-8-21 17:38
楼主试试这个补丁吧,修改一下 /lib/systemd/system/bluetooth-brcm-firmware.service 即可,亲测有效。

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

  10. [Service]
  11. EnvironmentFile=/etc/default/bluetooth-brcm
复制代码

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

...

我刚试了,没问题了。太赞了。感谢感谢




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1