我最近在我的 XPS-15-9550 上改用了 Ubuntu 16.04,到目前为止一切都很好,只是我无法连接我的 Bose Soundlink II 耳机。
我已经阅读了各种详细介绍 Ubuntu 和蓝牙耳机问题的帖子,并尝试了建议的修复,但到目前为止还没有任何工作。我已经读到这是可能的,所以这就是我目前所处的位置。
我已经删除了 Blueman,因为这不起作用,我的蓝牙应该恢复到默认状态。
我尝试使用蓝牙管理器 gui,但无法连接。
然后我首先使用 bluetoothctl 在终端中尝试
scan onconnect [Device Mac Address] - 这返回 Failed to connect: org.bluez.Error.Failed
pair [Device Mac Address] - 这返回:
Attempting to pair with [Device Mac Address]
[CHG] Device [Device Mac Address] Connected: yes
Failed to pair: org.bluez.Error.AuthenticationFailed
[CHG] Device [Device Mac Address] Connected: no
现在我读到这与 Pulseaudio 有关系,特别是需要启动的特定模块,这是“module-bluetooth-discover”
我试过了:
pactl load-module module-bluetooth-discover
无论我是否使用 root 权限运行它,我都会得到以下信息:
Failure: Module initialisation failed
我已经尝试了很多来让它工作,有人可以建议我如何让它工作吗?
谢谢