Para ativar o Bluetooth quando o sistema é inicializado, faça o seguinte:
Abra um Terminal ( CTRL + ALT + T ).
Digite a seguinte linha se você não tiver o gksu instalado.
sudo apt-get install gksu
Se você tiver o GKSU (instalado ou já tiver), digite o seguinte:
gksudo gedit /etc/rc.local
O arquivo rc.local
será aberto. Adicione a seguinte linha antes do exit 0
:
rfkill unblock bluetooth
Agora digite a seguinte linha em um terminal:
sudo reboot
Para desativar o Bluetooth quando o sistema é inicializado, faça o seguinte:
Abra um Terminal ( CTRL + ALT + T ).
Digite a seguinte linha se você não tiver o gksu
instalado.
sudo apt-get install gksu
Se você tiver o GKSU (instalado ou já tiver), digite o seguinte:
gksudo gedit /etc/rc.local
Adicione a seguinte linha acima de exit 0
:
rfkill block bluetooth
Agora digite a seguinte linha em um terminal:
sudo reboot
Para alternar entre ON ou OFF, você pode usar a tecla FN + Bluetooth no teclado. Essa chave é diferente para cada sistema. Você também pode alterar bluetooth para outra coisa, como sem fio .
Como instalar / atualizar os drivers Bluetooth:
Abra um Terminal ( CTRL + ALT + T ).
Digite:
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