藍牙 0930:021c 在 Ubuntu 15.04 中無法運作

藍牙 0930:021c 在 Ubuntu 15.04 中無法運作

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。

相關內容