Recent News
All news
2023-08-21 | Maven 3.9.4 |
2023-07-05 | Maven 3.9.3 |
2023-05-24 | Maven 3.9.2 |
2022-10-04 | TeX-UPmethodology 20221004 |
2022-08-18 | Jammy Jellyfish |
2022-07-30 | Maven 3.8.6 |
Search
Mailing List
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