AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1310982
Accepted
scrapy
scrapy
Asked: 2021-01-26 19:03:41 +0800 CST2021-01-26 19:03:41 +0800 CST 2021-01-26 19:03:41 +0800 CST

蓝牙适配器中的蓝牙芯片是什么型号的?

  • 772

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。
如何获得它的确切型号。

bluetooth
  • 2 2 个回答
  • 888 Views

2 个回答

  • Voted
  1. Subrata Jana
    2021-01-26T19:27:02+08:002021-01-26T19:27:02+08:00

    由于您使用的是 USB 适配器进行蓝牙,它必须是 [11.298374] rtk_btusb: Realtek 蓝牙 USB 驱动程序版本 3.1.244af65.20200812-1956

    • 0
  2. Best Answer
    Pilot6
    2021-01-27T00:39:13+08:002021-01-27T00:39:13+08:00

    你的BT芯片型号是8761B。

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

    rtl8761b_fw.bin
    rtl8761b_config
    

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

    资源

    • 0

相关问题

  • 哪种蓝牙耳机效果最好?

  • ubuntu无法识别笔记本电脑的内部蓝牙:如何诊断问题?

  • 如何为我的蓝牙手机分配串口?

  • 我可以将我的计算机用作 A2DP 接收器/蓝牙扬声器吗?

  • 如何解决联想笔记本电脑上恢复/电源问题时禁用的蓝牙?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve