Dell Vostro 3560 com adaptador BCM43142: o bluetooth não funciona

5

Eu instalei o driver sem fio usando esta instrução Como instalo os drivers sem fio BCM43142 para o Dell Vostro 3460/3560 e tenho o WiFi funcionando. Não há problemas aqui.

Mas infelizmente o bluetooth não funciona. A barra do ubuntu mostra o sinal do bluetooth e eu posso ligar / desligar o bluetooth, mas não consigo descobrir nenhum dispositivo. E não consigo encontrar meu laptop quando vejo a visibilidade ligada. Então, obviamente, o bluetooth não funciona.

Não consegui encontrar os relatórios que o blutooth pode realmente funcionar com este adaptador no Ubuntu. Então, minha pergunta é: Existe alguém com o adaptador BCM43142 que tenha o bluetooth funcionando?

Obrigado antecipadamente.

PS. Ubuntu 12.10 x64

Atualização:

Depois de brincar com diferentes drivers de diferentes fontes, consegui trabalhar com o bluetooth. Não na perfeição, mas pelo menos eu posso emparelhar um dispositivo. Bluetooth começou a funcionar após a instalação deste pacote bt-bcm43142-onereic_0.0 + 20111116somerville2_amd64.deb Originalmente eu encontrei este pacote no disco com o Ubuntu que veio com o Laptop. O que este pacote faz, ele instala um carregador de firmware e um firmware em si. Este firmware precisa ter o bluetooth funcionando.

Ainda assim, o bluetooth às vezes não funciona mesmo com este pacote. Mas o carregamento manual do firmware ajuda.

brcm_patchram_plus_usb --patchram /lib/firmware/BCM43142A0_001.001.011.0028.0036.hcd hci0

Também achei estranho que este pacote grave todos os ids diferentes em / sys / bus / usb / drivers / btusb / new_id porque apenas um da lista corresponde ao meu ID de dispositivo

bcm43142.conf:

install btusb /sbin/modprobe --ignore-install btusb && echo '0a5c 21d3' > /sys/bus/usb/drivers/btusb/new_id && echo '0a5c 21d7' > /sys/bus/usb/drivers/btusb/new_id && echo '0a5c 21e1' > /sys/bus/usb/drivers/btusb/new_id && echo '0a5c 21e3' > /sys/bus/usb/drivers/btusb/new_id && hciconfig hci0 up && /usr/bin/brcm_patchram_plus_usb --patchram /lib/firmware/BCM43142A0_001.001.011.0028.0036.hcd hci0 &

Meu lsusb:

...
Bus 002 Device 003: ID 0a5c:21d7 Broadcom Corp.

Em conclusão: bluetooth não funciona tão bem como no windows :( uma vez que eu ainda tenho um crash completo do sistema por causa do módulo btusb. Felizmente, o WiFi funciona perfeitamente :)

    
por Shein 15.11.2012 / 14:39

1 resposta

0

Eu tive o mesmo problema em um Asus X202E (chip BCM43142): com o Ubuntu 12.10 x64, eu tive que instalar o driver wireless como descrito acima. O que funciona para wifi ... mas não para BT.

Agora mudou para 13,04 x64 e tinha funcionamento sem fio sem a necessidade de instalar o driver wifi, o Bluetooh ainda não estava funcionando. Vou tentar esta noite o pacote bt-bcm43142 e ver se consigo fazer o meu BT funcionar.

Em qualquer caso, obrigado pela postagem, é um bom resumo do desafio BCM43142 no Ubuntu.

Atualizar

Acabei de instalar o pacote mencionado acima, reiniciei e agora tenho o BT trabalhando e conectando-me aos dispositivos:)

Para os leitores que podem enfrentar o mesmo problema, aqui estão algumas saídas de comando antes de instalar o pacote:

$ lsusb
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 13d3:3388 IMC Networks 
Bus 001 Device 004: ID 13d3:5188 IMC Networks 
Bus 001 Device 005: ID 03eb:8417 Atmel Corp.

$ lspci -nn
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
03:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8162 Fast Ethernet [1969:1090] (rev 10)

$ rfkill list
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
4: asus-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
5: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

$ hcitool dev
Devices:
    hci0    DC:85:DE:AB:4D:38

$ hciconfig
hci0:   Type: BR/EDR  Bus: USB
    BD Address: DC:85:DE:AB:4D:38  ACL MTU: 1021:8  SCO MTU: 64:1
    UP RUNNING PSCAN 
    RX bytes:549 acl:0 sco:0 events:31 errors:0
    TX bytes:1168 acl:0 sco:0 commands:31 errors:0

$ sudo service bluetooth status
bluetooth start/running, process 944

$ dmesg | grep Blue
[    8.954020] Bluetooth: Core ver 2.16
[    8.954086] Bluetooth: HCI device and connection manager initialized
[    8.954096] Bluetooth: HCI socket layer initialized
[    8.954100] Bluetooth: L2CAP socket layer initialized
[    8.954114] Bluetooth: SCO socket layer initialized
[   10.975507] Bluetooth: hci0 command 0x1003 tx timeout
[   11.088728] Bluetooth: can't load firmware, may not work correctly
[   12.901647] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.901653] Bluetooth: BNEP filters: protocol multicast
[   12.901664] Bluetooth: BNEP socket layer initialized
[   12.909989] Bluetooth: RFCOMM TTY layer initialized
[   12.910004] Bluetooth: RFCOMM socket layer initialized
[   12.910007] Bluetooth: RFCOMM ver 1.11
[   15.226150] Bluetooth: hci0 command 0x1003 tx timeout
[44180.125379] Bluetooth: can't load firmware, may not work correctly

Podemos notar que o firmware pode ser carregado como a última libe aqui acima. Mas depois de instalá-lo e reiniciar o computador ... Tudo de bom:)

$ dmesg | grep Blue
[    8.768600] Bluetooth: Core ver 2.16
[    8.768625] Bluetooth: HCI device and connection manager initialized
[    8.768634] Bluetooth: HCI socket layer initialized
[    8.768638] Bluetooth: L2CAP socket layer initialized
[    8.768644] Bluetooth: SCO socket layer initialized
[    8.989943] Bluetooth: can't load firmware, may not work correctly
[   13.036311] Bluetooth: RFCOMM TTY layer initialized
[   13.036327] Bluetooth: RFCOMM socket layer initialized
[   13.036330] Bluetooth: RFCOMM ver 1.11
[   13.037056] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   13.037059] Bluetooth: BNEP filters: protocol multicast
[   13.037064] Bluetooth: BNEP socket layer initialized

sem fio 13.10 bluetooth asus x202e broadcom bcm43142

    
por roshii 01.05.2013 / 12:53