first of all, i'm using linuxmint 9 lxde on my acer 2920 laptop which had a dedicated button to turn on/off bluetooth.. the problem is, bluetooth on my laptop is always on whenever i boot, regarding its state on session before. its so annoying to press that dedicated button to turn bluetooth off upon boot while i rarely use bluetooth. i've tried all possible way like disable bluetooth daemon, blacklist bluetooth module etc but with no luck,its still on whever i boot.
heres a bug report regarding this problem on launchpad https://bugs.launchpad.net/ubuntu/+bug/306739
ok lets go, first remove gnome bluetooth applet:
- Code: Select all
sudo apt-get remove gnome-bluetooth
it will also prompt to remove gnome-user-share(we dont need this any more), so just continue.
next, install another bluetooth manager called blueman:
- Code: Select all
sudo apt-get install blueman
next, install bootup manager:
- Code: Select all
sudo apt-get install bum
open bootup manager:
- Code: Select all
sudo bum
or find it on menu, in my menu its located in Preferences>BootUp Manager.
find bluetooth service and disable it(untick on box beside it) and click Apply.
boot your machine and se how it works
note: on my machine, bluetooth still start on boot but it will close automatically 2-3 seconds later, so no more pressing dedicated button to turn off bluetooth for me
i think gnome-bluetooth just force bluetooth module to load upon boot, i've already test it with bootup manager(disable bluetooth module in bootup manager without unistalling gnome-bluetooth) and bluetooth still on when i boot, but when combining bootup manager with blueman, Whalla!! my problem solved


