View previous topic :: View next topic |
Author |
Message |
icedank Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/17613977884b8ee3b8c78b2.gif)
Joined: 15 Apr 2004 Posts: 190
|
Posted: Mon Oct 13, 2008 11:59 pm Post subject: Microsoft 6000 V2.0 Keyboard |
|
|
I have got this onу and it (mostly) works (just after hot plugging in instead of old ps/2 keyboard). The only thing is extra (multimedia) keys which are not working except 1 .. 5 keys (not numeric). I have spent several hours googling without any luck. I'm using evdev and when I'm doing:
Code: |
cat /dev/input/by-path/blahblah
|
it reacts properly on normal keys, but doesn't react at all at extra keys. So, looks like problem is in kernel somewhere. Running latest gentoo-sources-2.6.27. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
baeksu l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/1128520219437953a40ed7f.jpg)
Joined: 26 Sep 2004 Posts: 609 Location: Seoul, Korea
|
Posted: Tue Oct 14, 2008 10:24 am Post subject: |
|
|
If there's no output from /dev/input, I don't think those keys will work in the near future. I have a similar issue with my multimedia keys (different keyboard though).
For those keys that do give something, you can get their keycodes using 'xev'. Then use xmodmap to assign values to them. For instance, I have in my ~/.Xmodmap file following lines:
Code: | keycode 234 = XF86Back
keycode 233 = XF86Forward
keycode 232 = XF86Stop
keycode 231 = XF86Refresh
keycode 230 = XF86Favorites
keycode 122 = XF86Search
keycode 198 = XF86New
keycode 223 = XF86Standby
keycode 222 = XF86Sleep |
You can then set actions to those keys in your WM or DE.
The latest xorg (xorg-server-1.5.1) did recognize all my 'working' multimedia keys correctly without using xmodmap. If you can upgrade to that, you probably won't need to mess around with xmodmap. _________________ Gnome:
1. A legendary being.
2. A never ending quest to make unix friendly to people who don't want unix and excruciating for those that do. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
icedank Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/17613977884b8ee3b8c78b2.gif)
Joined: 15 Apr 2004 Posts: 190
|
Posted: Tue Oct 14, 2008 4:46 pm Post subject: |
|
|
I know about xev & ~/.Xmodmap The problem is that xev doesn't react on them, so I digged deeper to evdev level. The very strange thing is that my friend did have the same keyboard and got all but two keys working (there are 22 of them and at least 6 are usefull) out-of-the-box. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
wohnout n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Dec 2005 Posts: 55
|
Posted: Mon Nov 24, 2008 1:53 pm Post subject: |
|
|
I have same keyboard. It worked on 2.6.25 but stop working from 2.6.26. My friend have fedora and it works with newer kerknel... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|