我在 ubuntu 20.04 上通过蓝牙 5.0 进行多次配对时遇到问题。以下信息是我当前的环境。
- ubuntu 版本
jinsoo@jspc:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
- 有关蓝牙的信息
我目前通过 USB-A 接收器使用蓝牙,而不是直接安装在主板上。
接收器的芯片组是 RTL8761B,所以我已经安装了正确版本的固件。
jinsoo@jspc:~$ dmesg | grep Bluetooth:
[248832.686496] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[248832.687540] Bluetooth: hci0: RTL: rom_version status=0 version=1
[248832.687551] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[248832.687692] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[248832.687760] Bluetooth: hci0: RTL: cfg_sz -2, total sz 11664
[248832.760574] Bluetooth: hci0: RTL: fw version 0x097bec43
[248886.256557] Bluetooth: hci0: Ignoring error of Inquiry Cancel command
- 我想要同时连接
1. Logitech MX matser 3S for mac (bluetooth only)
2. QCY t5 earbuds
- 我之前做过什么
- 重启
- 重新安装固件
- 重启蓝牙服务
- 重新连接两个设备
当我只连接 1 个设备时,它可以成功运行。但是,在连接多个设备(超过 2 个)的情况下,两个设备的连接都不稳定。例如,有时声音和光标移动会同时出现卡顿。
两个设备的连接没有停止,但不稳定。因此,我无法发现任何错误。
我能做什么?如果您需要更多信息,请告诉我。我会尽快添加。
提前谢谢你的帮助。