我买了一个蓝牙适配器,上面写着它与Linux兼容。蓝牙符文显示在工具栏中,我通过rune打开蓝牙设备窗口,它显示了我希望连接到的设备。当我告诉它连接成串行设备时,气泡就会永远来回跳动。
使用Ubuntu20.04LTS。
伊苏
Bus 002 Device 003: ID 19ff:0239 Dynex BCM20702A0
我更新了所有的更新,现在我得到了一个登录窗口,上面写着蓝牙托盘的“系统错误”。我到syslog去找更多的细节。
日志上写着:固件补丁文件找不到。
[ 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
我按建议下载了文件,关于丢失文件的日志消息也消失了,但是我的设备仍然无法连接。
现在托盘里有两个蓝牙符文。
发布于 2021-03-03 18:27:14
这些文件(还没有)在linux固件包中,所以尝试从github获取它们:
https://github.com/winterheart/broadcom-bt-firmware/blob/master/brcm/BCM20702B0-19ff-0239.hcd
等。
将下载的hcd文件(S)复制到/lib/固件/brcm中,然后重新启动,以查看它们是否被选中。
https://askubuntu.com/questions/1320939
复制