Views:
23,147
Votes: 19
✅ Solution
Tags:
boot
bluetooth
settings
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1047455
Title:
How can I set bluetooth off as default?
ID:
/2018/06/17/How-can-I-set-bluetooth-off-as-default_
Created:
June 17, 2018
Edited: June 17, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
I’ve tested this and it’s persistent across reboots.
Click the bluetooth logo between the keyboard and battery icons on the system tray. Then click the “Bluetooth ON” selection and it changes to “Bluetooth OFF”:
After comments I discovered that Ubuntu 18.04 with Gnome interface doesn’t work like Ubuntu 16.04 with Unity interface.
The solution is to edit /etc/default/tlp
and find:
# Radio devices to disable on startup: bluetooth, wifi, wwan.
# Separate multiple devices with spaces.
#DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
Edit the last line to read:
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth"