Page 1 of 1

Disable WiFi on fitpc-2i

Posted: Sun Aug 14, 2011 2:13 pm
by morety
The easiest way to disable the wifi is by:

Code: Select all

sudo rfkill block wifi
to enable it use:

Code: Select all

sudo rfkill unblock wifi
If you want to disable WiFi during boot, create a startup script which you need to place in \etc\init.d.