我试图将AirPods连接到Ubuntu20.04(内核:5.11.0-36-泛型),我读了很多博客文章,但是没有什么效果,每当我尝试连接时,它尝试连接一段时间,然后设置应用程序就会冻结。有人能帮帮我吗?原谅我糟糕的英语。谢谢。
一些我读过和跟踪的博客(这不起作用):
如何在ubuntu20.04上实现pair+setup+connect
更新:问题已解决,请参阅评论。
发布于 2021-12-18 18:42:41
这些解决方案和其他解决方案都没有,直到我尝试用
btmgmt ssp on如果这不起作用,试着禁用它
btmgmt ssp off注意:您需要sudo权限,您可能需要关闭蓝牙来切换设置。
发布于 2022-09-14 15:17:24
对于那些试图将他们的AirPods最大值与ubuntu配对的人来说。
首先,通过以下方式停止蓝牙服务:
sudo /etc/init.d/bluetooth stopsudo vi /etc/bluetooth/main.confControllerMode = bredr
ControllerMode = dual然后重新启动蓝牙
sudo /etc/init.d/bluetooth restart现在,您可以尝试对您的设备:
press and hold the noise control button for about five seconds, or until the status light flashes white
https://askubuntu.com/questions/1365152
复制相似问题