首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >蓝牙不适用于14.10与BCM43142

蓝牙不适用于14.10与BCM43142
EN

Ask Ubuntu用户
提问于 2014-11-09 14:54:40
回答 1查看 4.2K关注 0票数 2

谢谢你的帮助。不管怎样,正如标题上说的,我有用于Wifi &蓝牙的Broadcom43142芯片。这是一个双芯片,它包含WiFi和蓝牙.*呻吟这是来自dmesg | grep -i blue的输出

代码语言:javascript
复制
[   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

感谢所有的帮助!另外,我安装了蓝光驱动程序。他们所有人。

EN

回答 1

Ask Ubuntu用户

发布于 2014-11-19 15:04:44

我找到了解决办法。

您需要从Windows中搜索.hex文件,我在C:\Windows\System32\drivers\BCM43142A0_001.001.011.0197.0231.hex中找到了我的;找到以BCM43142A0.开头的文件

然后,您需要将它转换为hcd格式。您可以在https://github.com/jessesung/hex2hcd找到该工具。

代码语言:javascript
复制
git clone git://github.com/jessesung/hex2hcd.git
cd hex2hcd
make
hex2hcd <input_file>.hex fw-xxxx_yyyy.hcd

对于fw-xxxx_yyyy.hcd,您应该使用BCM43142A0-0a5c-21d7.hcd

然后将生成的hcd文件复制到/lib/固件/brcm/并重新启动。

这应该能解决这个问题。

票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/547552

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档