realtek生产的蓝牙有多种型号,如rtl8725、rtl8761、rtl8821,我有一个usb适配器,我想知道蓝牙适配器中的蓝牙芯片是哪种型号?
sudo dmesg | grep -i tooth
[ 2.778424] usb 2-10: Product: Bluetooth Radio
[ 10.918815] Bluetooth: Core ver 2.22
[ 10.918832] Bluetooth: HCI device and connection manager initialized
[ 10.918834] Bluetooth: HCI socket layer initialized
[ 10.918836] Bluetooth: L2CAP socket layer initialized
[ 10.918840] Bluetooth: SCO socket layer initialized
[ 11.298374] rtk_btusb: Realtek Bluetooth USB driver ver 3.1.244af65.20200812-195650
[ 19.222345] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 19.222346] Bluetooth: BNEP filters: protocol multicast
[ 19.222350] Bluetooth: BNEP socket layer initialized
[ 55.326843] Bluetooth: RFCOMM TTY layer initialized
[ 55.326846] Bluetooth: RFCOMM socket layer initialized
[ 55.326850] Bluetooth: RFCOMM ver 1.11我从网上收集了一些realtek蓝牙模型:
rtl8723b_fw
rtl8723d_fw
rtl8723fs_fw
rtl8725as_fw
rtl8761a_fw
rtl8761at8192ee_fw
rtl8761b_fw
rtl8821a_fw
rtl8821c_fw
rtl8822b_fw
rtl8822cs_fw显示我的usb设备:
lsusb
Bus 003 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 17ef:6019 Lenovo
Bus 002 Device 006: ID 0d28:0204 NXP ARM mbed
Bus 002 Device 003: ID 2bdf:0284
Bus 002 Device 005: ID 0bda:8771 Realtek Semiconductor Corp.
Bus 002 Device 002: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub在realtek的蓝牙芯片中没有型号8771。
如何准确地得到它是哪种型号。
发布于 2021-01-26 08:39:13
发布于 2021-01-26 03:27:02
由于您正在为蓝牙使用usb适配器,所以它必须是11.298374 rtk_btusb: Realtek蓝牙USB驱动程序ver3.1.244af65.20200812-1956
https://askubuntu.com/questions/1310982
复制相似问题