Bluetooth 0930:021c が Ubuntu 15.04 で動作しない

Bluetooth 0930:021c が Ubuntu 15.04 で動作しない

Ubuntu は Bluetooth ハードウェアを検出し (ステータス バーに Bluetooth アイコンが表示されます)、オン/オフを切り替えたり、表示/非表示などを設定できます。ただし、Bluetooth デバイスが見つかりません。

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

再起動後、Bluetooth アダプターは動作するはずです。

ビルドされたモジュールは、カーネル 3.19 の Ubuntu 14.04.3、Ubuntu 15.04、Ubuntu 15.10 用です。

関連情報