Bluetooth не работает с Ubuntu 18.04 [BCM20702A1-13d3-3411]

Я установил Ubuntu 18.04 в свой Alienware 17, все работает нормально, кроме Bluetooth. Он активен, но я не могу подключиться к наушникам, телефону и мыши.

sudo dmesg | grep -i bluetooth

[    4.733843] Bluetooth: Core ver 2.22
[    4.733970] Bluetooth: HCI device and connection manager initialized
[    4.733973] Bluetooth: HCI socket layer initialized
[    4.733975] Bluetooth: L2CAP socket layer initialized
[    4.733979] Bluetooth: SCO socket layer initialized
[    4.941900] Bluetooth: hci0: BCM: chip id 63
[    4.942900] Bluetooth: hci0: BCM: features 0x07
[    4.958903] Bluetooth: hci0: kacub18pc
[    4.959898] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[    4.960174] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-13d3-3411.hcd failed with error -2
[    4.960176] Bluetooth: hci0: BCM: Patch brcm/BCM20702A1-13d3-3411.hcd not found
[    6.157166] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.157167] Bluetooth: BNEP filters: protocol multicast
[    6.157171] Bluetooth: BNEP socket layer initialized
[   30.844116] Bluetooth: RFCOMM TTY layer initialized
[   30.844120] Bluetooth: RFCOMM socket layer initialized
[   30.844125] Bluetooth: RFCOMM ver 1.11
[   75.236262] Bluetooth: hci0: last event is not cmd complete (0x0f)
[   88.291313] Bluetooth: hci0: last event is not cmd complete (0x0f)
[  107.311359] Bluetooth: hci0: last event is not cmd complete (0x0f)
...
0
задан 26 August 2018 в 14:55

1 ответ

Попробуйте выполнить следующую команду в терминале.

Это позволит загрузить прошивку Broadcom Bluetooth для ядра Linux - /lib/firmware/brcm.

sudo wget --tries=3 --timeout=120 https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM20702A1-13d3-3411.hcd -P /lib/firmware/brcm

После установки прошивки просто перезагрузитесь, чтобы загрузить драйвер.

1
ответ дан 28 October 2019 в 02:08

Другие вопросы по тегам:

Похожие вопросы: