I wonder if i could make use of all special keys on that keyboard:
http://www.tones.be/productimg/5248_42c3d8c708bf9.jpg
Well, to start where i shoul... Basic keys work well, naturally, special buttons show that they work (syslog, dmesg), i know what to do to make use of them, but not all of them show that they live.
Keys living show something like that on syslog/dmesg:
Code:
atkbd.c: Unknown key released (translated set 2, code 0x91 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e011 <keycode>' to make it known.
atkbd.c: Unknown key pressed (translated set 2, code 0x91 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e011 <keycode>' to make it known.
atkbd.c: Unknown key released (translated set 2, code 0x91 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e011 <keycode>' to make it known.
Easy and obvious what to do (dumpkeys and setkeycodes). Dead keys are... dead... nothing happens. And now, working keys are:
- Unfunctioned F1-F12 keys (there's a mode button to skip between FX and Unknown keys)
- Messenger key
Not working:
- Calculator
- Favorites
- Home
- Play/pause
- Stop
- Media
- Volume up
- Volume down
- Mute
- Rew
- FF
- E-mail
- Zoom
- Forward
- Back
So i wonder, how to make those dead buttons work, because i'd like to use all of them, or simply have such a possibility

Thanks for your help.