Page 1 of 1

Disable Wifi - Bluetooth

Posted: Mon Mar 12, 2018 7:14 pm
by New_Tunisia
Dear All,
I'm newbie using NanoPi Neo Plus2.
Is it possible to power off Wifi and keep bluetooth on and then power on wifi and power off bluetooth.
Best regards.

Re: Disable Wifi - Bluetooth

Posted: Tue Mar 13, 2018 9:20 am
by davef
One way to do it is in /etc/rc.local before the exit 0 line place:

Code: Select all

rfkill block bluetooth


You could try:

Code: Select all

rfkill block wifi


I haven't tried stopping Wifi.

Good luck!

Re: Disable Wifi - Bluetooth

Posted: Tue Mar 13, 2018 6:55 pm
by New_Tunisia
Hi,
Thanks for your reply.
I will try it.
Best regards.