F8x86_64 on the Acer Ferrari 3400LMi
me was: |
|
|
Button | X | |
236 | - | |
WWW | 178 | - |
223 | none, but triggers KPowersave | |
214 | none, but generate a Capability changed event | |
|
| that is received by the |
160 | - | |
77 | Num_Lock | |
78 | Scroll_Lock | |
97 | Home | |
103 | End | |
176 | - | |
174 | - |
These are the buttons that are the simplest to get working. Save these X key codes for future use. First we need to get the other keys to show up under X as well. In order for them to do so they need properly configured Linux keycodes that they lack for the moment.
8.1.2 Scan-codes
This step is different and considerable easier under F8 than FC4 or FC5. There is no need to shutdown X now as before.
2.Just press the desired key, ex. P1. Then take look at the dmesg output:
#dmesg tail
atkbd.c: Unknown key pressed (translated set 2, code 0xf4 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e074 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0xf4 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e074 <keycode>' to make it known.
I got the following result:
11