蓝牙在 Linux Mint 18 中不起作用

Soh*_*jee 7 bluetooth

我正在使用 Linux Mint 18,我的蓝牙图标出现了,但在搜索时找不到任何设备。输出为dmesg |grep -i blue

[   12.730623] Bluetooth: Core ver 2.21
[   12.730638] Bluetooth: HCI device and connection manager initialized
[   12.730641] Bluetooth: HCI socket layer initialized
[   12.730642] Bluetooth: L2CAP socket layer initialized
[   12.730647] Bluetooth: SCO socket layer initialized
[   13.001534] Bluetooth: hci0: BCM: chip id 70
[   13.017244] Bluetooth: hci0: BCM43142A
[   13.017250] Bluetooth: hci0: BCM (001.001.011) build 0000
[   13.109889] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[   13.109895] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[   15.115993] Bluetooth: hci0 command 0x1003 tx timeout
[   21.870946] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.870950] Bluetooth: BNEP filters: protocol multicast
[   21.870954] Bluetooth: BNEP socket layer initialized
[   56.510615] Bluetooth: RFCOMM TTY layer initialized
[   56.510623] Bluetooth: RFCOMM socket layer initialized
[   56.510628] Bluetooth: RFCOMM ver 1.11
Run Code Online (Sandbox Code Playgroud)

如您所见,输出显示BCM.hcd未找到补丁,并且 hci0 命令显示超时

[   13.109889] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[   13.109895] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[   15.115993] Bluetooth: hci0 command 0x1003 tx timeout` 
Run Code Online (Sandbox Code Playgroud)

小智 9

刚刚安装了 Linux Mint 18.1。蓝牙音箱无法配对。

转到软件管理器并安装包“ Blueman ”,然后从“菜单”转到“所有应用程序”,右键单击“蓝牙”,然后单击“卸载”。

Blueman 图标出现在“面板”上,点击它,遵循非常直观的菜单,大约一分钟内我的蓝牙扬声器工作正常。请务必转到“声音设置”并选择扬声器。

很简单。

  • `sudo apt-get remove blueberry && sudo apt-get install blueman` — 一个命令比一千字更好 (3认同)