Daniel,
 my state-funcs is now remmed as per my previous post.
# Pass '1' to light LED and '0' to dark LED
# setLEDAsusWireless()
# {
# action=`test "$1" -ne 0 && echo 1 || echo 0`
# test -w /proc/acpi/asus/wled && echo -n "$action" > /proc/acpi/asus/wled
# test -w /sys/devices/platform/asus-laptop/wlan && echo -n "$action" > 
/sys/devices/platform/asus-laptop/wlan
# }


--------------

this above is what is doing after your commands

[EMAIL PROTECTED]:~# echo 1 | tee /proc/acpi/asus/wled
tee: /proc/acpi/asus/wled: Nessun file o directory
1
[EMAIL PROTECTED]:~#  echo 1 | tee /sys/devices/platform/asus-laptop/wlan
1
[EMAIL PROTECTED]:~#

-- 
make wireless led work with asus-laptop (the new module)
https://bugs.launchpad.net/bugs/189889
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

Reply via email to