蓝牙无法连接到设备(未找到固件补丁文件)

jak*_*9wi 8 firmware bluetooth system-tray 20.04

我买了一个蓝牙适配器,说它与 Linux 兼容。蓝牙符文显示在工具栏中我通过符文打开蓝牙设备窗口,它显示了我想要连接的设备。当我告诉它作为串行设备连接时,气泡会永远来回弹跳。

使用 Ubuntu 20.04 LTS。

子集

Bus 002 Device 003: ID 19ff:0239 Dynex BCM20702A0
Run Code Online (Sandbox Code Playgroud)

编辑

我更新了所有更新,现在我在登录时看到一个窗口,显示有关蓝牙托盘的“系统错误”。我去系统日志查找更多详细信息。

日志显示:未找到固件补丁文件。

[   12.340873] Bluetooth: Core ver 2.22
[   12.340901] Bluetooth: HCI device and connection manager initialized
[   12.340906] Bluetooth: HCI socket layer initialized
[   12.340907] Bluetooth: L2CAP socket layer initialized
[   12.340912] Bluetooth: SCO socket layer initialized
[   12.672664] usbcore: registered new interface driver btusb
[   12.799986] Bluetooth: hci0: BCM: chip id 73
[   12.810958] Bluetooth: hci0: BCM: features 0x07
[   12.850090] Bluetooth: hci0: godbless
[   12.850097] Bluetooth: hci0: BCM20702B0 (002.001.014) build 0607
[   13.054492] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[   13.054540] Bluetooth: hci0: BCM: 'brcm/BCM20702B0-19ff-0239.hcd'
[   13.054572] Bluetooth: hci0: BCM: 'brcm/BCM-19ff-0239.hcd'
[   25.267365] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.267368] Bluetooth: BNEP filters: protocol multicast
[   25.267373] Bluetooth: BNEP socket layer initialized
[   41.793203] Bluetooth: RFCOMM TTY layer initialized
[   41.793210] Bluetooth: RFCOMM socket layer initialized
[   41.793219] Bluetooth: RFCOMM ver 1.11
Run Code Online (Sandbox Code Playgroud)

再次编辑

我按照建议下载了文件,并且有关丢失文件的日志消息消失了,但是我的设备仍然无法连接。

现在托盘里有两个蓝牙符文。

托盘图像

ubf*_*an1 9

这些文件(还)不在 linuxfirmware 包中,所以尝试从 github 获取它们:

https://github.com/winterheart/broadcom-bt-firmware/blob/master/brcm/BCM20702B0-19ff-0239.hcd

将下载的 hcd 文件复制到 /lib/firmware/brcm 并重新启动即可看到如果他们被捡起来。

  • 现在他们有 .deb 和 .rpm:https://github.com/winterheart/broadcom-bt-firmware#installation (3认同)