Bluetooth não funciona no lenovo g50-30 (Ubuntu 15.10)

0

Problema acima. Se você precisar de mais alguma informação, não hesite em perguntar.

movioli@movioli-Lenovo-G50-30:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 105b:e065 Foxconn International, Inc. BCM43142A0 Bluetooth module
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 004: ID 0bda:579a Realtek Semiconductor Corp. 
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
movioli@movioli-Lenovo-G50-30:~$ rfkill list
0: ideapad_wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: ideapad_bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
movioli@movioli-Lenovo-G50-30:~$  dmesg | grep -i bluetooth
movioli@movioli-Lenovo-G50-30:~$ uname -a
Linux movioli-Lenovo-G50-30 4.2.0-25-generic #30-Ubuntu SMP Mon Jan 18 12:31:50 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
movioli@movioli-Lenovo-G50-30:~$ hciconfig -a
movioli@movioli-Lenovo-G50-30:~$

Depois de experimentar o tutorial mencionado nos comentários abaixo

movioli @ movioli-Lenovo-G50-30: ~ $ sudo cp ~ / BCM.hcd / lib / firmware / brcm

movioli @ movioli-Lenovo-G50-30: status do bluetooth do serviço ~ $ sudo ● bluetooth.service - serviço Bluetooth    Carregado: carregado (/lib/systemd/system/bluetooth.service; enabled; predefinido do fornecedor: ativado)    Ativo: ativo (em execução) desde Sa 2016-01-30 19:49:59 CET; 16min atrás      Docs: homem: bluetoothd (8)  PID principal: 638 (bluetoothd)    Status: "Correndo"    CGroup: /system.slice/bluetooth.service            38─638 / usr / lib / bluetooth / bluetoothd

    
por Florian Bauer 26.01.2016 / 18:31

1 resposta

0

Além da instalação do firmware, você precisa instalar um módulo do kernel. Executar

wget https://launchpad.net/~hanipouspilot/+archive/ubuntu/bluetooth/+files/btusb-bcm105b-dkms_0.1_all.deb
sudo apt-get install btusb-bcm105b-dkms_0.1_all.deb

Em seguida, reinicie.

    
por Pilot6 30.01.2016 / 20:13