[tlinux-users:08018] Re: Omnibook and Satellite Pro M40X
Julien Valroff <[email protected]>
| Newsgroups | gmane.linux.hardware.toshiba |
|---|---|
| Message-ID | <[email protected]> |
Le mercredi 09 août 2006 à 01:16 -0300, Mauricio Notti a écrit : > On 8/3/06, Julien Valroff <[email protected]> wrote: > > I have written an installation report describing what I do: > > http://www.kirya.net/freesoftware:articles:tsm40x#hotkeys > > Yes, I installed the module because I read your report. I ran the > script 'omke-init.sh' on my slackware 10.2 but I can't see any change. > > How can I see the keycodes? I tried with xev. You have to look for the scancodes in dmesg, you should get something like this when using such a hotkey: atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0). atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known. After using setkeycodes, you should see the keycode in xev. Note that some of the hotkeys do not generate any scancode on my laptop, as explained in my report. Mathieu announced yesterday the release of a new branch of the omnibook kernel module, which will hopefully improve the situation in the future. Cheers, Julien