设备环境:联想小新
BUG现象:home assistant蓝牙设备报错:
CHONGQING FUGUI ELECTRONICS CO.,LTD. None (40:23:43:A9:8E:9C) 没有设备或实体 设置失败,将重试: hci0 (40:23:43:A9:8E:9C): hci0 (40:23:43:A9:8E:9C): Failed to start Bluetooth: [org.freedesktop.DBus.Error.ServiceUnknown] The name org.bluez was not provided by any .service files; Try power cycling the Bluetooth hardware.
出现频率:必现
日志文件:dmesg日志:
sudo dmesg | grep -i bluetooth
[ 2.584377] usb 3-2: Product: Bluetooth Radio
[ 6.595772] Bluetooth: Core ver 2.22
[ 6.595809] NET: Registered PF_BLUETOOTH protocol family
[ 6.595812] Bluetooth: HCI device and connection manager initialized
[ 6.595819] Bluetooth: HCI socket layer initialized
[ 6.595823] Bluetooth: L2CAP socket layer initialized
[ 6.595833] Bluetooth: SCO socket layer initialized
[ 6.703459] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 6.706439] Bluetooth: hci0: RTL: rom_version status=0 version=2
[ 6.706449] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_fw.bin
[ 6.707633] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_config.bin
[ 6.707835] Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270
[ 7.614466] Bluetooth: hci0: RTL: fw version 0xab6b705c
目前飞牛内置的蓝牙驱动文件是有8822b的驱动,但实际无法驱动我笔记本的8822蓝牙芯片,home assistant加载蓝牙设备失败。
希望可以修复一下此问题。