Ubuntu 19 Bluetooth 어댑터를 찾을 수 없습니다.

Ubuntu 19 Bluetooth 어댑터를 찾을 수 없습니다.

다음을 포함하여(이에 국한되지는 않음) 포럼에서 모든 것을 시도했습니다.

  1. BIOS에서 Bluetooth 켜기 및 끄기
  2. rfkill의 블록을 확인하십시오(hci 장치에는 rfkill의 내용이 표시되지 않습니다).
  3. Bluetooth 서비스가 실행 중인지 확인하세요(아래 출력).
  4. bluez 설치/업그레이드(5.50 및 5.51 시도)
  5. 통합 Wi-Fi/블루투스 카드(Intel AX200)용 추가 펌웨어 - Wi-Fi가 작동하려면 카드를 사용하려면 인텔 웹사이트의 ucode 파일을 /lib/firmware에 추가해야 합니다. 블루투스는 여전히 켜지지 않습니다.
  6. 커널을 업그레이드하십시오(저는 5.0 - 5.3.6 이후의 모든 버전을 실행했습니다. Intel AX200에는 5.1+가 필요하다고 나와 있습니다).
dmesg | grep -i blue
[ 1015.995530] Bluetooth: Core ver 2.22
[ 1015.995543] Bluetooth: HCI device and connection manager initialized
[ 1015.995546] Bluetooth: HCI socket layer initialized
[ 1015.995547] Bluetooth: L2CAP socket layer initialized
[ 1015.995548] Bluetooth: SCO socket layer initialized
[ 1775.506820] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1775.506821] Bluetooth: BNEP filters: protocol multicast
[ 1775.506825] Bluetooth: BNEP socket layer initialized
[ 2100.910497] Bluetooth: RFCOMM TTY layer initialized
[ 2100.910502] Bluetooth: RFCOMM socket layer initialized
[ 2100.910506] Bluetooth: RFCOMM ver 1.11
lspci -nnk| grep "blue"
(nothing returned)

hciconfig
(nothing returned)
$ rfkill 
ID TYPE DEVICE      SOFT      HARD
 0 wlan phy0   unblocked unblocked

hcitool scan
Device is not available: No such device

sudo service bluetooth status
bluetooth.service - Bluetooth service
   Loaded: loaded (/etc/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Sun 2019-10-13 21:29:29 PDT; 11h ago
     Docs: man:bluetoothd(8)
 Main PID: 16822 (bluetoothd)
    Tasks: 1 (limit: 4915)
   Memory: 2.3M
   CGroup: /system.slice/bluetooth.service
           └─16822 /usr/local/libexec/bluetooth/bluetoothd

bluetoothctl
Agent registered
[bluetooth]# power on
No default controller available

관련 정보