Disable WiFi on fitpc-2i

Post Reply
morety
Posts: 18
Joined: Thu Jun 23, 2011 9:06 pm

Disable WiFi on fitpc-2i

Post 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.

Post Reply

Return to “Ubuntu 11.04”