使用 ubuntu 19.10,我一直在尝试将 Airpods 与笔记本电脑配对。配对似乎有问题,系统无法将它们添加为蓝牙设备。这是从 19.04 升级后发生的。更改 /etc/bluetooth/main.conf 中的 ControllerMode 似乎没有影响。任何帮助表示赞赏。
小智 6
尝试添加ControllerMode = bredr
到/etc/bluetooth/main.conf
文件。使用以下命令重新启动蓝牙服务sudo systemctl restart bluetooth
。然后尝试用 airpods 修复,这在 19.10 对我有用。
小智 1
我有同样的问题。更改 ControllerMode 不起作用。
我注意到点击airpod设备进行连接会使其他设备无法点击并且蓝牙管理器冻结。
尝试重新加载蓝牙服务,然后再次单击“连接”,airpods 将显示为已连接的设备。
sudo service bluetooth restart
Run Code Online (Sandbox Code Playgroud)