This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

(SOLVED) How to disable bluetooth at start?

Yorko

Sat Mar 07, 2015 12:36:40 pm

Hello!

I rarely use a bluetooth on my netbook. How to turn it off when Zorin OS is starting? Actually I do this manually.

Swarfendor437

Sat Mar 07, 2015 12:57:17 pm

Hi, see if this helps:

http://ubuntuforums.org/showthread.php?t=2058136

[Startup Applications is under Menu | System Tools | Preferences] :D

Yorko

Mon Mar 16, 2015 2:16:56 pm

Working solution for other users:

1. Open file:
Code:
sudoedit /etc/rc.local

2. Add before "end 0":
Code:
rfkill block bluetooth

3. Save and reboot.