Comment 35 for bug 204378

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

Please check if this has regressed because of the fix for bug 105929.
This added the two files /etc/acpi/events/asus-wireless-2 and /etc/asus-wireless-2.sh. Please move them away to test this.

I don't see why asus-wireless-2.sh should get used, because it matches "0000005[ef]" and your laptop triggers "5d", "7d" and "7e" only (according to the comment above). That may be irrelevant/a misunderstanding.

I put my money on the following patch, which was introduced to fix bug 189889. Please check, if removing this line fixes it for you:
diff -Nru /tmp/IaTr27BRHx/acpi-support-0.105/lib/state-funcs /tmp/0bsAeQkJkJ/acpi-support-0.107/lib/state-funcs
--- acpi-support-0.105/lib/state-funcs 2007-03-26 02:31:01.000000000 +0200
+++ acpi-support-0.107/lib/state-funcs 2008-03-16 11:59:05.000000000 +0100
@@ -70,4 +70,5 @@
 {
     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
 }