Gnome 블루투스가 장치를 감지하지 못함 - Arch Linux

Gnome 블루투스가 장치를 감지하지 못함 - Arch Linux

Windows 11 운영 체제로 이중 부팅된 Arch Linux에 GNOME을 설치했습니다.

질문:
Gnome 블루투스가 켜지거나 꺼지지만 장치를 감지하지 못합니다.
스크린샷:
닫았을 때:
Bluetooth GUI 디스플레이가 꺼졌습니다.

켜져 있을 때:
Bluetooth GUI 디스플레이가 꺼졌습니다.

근처의 장치를 감지하지 못합니다("장치" 라벨 옆에 아무것도 회전하지 않습니다).
하지만 내 삼성 휴대폰의 블루투스는 PC를 감지하지만 연결할 수 없습니다(흔한 일이 아닙니다).

인터넷에서 다른 사이트를 검색해 봤습니다. 따라서
실행하면 sudo rfkill list출력
은 다음과 같습니다.

0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

또한 sudo systemctl status bluetooth,

● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: active (running) since Wed 2022-05-18 23:05:56 IST; 21min ago
       Docs: man:bluetoothd(8)
   Main PID: 422 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 4578)
     Memory: 2.5M
        CPU: 80ms
     CGroup: /system.slice/bluetooth.service
             └─ 422 /usr/lib/bluetooth/bluetoothd

May 18 23:05:56 Someone systemd[1]: Started Bluetooth service.
May 18 23:05:57 Someone bluetoothd[422]: Bluetooth management interface 1.21 initialized
May 18 23:06:51 Someone bluetoothd[422]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/sbc
May 18 23:06:51 Someone bluetoothd[422]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/sbc
May 18 23:06:51 Someone bluetoothd[422]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/sbc_xq_453
May 18 23:06:51 Someone bluetoothd[422]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/sbc_xq_453
May 18 23:06:51 Someone bluetoothd[422]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/sbc_xq_512
May 18 23:06:51 Someone bluetoothd[422]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/sbc_xq_512
May 18 23:06:51 Someone bluetoothd[422]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/sbc_xq_552
May 18 23:06:51 Someone bluetoothd[422]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/sbc_xq_552

에서: https://linuxhint.com/bluetooth_arch_linux/

그래서 블루투스는 잘 작동하는 것 같아요

내가 시도한 것:

1번을 시도해보세요:

  1. sudo systemctl stop bluetooth
  2. sudo systemctl start bluetooth
  3. reboot>> 작동하지 않습니다

2번 시도:

  1. sudo systemctl disable bluetooth
  2. sudo systemctl enable bluetooth
  3. reboot>> 운이 좋지 않다

3번을 시도해보세요:

  1. sudo pacman -S blueman
  2. 일하다글쎄 조금...

blueman을 사용하여 다른 장치를 검색하려면 검색 버튼을 눌러야 하며, 뭔가를 찾으면 그놈 설정이 (마법처럼) 업데이트되지만 더 이상 검색이 수행되지 않습니다.

이것이 내 문제를 해결하지 못하는 걸까요?
답변:당연히 아니지!

실시간으로 다른 블루투스 장치를 감지하려면 그놈 설정을 어떻게 얻어야 합니까?

(한 달 전에 GNOME을 이용하여 Arch를 설치했는데 이런 문제는 발생하지 않았습니다.)

답변1

터미널을 열고 다음을 입력하세요.

sudo pacman -S bluez bluez-utils blueman

그런 다음 Bluetooth를 껐다가 다시 켜십시오.

그래도 작동하지 않으면 나중에 시도해 보세요.

설정->응용 프로그램->Bluetooth 관리자->장치 검색으로 이동하세요.

관련 정보