Ubuntu does not remember Bluetooth setting
Everytime I start my computer Bluetooth is on. I turn it off. But when I restart my computer it is on again. I don't want to turn it off every time I start my computer. How can I make ubuntu remember the Bluetooth setting from previous session?
These are not options, please suggest something different:
- Never turn off your computer
- Remove Bluetooth hardware
- Permanently turn off Bluetooth
- Recompile your kernel
Install TLP and enable the setting
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth"
gksudo gedit /etc/default/tlp
and go to line 5 which should read
RESTORE_DEVICE_STATE_ON_STARTUP=0
Change it to
RESTORE_DEVICE_STATE_ON_STARTUP=1
Save, exit gedit, reboot and see if problem is solved