It's my script, based in
http://blog.drinsama.de/erich/en/linux/2008052101-iwlwifi-blinking.html
sudo gedit /etc/network/if-up.d/iwl-no-blink
put this!
#!/bin/sh
if [ "$IFACE" = "wlan0" ]; then
for dir in /sys/class/leds/iwl-phy0\:radio; do
echo none > $dir/trigger
done
for dir in /sys/class/leds/iwl-phy0\:assoc; do
echo none > $dir/trigger
done
fi
and done!
--
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs