Comment 31 for bug 199682

Revision history for this message
Lex Ross (lross) wrote :

I have noticed that /usr/share/acpi-support/state-funcs script also has old asus-laptop syntax. The last three lines of that script should be corrected to read as follows.

    # (Newer) asus-laptop module
    test -w /sys/devices/platform/asus_laptop/wlan && echo -n "$action" > /sys/devices/platform/asus_laptop/wlan
}

Also /etc/acpi/events/asus-wireless-* files do not handle ATKD 05d event which is what Fn+F2 (Wireless on/off) key generates on Asus F5N laptop. How wireless on/off switch works on my laptop is a real mystery to me.

I think a script similar to /usr/share/acpi-support/state-funcs should be developed to handle bluetooth LED and on/off switch, if any, on various Asus laptop models.

Since this bug is still marked incomplete, may I list once again the special keys along with their corresponding events and key codes as per 9.10 Karmic release.

Button Name - ATKD code - Key code - Keysym
-------------------------------------------------------------
Media Player - 095 - 226 - XF86AudioMedia
Power Profile - 05c - 152 - XF86ScreenSaver
Web Browser - 051 - 150 - XF86WWW
TouchPad on/off - 06b - 330 -
Wireless on/off (Fn+F2) - 05d - 238 - XF86WLAN
Asus Splendid (Fn+C) - 08a - 148 - XF86Launch1
Webcam (Fn+V) - 082 - 212 - XF86WebCam
Asus4Phone (Fn+T) - 099 - 169 - XF86Phone
-------------------------------------------------------------

dmidecode command output

system-manufacturer: ASUSTeK Computer Inc.
system-product-name: F5N
system-version: 1.0

lspci -vvnn command output is attached.