美文网首页
解决debian蓝牙不可用问题

解决debian蓝牙不可用问题

作者: 韩承银 | 来源:发表于2019-04-08 22:12 被阅读0次

华硕X450J在安装完debian9之后蓝牙不可用,原因是驱动问题。我的笔记本无线和蓝牙是一起的设备为Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter,但是debian在安装的时候只有安装了无线的网卡的驱动没有蓝牙驱动所以造成了蓝牙不可用的状态。

蓝牙不可用

经过一番折腾查找到这型号的无线网卡应该安装ath_9k_htc这个驱动。

1、添加apt源

在 /etc/apt/sources.list文件中添加

    deb http://httpredir.debian.org/debian/ jessie main contrib non-free

2、更新、安装驱动

     apt-get update && apt-get install firmware-atheros

3、重启,大功告成

    蓝牙可用了。

相关文章

网友评论

      本文标题:解决debian蓝牙不可用问题

      本文链接:https://www.haomeiwen.com/subject/wjumiqtx.html