Comment 0 for bug 429942

Revision history for this message
Spock112 (spock112) wrote : ASUS 1101HA hotkeys wrong/don't work

Hi,
some of the hotkeys don't work correct.
I'm using Ubuntu UNR 9.04. The keyboard layout is set to Asus-Laptop (the installer set it to Generic 105 (itel) I think) but ther is no change.

Correct are:
Fn+F1: Hibranate
Fn+F7: disable display backlight
Fn+F10,F11,F12: audio volume keys
Fn+Space: wake-up
Fn+Arrowkeys: Page up/down, end, pos1
Fn+Insert: Numlock

Wrong is:
Fn+F8: it should enable or disable the VGA output ... instead it increases audio volume (just like Fn+F12)

Nonefunctional are:
Fn+F2: Disable Wlan/Bluetooth
Fn+F3: Disable touthpad
Fn+F4: toggle fullscreen
Fn+F6,F7: Display brightnes/backlight control
Fn+F9: open taskmanager (in MS Win)

also nonefunctional is the extra buttom on the left above the keybord to disable touchpad.

--Fn+F2--Wlan--
for this key I get in 'xev':
xev | grep keycode
    request MappingKeyboard, first_keycode 8, count 247
    state 0x0, keycode 246 (keysym 0x1008ff95, XF86WLAN), same_screen YES,
    state 0x0, keycode 246 (keysym 0x1008ff95, XF86WLAN), same_screen YES,

and acpi_listen:
hotkey ATKD 00000010 00000024
----------------------

--Fn+F3/additional Touchpadkey--
nothing in xev but in acpi_listen:
hotkey ATKD 00000037 00000009
hotkey ATKD 00000037 0000000a
----------------------

--Fn+F4-toggle Fulscreen--
nothing in xev
acpi_listen:
hotkey ATKD 00000038 00000006
----------------------------------

--Fn+F5-decreas display-brightness/backlight--
nothing in xev and acpi_listen, but these messages in dmesg:
[ 2684.513714] ACPI Exception (exoparg2-0444): AE_AML_PACKAGE_LIMIT, Index (000000010) is beyond end of object [20080926]
[ 2684.513767] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0.SBRG.EC0_._Q0B] (Node f6c18900), AE_AML_PACKAGE_LIMIT
---------------------------------

--Fn+F6-increas display-brightness/backlight--
nothing in xev and acpi_listen, but these messages in dmesg:
[ 2844.889690] ACPI Exception (exoparg2-0444): AE_AML_PACKAGE_LIMIT, Index (000000010) is beyond end of object [20080926]
[ 2844.889743] ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0.SBRG.EC0_._Q0D] (Node f6c18918), AE_AML_PACKAGE_LIMIT
--------------------------------

--Fn+F8-VGA-Output--
 xev | grep keycode
    request MappingKeyboard, first_keycode 8, count 247
    request MappingKeyboard, first_keycode 8, count 248
    request MappingKeyboard, first_keycode 8, count 247

sudo acpi_listen
hotkey ATKD 00000030 00000006
-----------------------------

--Fn+F9-Taskmanager--
xev | grep keycode
    request MappingKeyboard, first_keycode 8, count 247
    state 0x0, keycode 156 (keysym 0x1008ff41, XF86Launch1), same_screen YES,
    state 0x0, keycode 156 (keysym 0x1008ff41, XF86Launch1), same_screen YES,

sudo acpi_listen
hotkey ATKD 00000012 00000007
------------------------------

That's what I got. If you need anything else then tell me.

THX