システム設定> Bluetoothでは、デバイスの検索時にBose QC 35が表示されますが、ペアリングは失敗します。
複数の試行とPINオプションで遊んだ後、ペアリングできましたが、システム設定>サウンドで選択すると、失敗してBuilt-音声でまたは文字化けした音を再生します。
Bose Quiet Comfort 35には issues があり、Bluetooth LE(Low Energy)とペアリングしているようです。
ペアリングの過去の試行をクリーンアップすることをお勧めします。
Bluetooth構成ファイルを編集します。
Sudo nano /etc/bluetooth/main.conf
交換:
#ControllerMode = dual
で:
ControllerMode = bredr
Bluetoothを再起動します。
Sudo service bluetooth restart
Bluetooth LEなしで実行する必要があるのはペアリングのみであるため、ペアリングが完了すると、元の構成に戻ることができます。
Sudo nano /etc/bluetooth/main.conf
交換:
ControllerMode = bredr
で:
#ControllerMode = dual
Bluetoothを再起動します。
Sudo service bluetooth restart
切断/再起動後に再接続に問題がある場合:
受け入れられた答えは私にはうまくいきませんでした。このブログエントリは機能しました: http://erikdubois.be/installing-bose-quietcomfort-35-linux-mint-18/
/etc/bluetooth/audio.conf
を作成
[General]
Disable=Socket
Disable=Headset
Enable=Media,Source,Sink,Gateway
AutoConnect=true
load-module module-switch-on-connect
/etc/bluetooth/main.conf
セット
ControllerMode = bredr
AutoEnable=true
Bluetoothを再起動する
High Fidelity Playback (A2DP sink)
- modeを選択します上記の解決策は私にとってはうまくいきませんでした。動作するようになりましたが、再起動するたびに手動で設定する必要があります。
bluetooth
およびbluez
を効果的に停止して(再起動せずに)閉じ、次にsystemctl start bluetooth
およびSudo /etc/init.d/bluetooth start
を使用して再度開始します。bluez
managerを起動し、セットアップを使用してオーディオシンクプロファイルを使用してデバイスを接続します。私はスクリプトの初心者です。おそらく、私よりも経験豊富な人が、ブート時にこれらすべてのアクションを実行するスクリプトを作成できます。