Como posso depurar porque meu bluetooth interno não está funcionando?

6

Eu gostaria de ver dispositivos bluetooth no meu computador. Eu tenho um Asus x79 Deluxe, que suporta Bluetooth 4.0. Seria legal se isso funcionasse no Linux.

Eu instalei os seguintes pacotes:

  • bluez-utils
  • libopenobex1

Eu tenho blueman instalado e cliquei em "ativar o bluetooth". Depois disso, quando clico em dispositivos, não vejo nenhum. Quando clico em "Adaptadores", recebo um pop-up vazio.

Qual é o problema e como posso investigá-lo / resolvê-lo?

Meu sistema

$ uname -a
Linux pc09 3.13.0-36-generic #63-Ubuntu SMP Wed Sep 3 21:30:07 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/issue
Linux Mint 17 Qiana \n \l

$ lspci | grep -i blu
$ lsusb | grep -i blu
$ lshw | grep -i blu
$ lsmod | grep -i blu
bluetooth             391136  10 bnep,rfcomm
$ hciconfig --all


$ dmesg | grep -i blue
[    3.746659] Bluetooth: Core ver 2.17
[    3.746667] Bluetooth: HCI device and connection manager initialized
[    3.746672] Bluetooth: HCI socket layer initialized
[    3.746673] Bluetooth: L2CAP socket layer initialized
[    3.746675] Bluetooth: SCO socket layer initialized
[    3.796894] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.796898] Bluetooth: BNEP filters: protocol multicast
[    3.796904] Bluetooth: BNEP socket layer initialized
[    3.797018] Bluetooth: RFCOMM TTY layer initialized
[    3.797021] Bluetooth: RFCOMM socket layer initialized
[    3.797024] Bluetooth: RFCOMM ver 1.11

$ sudo hcitool scan
Device is not available: No such device

$ rfkill list
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

Não tenho certeza, mas acho que o chipset WLAN BCM4352 também é a parte que lida com o bluetooth.

    
por Martin Thoma 25.09.2014 / 13:49

1 resposta

0

Eu tenho medo que o BCM4352 não seja suportado pelo driver b43 do kernel atual do Linux . Eu sugeriria tentar os drivers proprietários da Dell ou da Broadcom, veja também esta resposta para o mesmo problema em uma versão mais antiga do Ubuntu.

Se eles fornecem um pacote .deb para o Ubuntu 14, você provavelmente poderá ver o dispositivo com blueman e usá-lo.

OBSERVAÇÃO: também afetará sua funcionalidade de Wi-Fi

    
por 26.09.2014 / 15:22

Tags