Recent News
All news
2024-09-24 | Maven 3.9.9 |
2024-08-13 | Noble Numbat |
2024-06-21 | Maven 3.9.8 |
2024-02-02 | Maven 3.9.6 |
2023-10-11 | P2 repository deleted |
2023-10-10 | Maven 3.9.5 |
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