Bluetooth 0930:021c funktioniert nicht unter Ubuntu 15.04

Bluetooth 0930:021c funktioniert nicht unter Ubuntu 15.04

Ubuntu erkennt die Bluetooth-Hardware (es zeigt das Bluetooth-Symbol in der Statusleiste an) und ich kann es ein- oder ausschalten und die Sichtbarkeit usw. einstellen. Es kann jedoch nie ein Bluetooth-Gerät finden.

lsusb zeigt:

Bus 001 Device 003: ID 0930:021c Toshiba Corp. 

uname -a zeigt:

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

Ich habe einen anderen Kernel (4.0.2) ausprobiert, aber der funktioniert auch nicht.

Ich habe auch versucht:

echo 0930 021c > /sys/bus/usb/drivers/btusb/new_id

"usb-devices | awk '/021c/' RS=" Ausgabe:

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“ gibt aus:

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

Danke für deine Antworten.

Antwort1

Dieser Adapter [0930:021c]wird vom Linux-Kernel noch nicht unterstützt.

DerFehler-Link

Ich habe es behoben und zu ppa hinzugefügt. Das Modul kann installiert werden durch

sudo add-apt-repository ppa:hanipouspilot/bluetooth
sudo apt-get update
sudo apt-get install btusb-lp1502781-dkms

Der Bluetooth-Adapter sollte nach dem Neustart funktionieren.

Die erstellten Module sind für Ubuntu 14.04.3 mit Kernel 3.19, Ubuntu 15.04 und Ubuntu 15.10.

verwandte Informationen