Comment 11 for bug 189889

Revision history for this message
Daniel Hahler (blueyed) wrote :

Silvio, what have you removed from /usr/share/acpi-support/state-funcs now?
The whole setLEDAsusWireless function, or only the new line ("test -w /sys/devices/platform/asus-laptop/wlan && echo -n "$action" > /sys/devices/platform/asus-laptop/wlan").

My test above was bad.. because it had still $action in it, which should be "1", so please try:
    echo 1 | sudo tee /proc/acpi/asus/wled
and
    echo 1 | sudo tee /sys/devices/platform/asus-laptop/wlan

Maybe only one of the interfaces should get used (/proc/acpi/asus/wled or /sys/devices/platform/asus-laptop/wlan, whichever is writable)?

I can also imagine that the LED gets toggled from somewhere else already, and this new line toggles it then, too.