首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >蓝牙适配器中的蓝牙芯片是哪种型号?

蓝牙适配器中的蓝牙芯片是哪种型号?
EN

Ask Ubuntu用户
提问于 2021-01-26 03:03:41
回答 2查看 1.3K关注 0票数 1

realtek生产的蓝牙有多种型号,如rtl8725、rtl8761、rtl8821,我有一个usb适配器,我想知道蓝牙适配器中的蓝牙芯片是哪种型号?

代码语言:javascript
复制
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蓝牙模型:

代码语言:javascript
复制
rtl8723b_fw
rtl8723d_fw
rtl8723fs_fw
rtl8725as_fw
rtl8761a_fw
rtl8761at8192ee_fw
rtl8761b_fw
rtl8821a_fw
rtl8821c_fw
rtl8822b_fw
rtl8822cs_fw

显示我的usb设备:

代码语言:javascript
复制
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。

如何准确地得到它是哪种型号。

EN

回答 2

Ask Ubuntu用户

回答已采纳

发布于 2021-01-26 08:39:13

您的BT芯片的模型是8761B

如果您对此设备的固件感兴趣,您需要:

代码语言:javascript
复制
rtl8761b_fw.bin
rtl8761b_config

但这些文件尚未添加到linux-firmware中。

来源

票数 0
EN

Ask Ubuntu用户

发布于 2021-01-26 03:27:02

由于您正在为蓝牙使用usb适配器,所以它必须是11.298374 rtk_btusb: Realtek蓝牙USB驱动程序ver3.1.244af65.20200812-1956

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1310982

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档