On some laptops, like my Lenovo Ideapad Z360 there is no separate on/off switches for Bluetooth and Wi-Fi.
Therefore Bluetooth was always enabled upon startup, using up power (that is precious when running on battery) and simply unused.
I can turn off Bluetooth using Bluetooth panel applet but I often forget it and it's not convenient.
However, there is a very easy way!
- Press Alt+F2 to open Run dialog
- Type:
gksu gedit /etc/rc.local - Add the following line before the "exit 0" line:
rfkill block bluetooth
You can still turn on Bluetooth using the Bluetooth panel applet as usual.
Resources:
it works!!!
ReplyDeletegood jobs!!!
thanks for sharing!