论坛
潜水/灌水快乐,沉淀知识,认识更多同行。
ToB圈子
加入IT圈,遇到更多同好之人。
朋友圈
看朋友圈动态,了解ToB世界。
ToB门户
了解全球最新的ToB事件
博客
Blog
排行榜
Ranklist
文库
业界最专业的IT文库,上传资料也可以赚钱
下载
分享
Share
导读
Guide
相册
Album
记录
Doing
搜索
本版
文章
帖子
ToB圈子
用户
免费入驻
产品入驻
解决方案入驻
公司入驻
案例入驻
登录
·
注册
只需一步,快速开始
账号登录
立即注册
找回密码
用户名
Email
自动登录
找回密码
密码
登录
立即注册
首页
找靠谱产品
找解决方案
找靠谱公司
找案例
找对的人
专家智库
悬赏任务
圈子
SAAS
ToB企服应用市场:ToB评测及商务社交产业平台
»
论坛
›
主机系统
›
linux
›
Linux博通(Broadcom)无线网卡蓝牙无法使用问题解决记录 ...
Linux博通(Broadcom)无线网卡蓝牙无法使用问题解决记录
怀念夏天
金牌会员
|
昨天 16:32
|
显示全部楼层
|
阅读模式
楼主
主题
877
|
帖子
877
|
积分
2631
旧条记本安装ArchLinux后发现蓝牙无法使用,记录一下解决办法。
解决方法记录
条记本的无线网卡和蓝牙是一起的,lspci命令查看网卡型号
08:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n (rev 01)
以上可以看到是博通(Broadcom) BCM43142这一个系列型号的网卡
使用dmesg查看蓝牙相关信息
$ sudo dmesg | grep -i bluetooth
...
[ 6.688643] Bluetooth: hci0: BCM: chip id 70
[ 6.690787] Bluetooth: hci0: BCM: features 0x06
[ 6.706677] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
[ 6.710354] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[ 6.710938] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2009.hcd'
[ 6.711451] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2009.hcd'
[ 7.389596] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.389602] Bluetooth: BNEP filters: protocol multicast
[ 7.389606] Bluetooth: BNEP socket layer initialized
[ 8.910445] Bluetooth: hci0: command 0x1003 tx timeout
[ 8.910448] Bluetooth: hci0: Opcode 0x1003 failed: -110
...
复制代码
发现一个
Bluetooth: hci0: BCM: firmware Patch file not found
的错误。
然后在网上一通探求,最终在github上找到一个堆栈:
https://github.com/winterheart/broadcom-bt-firmware
,里面形貌的错误类似。
按照堆栈里README说明的方法找到对应型号网卡的firmware补丁,我根据dmesg的错误提示找到了
BCM43142A0-04ca-2009.hcd
这个文件,将这个文件放入/lib/firmware/brcm目次中,重启。
再次使用dmesg查看
[ 6.709279] Bluetooth: hci0: BCM: chip id 70
[ 6.710271] Bluetooth: hci0: BCM: features 0x06
[ 6.726308] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
[ 6.729887] Bluetooth: hci0: BCM43142A0 'brcm/BCM43142A0-04ca-2009.hcd' Patch
[ 7.414959] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.414965] Bluetooth: BNEP filters: protocol multicast
[ 7.414969] Bluetooth: BNEP socket layer initialized
[ 7.422287] Bluetooth: hci0: BCM: features 0x06
[ 7.438287] Bluetooth: hci0: Bluetooth USB module
[ 7.438294] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0330
复制代码
原先的错误已不见,然后使用bluetoothctl连接蓝牙,蓝牙已可以正常使用。
其他说明
ArchLinux的话也可以去aur堆栈搜索broadcom-bt-firmware,安装aur包,这方法我还没试过如果上面步骤没用可以尝试下,看包里面的说明也是从
https://github.com/winterheart/broadcom-bt-firmware
这个堆栈获取的补丁。
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
本帖子中包含更多资源
您需要
登录
才可以下载或查看,没有账号?
立即注册
x
回复
使用道具
举报
0 个回复
倒序浏览
返回列表
快速回复
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
or
立即注册
本版积分规则
发表回复
回帖并转播
回帖后跳转到最后一页
发新帖
回复
怀念夏天
金牌会员
这个人很懒什么都没写!
楼主热帖
CVE-2017-12635 Couchdb 垂直权限绕过 ...
WEB安全基础入门—操作系统命令注入(s ...
Redis 原理 - Set
IOS手机Charles抓包
恭喜,成功入坑 GitHub 。。。 ...
数据库(Oracle 11g)使用expdp每周进 ...
【牛客】8 企业真题
KubeSphere3.3 私有云部署,在linux上 ...
java中Long和Integer缓存-128~127的简 ...
程序员不撰写代码注释和文档的十大理由 ...
标签云
存储
挺好的
服务器
快速回复
返回顶部
返回列表