Ubuntu 19 Bluetoothアダプタが見つかりません。

Ubuntu 19 Bluetoothアダプタが見つかりません。

以下を含む(これに限定されない)、フォーラムですべてを試しました。

  1. BIOSでBluetoothのオンとオフを切り替える
  2. rfkillのブロックを確認してください(hciデバイスにはrfkillの内容は表示されません)。
  3. Bluetoothサービスが実行されていることを確認してください(下記の出力)。
  4. bluezのインストール/アップグレード(5.50および5.51試行)
  5. 統合Wi-Fi / Bluetoothカード(Intel AX200)用の追加のファームウェア - Wi-Fiが機能するには、カードを使用するにはIntel Webサイトのucodeファイルを/ lib / firmwareに追加する必要があります。 Bluetoothはまだ点灯していません。
  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

ベストアンサー1

おすすめ記事