我有一个问题,我的蓝牙随机断开,如下所示:
我已经阅读了一些关于这个问题的现有 Ask Ubuntu 帖子。
我关注了这篇文章:Bluetooth random cut out in Ubuntu
并运行sudo apt install -y linux-oem并重新启动我的计算机,但我仍然遇到错误。
我还看了这篇文章“没有找到蓝牙插入加密狗以使用蓝牙”
但输出rfkill list all是:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Run Code Online (Sandbox Code Playgroud)
此问题还有哪些其他修复方法?
我的蓝牙鼠标无法保持连接。这是最近在16.04发生的,我随后升级到18.04,但问题仍然存在。
从 bluetoothctl 你可以看到每次我移动鼠标时它连接,然后立即断开连接。
$ bluetoothctl
Agent registered
[bluetooth]# list
Controller 18:5E:0F:99:9B:EC brendan-HP-ENVY-m7-Notebook [default]
[bluetooth]# devices
Device 00:00:00:00:51:00 Bluetooth Mouse
Device 68:64:4B:3B:C7:E4 68-64-4B-3B-C7-E4
[CHG] Device 00:00:00:00:51:00 Connected: yes
[CHG] Device 00:00:00:00:51:00 Connected: no
[CHG] Device 00:00:00:00:51:00 Connected: yes
[CHG] Device 00:00:00:00:51:00 Connected: no
[CHG] Device 00:00:00:00:51:00 Connected: yes
[CHG] Device 00:00:00:00:51:00 Connected: no
[CHG] Device 00:00:00:00:51:00 Connected: yes
[CHG] Device 00:00:00:00:51:00 Connected: no
Run Code Online (Sandbox Code Playgroud)
我已经按照其他线程建议更新到最新的 bluez5 版本,但没有骰子....
任何帮助,将不胜感激。