
マシンをサスペンドしてから再開すると、Ubuntu 21.10 と Pop!_OS 21.10 の両方で、次の画像に示すように Bluetooth が消えます。
私の PC には Bluetooth カードがないようです。これを修正するには再起動するしかありません。
ネットで調べてみると、これはよくある問題のようです。 見つけられる解決策をすべて試してみました。
以前の投稿では、この問題はバグのある古いバージョンの bluez にあるとされていましたが、私のマシンには最新バージョンがあります。
gerardozinno@pop-os:~$ dpkg --status bluez | grep '^Version:'
Version: 5.60-0ubuntu2.1
ここで提案された解決策を試してみましたhttps://askubuntu.com/questions/875901/no-bluetooth-found-plug-in-a-dongle-to-use-bluetooth:
gerardozinno@pop-os:~$ rfkill list all
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
しかし、投稿の出力とは異なり、私の出力には Bluetooth が表示されません。
以下の解決策を試した後、ここ:
gerardozinno@pop-os:~$ hcitool dev
Devices:
gerardozinno@pop-os:~$ sudo systemctl restart bluetooth
gerardozinno@pop-os:~$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
Active: active (running) since Tue 2022-01-04 22:46:57 CET; 8min ago
Docs: man:bluetoothd(8)
Main PID: 40233 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 18336)
Memory: 544.0K
CPU: 16ms
CGroup: /system.slice/bluetooth.service
└─40233 /usr/lib/bluetooth/bluetoothd
gen 04 22:46:57 pop-os systemd[1]: bluetooth.service: Deactivated successfully.
gen 04 22:46:57 pop-os systemd[1]: Stopped Bluetooth service.
gen 04 22:46:57 pop-os systemd[1]: Starting Bluetooth service...
gen 04 22:46:57 pop-os bluetoothd[40233]: Bluetooth daemon 5.60
gen 04 22:46:57 pop-os systemd[1]: Started Bluetooth service.
gen 04 22:46:57 pop-os bluetoothd[40233]: Starting SDP server
gen 04 22:46:57 pop-os bluetoothd[40233]: Bluetooth management interface 1.21 i>
出力から判断すると、Bluetooth はアクティブで実行されているように見えますが、問題はどこにあるのでしょうか?
私も最初に尋ねてみましたUbuntuに質問するですが、そちらは技術的にあまり詳しくないので、ここでも質問します。この問題をどのように解決すればよいでしょうか?