Ubuntu 14.04 Bluetooth não habilita

0

Instalei recentemente o Ubuntu no meu Lenovo Yoga como uma inicialização dupla. Mas devido a circunstâncias infelizes, meu conector de áudio não funciona. Eu costumo usar o bluetooth, mas sempre que tento habilitar o bluetooth e fechar a janela, ele apenas se redefine para desabilitar. Algum conselho sobre como lidar com essa situação?

Veja o que é exibido:

Bus 002 Device 004: ID 5986:029c Acer, Inc 
Bus 002 Device 003: ID 2047:0855 Texas Instruments 
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 04f3:000a Elan Microelectronics Corp. 
Bus 001 Device 004: ID 0bda:1724 Realtek Semiconductor Corp. 
Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card  
Reader Controller
Bus 001 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 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

bluetooth             446409  12 bnep,rtk_btusb,rfcomm
6lowpan_iphc           18702  1 bluetooth

Linux Stephen-Lenovo-IdeaPad-Yoga-13 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

0: ideapad_wlan: Wireless LAN
       Soft blocked: no
       Hard blocked: no
1: ideapad_bluetooth: Bluetooth
       Soft blocked: no
       Hard blocked: no
2: hci0: Bluetooth
       Soft blocked: no
       Hard blocked: no
3: phy0: Wireless LAN
       Soft blocked: no
       Hard blocked: no
    
por Stephen Cheng 21.05.2015 / 02:37

1 resposta

1
sudo apt-get install linux-headers-$(uname -r) git build-essential
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install

cd ~
git clone -b troy https://github.com/lwfinger/rtl8723au_bt.git
cd rtl8723au_bt
make
sudo make install

Reinicie e teste, talvez tenhamos que colocar a lista negra no rtk_btusb

    
por Jeremy31 23.05.2015 / 18:28