Não é possível habilitar o Bluetooth 14.04

2

Não consigo ativar o bluetooth. Eu estou no Ubuntu 14.04 e quando eu vou para Configurações > Bluetooth, isso aparece:

Não consigo clicar no botão para ativar e desativar o Bluetooth.

Saída de dmesg | grep Bluetooth

[ 29.412813] Bluetooth: Core ver 2.16
[ 29.412828] Bluetooth: HCI device and connection manager initialized
[ 29.412836] Bluetooth: HCI socket layer initialized
[ 29.412838] Bluetooth: L2CAP socket layer initialized
[ 29.412842] Bluetooth: SCO socket layer initialized
[ 29.415260] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 29.415263] Bluetooth: BNEP filters: protocol multicast
[ 29.415272] Bluetooth: BNEP socket layer initialized
[ 29.415974] Bluetooth: RFCOMM TTY layer initialized
[ 29.415984] Bluetooth: RFCOMM socket layer initialized
[ 29.415985] Bluetooth: RFCOMM ver 1.11

    
por Ubuntu User That Needs Help 20.12.2014 / 15:14

1 resposta

0

Instale os drivers Bluetooth -

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

Edite o arquivo rc.local -

sudo nano /etc/rc.local

Adicione a seguinte linha -

rfkill unblock bluetooth

Reinicie o sistema e verifique novamente.

    
por Rohith Madhavan 20.12.2014 / 15:28