Nenhum adaptador Bluetooth está presente

3

Tenho um Sony Vaio VPCEH1S0E e tenho um problema com o Bluetooth.

Meu applet Bluetooth está em execução, mas não há como configurar meu dispositivo Bluetooth porque o Ubuntu diz que "nenhum adaptador está presente".

Esta é a saída de rfkill list :

0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: sony-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: sony-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

Esta é a saída de hcitool dev :

Devices:

Esta é a saída de dmesg | tail depois de ativar o Bluetooth:

[ 1590.367523] hci_cmd_timer: hci0 command tx timeout
[ 1591.367014] hci_cmd_timer: hci0 command tx timeout
[ 1592.366483] hci_cmd_timer: hci0 command tx timeout
[ 1593.365992] hci_cmd_timer: hci0 command tx timeout

E finalmente esta é a saída de lsmod :

bluetooth             166112  13 bnep,rfcomm,btusb

Então, o que posso fazer para encontrar meu adaptador Bluetooth?

    
por Paolo 12.10.2011 / 20:38

2 respostas

2

Também estou usando o VPCEH Sony VAIO e tenho o bluetooth e o Wi-Fi funcionando simultaneamente. É assim que eu fiz isso.

Execute lsmod | grep sony e você encontrará um módulo sony_laptop .

Encloque-o, editando /etc/modprobe.d/blacklist.conf e inserindo blacklist sony_laptop .

Salve o arquivo e reinicie.

Agora você deve poder acessar o Bluetooth e o Wifi.

    
por S.Sreekanth 06.08.2012 / 14:35
1

Provavelmente você já enfrentou o problema conhecido .

Execute hciconfig no console, isso lhe dará uma saída semelhante a esta:

hci0:   Type: BR/EDR  Bus: USB
    BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
    DOWN 
    RX bytes:0 acl:0 sco:0 events:0 errors:0
    TX bytes:66 acl:0 sco:0 commands:21 errors:1

Se o endereço MAC do adaptador BT for 00: 00: 00: 00: 00: 00, tudo o que você pode fazer é aguardar até que alguém forneça uma correção na linha principal. Desculpe:)

    
por Andrejs Cainikovs 07.12.2011 / 19:37