Bluetooth 0930:021c가 Ubuntu 15.04에서 작동하지 않습니다.

Bluetooth 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

재부팅 후 Bluetooth 어댑터가 작동해야 합니다.

빌드된 모듈은 커널 3.19가 포함된 Ubuntu 14.04.3, Ubuntu 15.04 및 Ubuntu 15.10용입니다.

관련 정보