I spoke too soon.  My (modified) script looks like this:

#!/bin/sh
if [ "$IFACE" = "wlan0" ]; then
        for diric in /sys/class/leds/iwl-phy*X
        do
                echo none > $direc/trigger
        done
        
        for direc in /sys/class/leds/iwl-phy*radio
        do
                echo none > $direc/trigger
        done
fi

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to