Ubuntuを実行しているLenovoラップトップを持っています。しばらくの間ラップトップで使用していたBluetoothヘッドフォンを問題なく使用しています。これで20.04に更新し、ヘッドホンが機能しなくなりました。i)bluetoothが機能している、ii)pulseaudioおよびpulseaudio-module-blutoothモジュールがインストールされている、iii)bluetoothがヘッドホンを認識している、iv)コンピューターを確認しましたブルートゥースにオーディオを送信していると思いますが、実際にはノートパソコンのスピーカーから音が出ます。
systemctl status bluetooth says this:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-04-25 13:18:52 BST; 22min ago
Docs: man:bluetoothd(8)
Main PID: 11368 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 9341)
Memory: 1.8M
CGroup: /system.slice/bluetooth.service
└─11368 /usr/lib/bluetooth/bluetoothd
Apr 25 13:18:52 malebranche bluetoothd[11368]: Bluetooth daemon 5.53
Apr 25 13:18:52 malebranche systemd[1]: Started Bluetooth service.
Apr 25 13:18:52 malebranche bluetoothd[11368]: Starting SDP server
Apr 25 13:18:52 malebranche bluetoothd[11368]: Bluetooth management interface 1.14 initialized
Apr 25 13:18:52 malebranche bluetoothd[11368]: Endpoint registered: sender=:1.173 path=/MediaEndpoint/A2DPSink/sbc
Apr 25 13:18:52 malebranche bluetoothd[11368]: Endpoint registered: sender=:1.173 path=/MediaEndpoint/A2DPSource/sbc
Apr 25 13:19:45 malebranche bluetoothd[11368]: /org/bluez/hci0/dev_E8_07_BF_04_1B_D0/sep1/fd0: fd(38) ready
Apr 25 13:21:35 malebranche bluetoothd[11368]: /org/bluez/hci0/dev_E8_07_BF_04_1B_D0/sep1/fd1: fd(53) ready
Apr 25 13:30:53 malebranche bluetoothd[11368]: Unable to get io data for Headset Voice gateway: getpeername: Transport endpoint is not connected (107)
Apr 25 13:31:09 malebranche bluetoothd[11368]: /org/bluez/hci0/dev_E8_07_BF_04_1B_D0/sep1/fd2: fd(53) ready
ただし、サウンド設定パネルには、サウンド出力はヘッドセットからのものであると表示されていますが、「テスト」ボタンを押すと、ラップトップスピーカーから音が出ます。これは、構成がA2DPまたはHSP/HFPの両方の場合に発生します。したがって、GUIはすべて正常であると示し、systemctlステータスは何か問題が発生していると示します。
HPラップトップとSkullcandy Bluetoothヘッドフォンを使用して、19.10から20.04にアップグレードするまったく同じ状況がありました。サウンドパネルを使用して出力をヘッドフォンに変更しても機能しません。ただし、Pulseオーディオのボリュームコントロールを使用し、出力をヘッドフォンに切り替えると、サウンドがリダイレクトされます。
パルスオーディオをインストールする必要がありますが、インストールされていない場合:
Sudo apt install pulseaudio pulseaudio-module-bluetooth
Ubuntuチームへ:これは修正すべきバグです。
元気!