정지에서 재개한 후 Ubuntu 21.10 블루투스가 작동하지 않습니다. 다시 시작하면 해결됩니다.

정지에서 재개한 후 Ubuntu 21.10 블루투스가 작동하지 않습니다. 다시 시작하면 해결됩니다.

Ubuntu 21.10 및 Pop!_OS 21.10에서 컴퓨터를 일시 중단했다가 다시 시작하면 다음 이미지와 같이 Bluetooth가 사라집니다.

여기에 이미지 설명을 입력하세요

여기에 이미지 설명을 입력하세요

내 PC에 블루투스 카드가 없는 것 같습니다. 이를 해결하는 유일한 방법은 다시 시작하는 것입니다.

온라인으로 찾아보니 이런 문제가 자주 발생하는 것 같습니다. 나는 내가 찾을 수 있는 모든 해결책을 시도했다.

일부 이전 게시물에서는 문제가 오래된 버그 버전의 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

하지만 게시물의 출력과 달리 내 출력에는 블루투스가 표시되지 않습니다.

다음 해결책을 시도한 후 발견했습니다.여기:

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>

출력 결과에 따르면 블루투스가 활성화되어 실행되어야 하는 것 같은데, 문제는 어디에 있습니까?

나도 먼저 물어보려고 했는데Ask우분투, 하지만 그곳은 덜 기술적이기 때문에 여기에도 묻습니다. 이 문제를 어떻게 해결할 수 있나요?

관련 정보