Bluetooth funktioniert unter 14.10 mit BCM43142 nicht

Bluetooth funktioniert unter 14.10 mit BCM43142 nicht

danke für die Hilfe. Wie der Titel schon sagt, habe ich den Broadcom43142-Chip für WLAN und Bluetooth. Es ist ein Dual-Chip, er enthält sowohl WLAN als auch Bluetooth. *stöhnt Hier ist die Ausgabe von dmesg | grep -i blue

[   18.505736] Bluetooth: Core ver 2.19
[   18.505761] Bluetooth: HCI device and connection manager initialized
[   18.505768] Bluetooth: HCI socket layer initialized
[   18.505771] Bluetooth: L2CAP socket layer initialized
[   18.505780] Bluetooth: SCO socket layer initialized
[   18.822995] bluetooth hci0: Direct firmware load failed with error -2
[   18.823006] bluetooth hci0: Falling back to user helper
[   18.823767] Bluetooth: hci0: BCM: patch brcm/BCM43142A0-0a5c-21d7.hcd not found
[   28.385656] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   28.385661] Bluetooth: BNEP filters: protocol multicast
[   28.385669] Bluetooth: BNEP socket layer initialized
[   28.850708] Bluetooth: RFCOMM TTY layer initialized
[   28.850718] Bluetooth: RFCOMM socket layer initialized
[   28.850725] Bluetooth: RFCOMM ver 1.11
[  384.623505] Bluetooth: hci0 command 0x1003 tx timeout

Jede Hilfe ist willkommen! Außerdem habe ich die Bluez-Treiber installiert. Alle.

Antwort1

Ich habe eine Lösung gefunden.

Sie müssen nach einer .hexDatei aus einer Windows-Installation suchen. Ich habe meine in gefunden C:\Windows\System32\drivers\BCM43142A0_001.001.011.0197.0231.hex. Suchen Sie nach der Datei, die mit beginntBCM43142A0.

Anschließend müssen Sie es in das hcd-Format konvertieren. Das Tool finden Sie unterhttps://github.com/jessesung/hex2hcd.

git clone git://github.com/jessesung/hex2hcd.git
cd hex2hcd
make
hex2hcd <input_file>.hex fw-xxxx_yyyy.hcd

Stattdessen fw-xxxx_yyyy.hcdsollten Sie verwenden BCM43142A0-0a5c-21d7.hcd.

Kopieren Sie dann die generierte hcd-Datei nach /lib/firmware/brcm/ und starten Sie neu.

Das sollte das Problem beheben.

verwandte Informationen