Bluetooth 0930: 021c não funciona no Ubuntu 15.04

1

O Ubuntu detecta o hardware do bluetooth (mostra o ícone do bluetooth na barra de status), e eu posso ligá-lo ou desligá-lo e definir a visibilidade e tal. No entanto, nunca é capaz de encontrar qualquer dispositivo bluetooth.

lsusb mostra:

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

uname -a mostra:

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

Eu tentei outro kernel (4.0.2) mas também não funciona.

Eu também tentei:

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

"usb-devices | awk" / 021c / 'RS="saída:

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

Saída "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

Obrigado pelas suas respostas.

    
por P L. Lucas 04.10.2015 / 13:05

1 resposta

0

Este adaptador [0930:021c] ainda não é suportado pelo kernel do Linux.

O Bug Link

Eu consertei e adicionei ao ppa. O módulo pode ser instalado por

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

O adaptador bluetooth deve funcionar após a reinicialização.

Os módulos criados são para o Ubuntu 14.04.3 com o kernel 3.19, o Ubuntu 15.04 e o Ubuntu 15.10.

    
por Pilot6 04.10.2015 / 14:58