Comment 14 for bug 127627

Revision history for this message
fj401971 (fj401971) wrote :

On an Acer TravelMate 8000, I was able to get the wireless LED working by using the following:

From the System76 website: http://knowledge76.com/index.php/Wireless_LED_on_Ubuntu

sudo -s
echo "options ipw2200 led=1" >> /etc/modprobe.d/ipw2200.modprobe
modprobe -r ipw2200
modprobe ipw2200
exit