Hi, anybody managed to get the multimedia keys (or hot keys) on the Acer Aspire notebook?
I think I tried nearly everything.
With the driver acerhk from:
http://www.informatik.hu-berlin.de/~tauber/acerhk/
I can get access to the keys when looking into
Code:
> cat /proc/driver/acerhk/key
if I load module as
Code:
> modprobe acerhk poll=0
When I 'modprobe acerhk' only, /proc/driver/acerhk/key contains only n/a, but it seems kernels dont generate keyboard events (I have 'evdev' module loaded)
Isnt printing anything when I press some hotkeys (except volume up/down, but they work without acerhk module)
Have you any idea ?
thankx
(I have custom 2.6.9. kernel, but tried this also with 2.6.8 kernel from Debian)