蓝牙不适用于Ubuntu17.10.1。我是linux新手,我不知道该怎么做。我试过rfkill列表,所有的东西都没锁。数独表明它是无人认领的。这是司机的问题吗?这个设备的驱动程序是lib/固件,它是ath3k-1.fw。怎么解决这个问题?
*-usb:0 UNCLAIMED
description: Bluetooth wireless interface
product: Asus Integrated Bluetooth module [AR3011]
vendor: IMC Networks
physical id: 1
bus info: usb@1:1.1
version: 0.01
capabilities: bluetooth usb-1.10
configuration: maxpower=100mA speed=12Mbit/s我试了16.04,但还是不起作用。dmesg \ grep ath
[ 10.199174] ath9k 0000:03:00.0: enabling device (0000 -> 0002)
[ 10.199320] ath: phy0: Set BT/WLAN RX diversity capability
[ 10.248017] ath: EEPROM regdomain: 0x60
[ 10.248019] ath: EEPROM indicates we should expect a direct regpair map
[ 10.248020] ath: Country alpha2 being used: 00
[ 10.248021] ath: Regpair used: 0x60
[ 12.101571] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
[ 15.587488] ath3k: probe of 1-1.1:1.0 failed with error -110
[ 15.587543] usbcore: registered new interface driver ath3k
[ 32.641275] ath: EEPROM regdomain: 0x8348
[ 32.641276] ath: EEPROM indicates we should expect a country code
[ 32.641277] ath: doing EEPROM country->regdmn map search
[ 32.641278] ath: country maps to regdmn code: 0x3a
[ 32.641279] ath: Country alpha2 being used: US
[ 32.641280] ath: Regpair used: 0x3a
[ 32.641281] ath: regdomain 0x8348 dynamically updated by country IE发布于 2021-07-17 05:16:48
我刚才在Ubuntu20.04上遇到了这个问题,并且能够通过安装linux模块来解决这个问题--我的内核是额外的。重新启动之后,蓝牙适配器就开始工作了。
sudo apt install linux-modules-extra-$(uname -r)即使在内核升级的情况下,您也可以通过安装linux泛型来确保这一点始终被安装。
sudo apt install linux-generichttps://askubuntu.com/questions/1004351
复制相似问题