无法将 AirPods Pro 与 Ubuntu 22.04 配对

roe*_*eon 12 bluetooth 22.04

我尝试将我的新 AirPods 与新的 Ubuntu 22.04 配对,但没有成功。我一直看到“未设置”。

* AirPods 能够与其他设备配对。 尝试编辑文件 /etc/bluetooth/main.conf 并添加: ControllerMode = bredr OR = Dual None 有效(是否 sudo /etc/init.d/bluetooth restart)

知道如何解决吗?谢谢!

小智 8

将 ControllerMode 更改为 bredr 适用于我的戴尔 precision 5540。这是我所做的(主要是重复 @korg91 和 @prajeeth 的步骤)

  1. 添加ControllerMode = bredr/etc/bluetooth/main.conf使用sudo gedit /etc/bluetooth/main.conf
  2. 跑步sudo service bluetooth restart
  3. 在设置的蓝牙页面上关闭蓝牙并重新打开
  4. 连接到 Airpod(有效)


小智 5

我遇到了和你一样的情况,但是将 ControllerMode 更改为 bredr,重新启动计算机,然后重新启动蓝牙服务对我有用。