web-dev-qa-db-ja.com

Linux Mint 18でBluetoothが機能しない

Linux Mint 18を使用していますが、Bluetoothアイコンが表示されていますが、検索してもデバイスが見つかりません。 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

出力を見るとわかるように、パッチ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` 
7

Linux Mint 18.1。をインストールしたところです。 Bluetoothスピーカーはペアリングされません。

ソフトウェアマネージャーとインストールされたパッケージ「 Blueman 」に移動してから、「メニュー」から「すべてのアプリケーション」に移動し、「Bluetooth」を右クリックして「アンインストール」しました。

ブルーマンのアイコンが「パネル」に表示され、それをクリックして、非常に直感的なメニューに従い、約1分以内にBluetoothスピーカーが正常に動作しました。必ず「サウンド設定」に行き、スピーカーを選択してください。

とても簡単です。

8
Charlie

デフォルトの代わりに Blueman パッケージをインストールするだけ Blueberry

Sudo apt-get remove blueberry
Sudo apt-get install blueman
2
maxkoryukov