Ubuntu20.04 搜索不到任何蓝牙设备

电脑信息

联想扬天YangTianT4900k

问题描述

打开蓝牙之后,一直转圈,搜索不到任何蓝牙设备

排查

dmesg | grep -i blue

有如下错误:

Bluetooth: hci0: RTL: unknown IC info, lmp subver 8852, hci rev 000b, hci ver 000b

lsusb

芯片型号如下: ID 0bda: 4853

Bus 001 Device 006: ID 0bda:4853 Realtek Semiconductor Corp. Bluetooth Radio

原因

系统不支持该芯片

解决

安装以下驱动

GitHub - HRex39/rtl8852be_bt: Realtek Linux Bluetooth Driver for RTL8852BE

注:readme里有说明,btusb.c 文件中修改设备ID,再编译。笔者蓝牙型号就是4853,无需修改。

cd xxx/xxx/btl8852be_bt-5.15

sudo make uninstall

make

sudo make install

reboot