PopOS 21.04のBluetoothの問題

PopOS 21.04のBluetoothの問題

私はPopOS 21.04を使用しています。最近まですべてが正常に機能しましたが、一部のアップデートの後に設定パネルでBluetoothを有効にすることはできません。コマンドラインでBluetoothを有効にしようとすると、bluetoothctl scan on次のエラーメッセージが表示されます。

$ bluetoothctl scan on
Connection ":1.116" is not allowed to own the service "org.bluez" due to security policies in the configuration file

bluetooth.serviceのパラメータに-dフラグを追加し、ExecStartコールドブート後に次のデバッグログを取得しました。

$ journalctl --unit=bluetooth -f
May 20 10:25:08 nilanjan-mitra bluetoothd[915]: src/profile.c:ext_adapter_probe() ":1.124/org/bluez/obex/00005005_0000_1000_8000_0002ee000001/00005005-0000-1000-8000-0002ee000001" probed
May 20 10:25:08 nilanjan-mitra bluetoothd[915]: src/adapter.c:adapter_service_add() /org/bluez/hci0
May 20 10:25:08 nilanjan-mitra bluetoothd[915]: src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10010
May 20 10:25:08 nilanjan-mitra bluetoothd[915]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000003-0000-1000-8000-00805f9
May 20 10:25:08 nilanjan-mitra bluetoothd[915]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000008-0000-1000-8000-00805f9
May 20 10:25:08 nilanjan-mitra bluetoothd[915]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00000100-0000-1000-8000-00805f9
May 20 10:25:08 nilanjan-mitra bluetoothd[915]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00001002-0000-1000-8000-00805f9
May 20 10:25:08 nilanjan-mitra bluetoothd[915]: src/sdpd-service.c:add_record_to_server() Record pattern UUID 00005005-0000-1000-8000-0002ee0
May 20 10:25:08 nilanjan-mitra bluetoothd[915]: src/adapter.c:adapter_service_insert() /org/bluez/hci0
May 20 10:25:08 nilanjan-mitra bluetoothd[915]: src/adapter.c:add_uuid() sending add uuid command for index 0

dmesg ログは次のとおりです。

$ dmesg | grep Bluetooth
[    6.558671] Bluetooth: Core ver 2.22
[    6.558691] Bluetooth: HCI device and connection manager initialized
[    6.558694] Bluetooth: HCI socket layer initialized
[    6.558696] Bluetooth: L2CAP socket layer initialized
[    6.558699] Bluetooth: SCO socket layer initialized
[    6.704062] Bluetooth: hci0: Firmware revision 0.1 build 6 week 12 2021
[    7.781114] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.781117] Bluetooth: BNEP filters: protocol multicast
[    7.781121] Bluetooth: BNEP socket layer initialized
[  285.103971] Bluetooth: RFCOMM TTY layer initialized
[  285.103979] Bluetooth: RFCOMM socket layer initialized
[  285.103985] Bluetooth: RFCOMM ver 1.11

また、これは次の出力ですbluetoothd

$ bluetoothd
D-Bus setup failed: Connection ":1.126" is not allowed to own the service "org.bluez" due to security policies in the configuration file

起動するとsystemctl restart bluetoothBluetoothがオンになりますが、設定パネルでオフにするとサービスを再起動するまでBluetoothが再びオンになります。 BlueZのバージョンは5.55です。

また、リカバリパーティションで再起動し、新規インストールを実行しましたapt update && apt upgrade

この問題を解決する方法、またはこれが起こる理由についてのアイデアはありますか?エラーを探しましたが、Connection ":1.126" is not allowed to own the service "org.bluez" due to security policies何も見つかりませんでした。

ベストアンサー1

おすすめ記事