Wireless with IPW220

When you push the wireless button, the ipw2200 is successfully turned on/off but the Wireless button is never lit.

The acerhk module (included by default as module on Ubuntu) was not tested yet because a more simple way to support the lightning of the wireless button was found: you must load the ipw2200 module with the led parameter set to 1.

If the file /etc/modprobe.d/options does not exist, type:

$> sudo echo "options ipw2200 led=1" > /etc/modprobe.d/ipw2200.modprobe

If the file /etc/modprobe.d/options exists, type:

$> sudo echo "options ipw2200 led=1" >> /etc/modprobe.d/options