蓝牙未发现任何设备 - Dell XPS 13 (16.04)

蓝牙未发现任何设备 - Dell XPS 13 (16.04)

我查看了针对此问题的其他解决方案和线程,但它们都对我不起作用。我正在使用 Dell XPS 13 连接我的新 Jaybird X3 耳机。到目前为止,笔记本电脑无法检测到我的耳机和移动设备。

编辑:所有设备都处于可发现模式。我尝试使用此答案重新安装蓝牙https://askubuntu.com/a/776812/701563但它不起作用。我不知道为什么,但现在 BLueman Assistant 说“未找到适配器”。

我在终端中运行了一些命令,结果如下:

$ sudo 服务蓝牙状态

bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: active (running) since Wed 2017-07-19 10:46:20 AEST; 3min 30s ago
 Docs: man:bluetoothd(8)
Main PID: 1210 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
        └─1210 /usr/lib/bluetooth/bluetoothd

Jul 19 10:46:20 fsc0ciety systemd[1]: Starting Bluetooth service...
Jul 19 10:46:20 fsc0ciety bluetoothd[1210]: Bluetooth daemon 5.37
Jul 19 10:46:20 fsc0ciety bluetoothd[1210]: Unknown key AutoEnable in main.conf
Jul 19 10:46:20 fsc0ciety systemd[1]: Started Bluetooth service.
Jul 19 10:46:20 fsc0ciety bluetoothd[1210]: Starting SDP server
Jul 19 10:46:20 fsc0ciety bluetoothd[1210]: Bluetooth management interface 1.13 
Jul 19 10:49:35 fsc0ciety systemd[1]: Started Bluetooth service.

$ rfkill 列表

0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

$ lsusb

Bus 001 Device 002: ID 8087:8001 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 005: ID 0bda:5682 Realtek Semiconductor Corp. 
Bus 002 Device 004: ID 04f3:20d0 Elan Microelectronics Corp. 
Bus 002 Device 003: ID 0a5c:216f Broadcom Corp. BCM20702A0 Bluetooth
Bus 002 Device 002: ID 058f:6387 Alcor Micro Corp. Flash Drive
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetoothLinux

Linux fsc0ciety 4.8.0-58-generic #63~16.04.1-Ubuntu SMP Mon Jun 26 18:08:51 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Dell BCM4352 802.11ac Wireless Network Adapter [1028:0019]
    Kernel driver in use: wl
    Kernel modules: bcma, wl
Bus 001 Device 002: ID 8087:8001 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 005: ID 0bda:5682 Realtek Semiconductor Corp. 
Bus 002 Device 004: ID 04f3:20d0 Elan Microelectronics Corp. 
Bus 002 Device 003: ID 0a5c:216f Broadcom Corp. BCM20702A0 Bluetooth
Bus 002 Device 002: ID 058f:6387 Alcor Micro Corp. Flash Drive
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    6.939516] Bluetooth: Core ver 2.21
[    6.939535] Bluetooth: HCI device and connection manager initialized
[    6.939539] Bluetooth: HCI socket layer initialized
[    6.939541] Bluetooth: L2CAP socket layer initialized
[    6.939546] Bluetooth: SCO socket layer initialized
[    7.074389] Bluetooth: hci0: BCM: chip id 63
[    7.090392] Bluetooth: hci0: BCM20702A
[    7.091389] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[    8.736332] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.736333] Bluetooth: BNEP filters: protocol multicast
[    8.736337] Bluetooth: BNEP socket layer initialized
[    9.184663] Bluetooth: hci0 command 0x213c tx timeout
[   17.376813] Bluetooth: hci0: BCM: Patch command 213c failed (-110)
[   19.392869] Bluetooth: hci0 command 0x0c03 tx timeout
[   27.617047] Bluetooth: hci0: BCM: Reset failed (-110)
[   29.633143] Bluetooth: hci0 command 0x0c03 tx timeout
[   37.857308] Bluetooth: hci0: BCM: Reset failed (-110)

答案1

由于这个答案,我最终能够解决这个问题: https://askubuntu.com/a/920803/701563

步骤1- 列出您的 USB 设备

lsusb

(为我显示了蓝牙)

Bus 002 Device 002: ID 0a5c:216f Broadcom Corp. BCM20702A0 Bluetooth

第2步- 去https://github.com/winterheart/broadcom-bt-firmware/tree/master/brcm下载与您的 ID 匹配的已转换驱动程序。对我来说,这是BCM20702A1-0a5c-216f.hcd(点击文件即可下载)

步骤3- 将下载的文件复制到/lib/firmware/brcm

cd ~/Downloads
sudo cp BCM20702A1-0a5c-216f.hcd /lib/firmware/brcm

步骤4- 重启。蓝牙现在应该可以正常工作了。


如果在连接蓝牙音频设备时出现此错误:

Connection Failed: blueman.bluez.errors.DBusFailedError: Protocol Not available

解决方案:https://askubuntu.com/a/801669/701563

sudo apt-get install pulseaudio-module-bluetooth
pactl load-module module-bluetooth-discover

然后,从蓝牙设备中删除该设备并重新配对。

希望这可以帮助您连接蓝牙音频设备。

相关内容