Mein ASUS-PC scheint seine Bluetooth-Firmware zu verlieren, wenn ich einen Dual-Boot durchführe? Ich habe ihn mehrmals zurückgesetzt... frustrierend

Mein ASUS-PC scheint seine Bluetooth-Firmware zu verlieren, wenn ich einen Dual-Boot durchführe? Ich habe ihn mehrmals zurückgesetzt... frustrierend

Ich habe es unzählige Male zurückgesetzt … frustrierend.

wget https://www.dropbox.com/s/xbmm9vfg2fby2zn/fw-04ca_2006.hcd
sudo cp fw-04ca_2006.hcd /lib/firmware/brcm/BCM43142A0-04ca-2006.hcd
sudo modprobe -r btusb
sudo modprobe btusb

Das mache ich jedes Mal, um Bluetooth wieder zum Laufen zu bringen.


[    0.184551] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    1.501933] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x381f00)
[    9.977602] Bluetooth: Core ver 2.20
[    9.977615] Bluetooth: HCI device and connection manager initialized
[    9.977618] Bluetooth: HCI socket layer initialized
[    9.977620] Bluetooth: L2CAP socket layer initialized
[    9.977626] Bluetooth: SCO socket layer initialized
[   10.243919] bluetooth hci0: Direct firmware load for brcm/BCM43142A0-04ca-2006.hcd failed with error -2
[   10.243925] Bluetooth: hci0: BCM: patch brcm/BCM43142A0-04ca-2006.hcd not found
[   12.252479] Bluetooth: hci0 command 0x1003 tx timeout
[   20.540677] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.540679] Bluetooth: BNEP filters: protocol multicast
[   20.540683] Bluetooth: BNEP socket layer initialized
[   20.715433] Bluetooth: RFCOMM TTY layer initialized
[   20.715441] Bluetooth: RFCOMM socket layer initialized
[   20.715447] Bluetooth: RFCOMM ver 1.11
[   23.061182] Bluetooth: hci0 command 0x1003 tx timeout

Antwort1

Das ist das einzige Mal, dass ich gehört habe, dass dies passiert, wenn Ubuntu auf einer Festplatte installiert ist. Wir können die Attribute jedoch /lib/firmware/brcmnach dem Einspielen der Firmware ändern, um zu sehen, ob dies das Löschen der Datei verhindert.

wget https://www.dropbox.com/s/xbmm9vfg2fby2zn/fw-04ca_2006.hcd
sudo cp fw-04ca_2006.hcd /lib/firmware/brcm/BCM43142A0-04ca-2006.hcd
sudo chattr +i /lib/firmware/brcm/

Starten Sie neu und prüfen Sie, ob das Problem weiterhin besteht

Antwort2

Denken Sie daran sudo chattr -i /lib/firmware/brcm , bevor Sie ein Distributions-Upgrade durchführen!

Jedes Update der Linux-Firmware, während der Ordner .../brcm auf unveränderlich eingestellt ist, führt zum Fehlschlagen des Updates. Dies führt wiederum zum Absturz des Upgrades.

Ich spreche hier aus einer eher unglücklichen Erfahrung.

verwandte Informationen