RSS

Disable Bluetooth on startup in eOS loki

07 Sep

When I boot my laptop, Bluetooth was on by default:

bluetooth on upon startup

after searching a while I found it is possible to set it to off when I start up my laptop:

bluetooth off

To do this we will edit the “rc.local” file and add a command “rfkill block bluetooth

step 1. Open rc.local as root in a text editor. in my case I used Gedit.

sudo gedit /etc/rc.local

It will open the rc.local file. Just add the following line just before the last line (which is “exit 0”. )

rfkill block bluetooth

Restart your PC to confirm the change.

 
Leave a comment

Posted by on September 7, 2017 in Linux

 

Tags: , , , , , , , ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

 
%d bloggers like this: