Ubuntu 检测到蓝牙硬件(它在状态栏中显示蓝牙图标),我可以打开或关闭它并设置可见性等。但是,它始终无法找到任何蓝牙设备。
lsusb 显示:
Bus 001 Device 003: ID 0930:021c Toshiba Corp.
uname -a 显示:
Linux lucas-Leon 4.0.2-040002-generic #201505081529 SMP Fri May 8 15:30:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
我尝试了另一个内核(4.0.2),但它也不起作用。
我也尝试过:
echo 0930 021c > /sys/bus/usb/drivers/btusb/new_id
“usb-devices | awk '/021c/' RS=" 输出:
T: Bus=01 Lev=01 Prnt=01 Port=03 Cnt=02 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=0930 ProdID=021c Rev=00.01
C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
“lspci -knn | grep Net -A2”输出:
01:00.0 Network controller [0280]: Qualcomm Atheros AR9462 Wireless Network Adapter [168c:0034] (rev 01)
Subsystem: Lite-On Communications Inc Device [11ad:6611]
Kernel driver in use: ath9k
谢谢您的回答。
答案1
[0930:021c]
Linux 内核尚不支持此适配器。
这错误链接
我修复了这个问题并添加到 ppa 中。该模块可以通过以下方式安装:
sudo add-apt-repository ppa:hanipouspilot/bluetooth
sudo apt-get update
sudo apt-get install btusb-lp1502781-dkms
重启后蓝牙适配器应该可以工作。
构建的模块适用于内核为 3.19 的 Ubuntu 14.04.3、Ubuntu 15.04 和 Ubuntu 15.10。