藍牙在 14.10 上無法使用 BCM43142 工作

藍牙在 14.10 上無法使用 BCM43142 工作

謝謝您的幫忙。不管怎樣,正如標題所說,我有用於 Wifi 和藍牙的 Broadcom43142 晶片。它是雙晶片,包含 WiFi 和藍牙。 *呻吟這是輸出 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

感謝所有幫助!另外,我還安裝了 Bluez 驅動程式。他們全部。

答案1

我找到了解決方案。

.hex您需要從 Windows 安裝中搜尋文件,我在 中找到了我的文件C:\Windows\System32\drivers\BCM43142A0_001.001.011.0197.0231.hex;找到以BCM43142A0.

然後你需要將其轉換為hcd格式。您可以在以下位置找到該工具:https://github.com/jessesung/hex2hcd

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

fw-xxxx_yyyy.hcd你應該使用Insted BCM43142A0-0a5c-21d7.hcd

然後將產生的hcd檔案複製到/lib/firmware/brcm/並重新啟動。

這應該可以解決問題。

相關內容