Ubuntu 14.04 Bluetooth não funciona no Lenovo Laptop

1

Estou executando o Ubuntu 14.04 no meu laptop Lenovo G510. Eu tenho problemas com o bluetooth.

Aqui está o que eu fiz: Eu instalei o bluetooth e o bluez e todos os outros pacotes bluez usando o apt-get. Então, eu não tive sucesso em meus esforços e então copiei o arquivo .hex do windows e usei a ferramenta hex2hcd para convertê-lo em hcd e copiei o mesmo para / lib / firmware /. Eu era então capaz de se conectar ao bluetooth, mas a qualidade de áudio do meu fone de ouvido bluetooth JBL era pior. Então atualizei o bluez e baixei um monte de pacotes bluez.

sudo apt-get install bluez bluez-alsa bluez-audio bluez-btsco bluez-compat bluez-cups bluez-dbg bluez-gstreamer bluez-hcidump bluez-pcmcia-support bluez-tools bluez-utils python-bluez bluewho indicator-bluetooth libbluetooth-dev  libgnome-bluetooth11 libbluetooth3

Desde então, eu não consigo nem mesmo iniciar o dispositivo bluetooth. Se eu tentar reiniciar o serviço bluetooth (sudo /etc/init.d/bluetooth restart), ele irá congelar. Agora não consigo ligar ou desligar o bluetooth. Quando eu abro o "Bluetooth" de "Configurações do sistema", ele mostra, "Bluetooth está desativado" sob o interruptor de ligar / desligar bluetooth. Não consigo ativar o bluetooth.

Além disso, quando eu tento desligar, eu vejo esta tela e o ubuntu congela neste momento.

Info Adicional: Esta é a saída do comando lspci -knn | grep Net -A2; Isusb

02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Lenovo Device [17aa:0611]
Kernel driver in use: wl
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 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 003 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 003 Device 004: ID 105b:e065 Foxconn International, Inc. BCM43142A0 Bluetooth module
Bus 003 Device 002: ID 174f:114f Syntek 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Esta é a saída de dmesg

[   25.142394] Bluetooth: Core ver 2.17
[   25.144424] Bluetooth: HCI device and connection manager initialized
[   25.144433] Bluetooth: HCI socket layer initialized
[   25.144436] Bluetooth: L2CAP socket layer initialized
[   25.144442] Bluetooth: SCO socket layer initialized
[   25.501897] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.501898] Bluetooth: BNEP filters: protocol multicast
[   25.501905] Bluetooth: BNEP socket layer initialized
[   27.100960] Bluetooth: firmware loaded
[   48.821537] Bluetooth: RFCOMM TTY layer initialized
[   48.821549] Bluetooth: RFCOMM socket layer initialized
[   48.821555] Bluetooth: RFCOMM ver 1.11

aqui está o firmware:

:~$ ls /lib/firmware/brcm/*.hcd
/lib/firmware/brcm/BCM43142A0-105b-e065.hcd

Estou ansioso para superar as 3 questões mencionadas acima, ou seja, o bluetooth não pode ser ativado / desativado, o serviço bluetooth trava ao tentar iniciar / parar e o ubuntu não desliga. Qualquer ajuda é muito apreciada. Muito obrigado antecipadamente.

EDIT 1 : no syslog, percebo o seguinte,

Aug 21 09:47:44 ubuntu-user bluetoothd[421]: Failed to obtain handles for "Service Changed" characteristic
Aug 21 09:47:44 ubuntu-user bluetoothd[421]: hci0 Load Connection Parameters failed: Unknown Command (0x01)
Aug 21 09:47:47 ubuntu-user NetworkManager[794]: <warn> bluez error getting default adapter: Method "DefaultAdapter" with signature "" on interface "org.bluez.Manager" doesn't exist
Aug 21 09:48:01 ubuntu-user pulseaudio[2018]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "org.bluez.Manager" doesn't exist
Aug 21 09:48:04 ubuntu-user blueproximity[2328]: started.
Aug 21 09:48:05 ubuntu-user dbus[412]: [system] Activating service name='org.blueman.Mechanism' (using servicehelper)
Aug 21 09:48:05 ubuntu-user blueman-mechanism: Starting blueman-mechanism 
Aug 21 09:48:05 ubuntu-user dbus[412]: [system] Successfully activated service 'org.blueman.Mechanism'
Aug 21 09:48:05 ubuntu-user blueman-mechanism: loading RfKill 
Aug 21 09:48:05 ubuntu-user blueman-mechanism: loading Config 
Aug 21 09:48:05 ubuntu-user blueman-mechanism: loading Ppp 
Aug 21 09:48:05 ubuntu-user blueman-mechanism: loading Network 
Aug 21 09:48:05 ubuntu-user kernel: [   46.871717] Bluetooth: RFCOMM TTY layer initialized
Aug 21 09:48:05 ubuntu-user kernel: [   46.871728] Bluetooth: RFCOMM socket layer initialized
Aug 21 09:48:05 ubuntu-user kernel: [   46.871733] Bluetooth: RFCOMM ver 1.11
Aug 21 09:48:35 ubuntu-user blueman-mechanism: Exiting 
    
por prabhu 20.08.2016 / 04:09

0 respostas