Ubuntu 19 未找到蓝牙适配器

Ubuntu 19 未找到蓝牙适配器

已尝试论坛中的所有内容,包括(但可能不限于):

  1. 在 BIOS 中打开和关闭蓝牙
  2. 检查 rfkill 中的块(注意没有 hci 设备显示 rfkill 的任何内容)
  3. 检查以确保蓝牙服务正在运行(输出下方)
  4. 安装/升级 bluez(已尝试过 5.50 和 5.51)
  5. 集成 Wifi / 蓝牙卡(英特尔 AX200)的附加固件 - 请注意,该卡要求我从英特尔网站将 ucode 文件添加到 /lib/firmware,只是为了让 Wifi 工作 - 蓝牙仍然无法打开。
  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

相关内容