Disable WiFi on fitpc-2i

Post Reply
morety
Posts: 18
Joined: Fri Jun 24, 2011 12:06 am

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”