FIX DISABLE BLUETOOTH ON UBUNTU


HOW TO FIX DISABLE BLUETOOTH ON UBUNTU

To turn Bluetooth ON when your systeem starts up do the following:

Open a Terminal (CTRL+ALT+T).

Enter the following line only if you don't have gksu installed.

sudo apt-get install gksu -y

If you have GKSU (installed or already have) enter the following:

gksudo gedit /etc/rc.local

The rc.local fill will open up, add the following line before the exit 0:

rfkill unblock bluetooth

Now enter the following line in a terminal:

sudo reboot


To switch between ON or OFF you can use the FN+Bluetooth key on your keyboard. This key is different for each system. You can change bluetooth also for something else, like wireless. How to install/update the Bluetooth drivers:
Open a Terminal (CTRL+ALT+T).

Enter the following line in it:

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

Next
This is the current newest page
Previous
Next Post »
Thanks for your comment