当前位置:   article > 正文

ubuntu20.04 LTS找不到蓝牙设备_ubuntu蓝牙搜索不到设备

ubuntu蓝牙搜索不到设备

问题

ubuntu中打开蓝牙一直转圈,搜索不到设备。在终端输入

dmesg | grep -i blue

有以下错误信息

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

再输入

lsusb

显示

  1. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  2. Bus 001 Device 004: ID 0bda:887b Realtek Semiconductor Corp. Bluetooth Radio
  3. Bus 001 Device 003: ID 413c:301a Dell Computer Corp. Dell MS116 USB Optical Mouse
  4. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  5. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  6. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

可知是Realtek的蓝牙芯片。

问题原因

参考下述文章可知,本系统不支持该蓝牙芯片,需要安装驱动解决。nullicon-default.png?t=N7T8https://askubuntu.com/questions/1454528/how-to-check-bluetooth-devices-manufacturer-and-install-drivers-for-it-on-ubunt

解决方案

安装以下驱动,重启即可。GitHub - HRex39/rtl8852be_bt: Realtek Linux Bluetooth Driver for RTL8852BERealtek Linux Bluetooth Driver for RTL8852BE . Contribute to HRex39/rtl8852be_bt development by creating an account on GitHub.icon-default.png?t=N7T8https://github.com/HRex39/rtl8852be_bt

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号