View previous topic :: View next topic |
Author |
Message |
BarryJ n00b
Joined: 13 Apr 2003 Posts: 72 Location: Wisconsin, USA
|
Posted: Sun Dec 07, 2003 11:38 pm Post subject: My Extra Keyboard Keys stopped working |
|
|
I have a MS Office Keyboard (USB) with a bunch of extra buttons. I had them configured to launch everything I wanted with xhkeys. After upgrading to the 2.6 kernel, SOME of them don't work, they don't even send keypresses any more. What's odd is that some of them do still work fine, do what they're configured to do and send keypress events (For example the "Word" button doesn't work but the "Calculator" button works fine). I didn't change anything other than my kernel. Any Ideas? |
|
Back to top |
|
|
BarryJ n00b
Joined: 13 Apr 2003 Posts: 72 Location: Wisconsin, USA
|
Posted: Sun Dec 07, 2003 11:42 pm Post subject: |
|
|
More info! I just noticed that whenever I press one of those keys that isn't working, dmesg will display something similiar to:
keyboard.c: can't emulate rawmode for keycode 245
Anyone know what that means? |
|
Back to top |
|
|
DJ_Grijander n00b
Joined: 15 Aug 2003 Posts: 58
|
Posted: Sun Dec 07, 2003 11:57 pm Post subject: |
|
|
Same issue here (I posted it at https://forums.gentoo.org/viewtopic.php?t=111887&highlight= with no answer so far ). I have 4 special keys; all of them worked fine with kernel 2.4.x. Now, with 2.6, 3 of them are still working (although they produce no outpot with xev), and the 4th is KO. Have you run xev? Do you get any keycodes there?
To me, the weirdest thing is that xev shows _nothing_ even with the 3 working keys. If they work, it means that they actually _have_ a keycode assigned, but xev seems not to "see" it... |
|
Back to top |
|
|
BarryJ n00b
Joined: 13 Apr 2003 Posts: 72 Location: Wisconsin, USA
|
Posted: Mon Dec 08, 2003 12:02 am Post subject: |
|
|
For they keys that work, xev gives regular output. Nothing at all for the keys that don't work. Booting back into 2.4 everything works fine.
[Edit]Actually, now that I look closer, xev is just giving me focus lost events (cause the focused is lost due to my working key actually launching the app). So it's not showing it there, either.[/Edit] |
|
Back to top |
|
|
BarryJ n00b
Joined: 13 Apr 2003 Posts: 72 Location: Wisconsin, USA
|
Posted: Mon Dec 08, 2003 12:11 am Post subject: |
|
|
Ok, this is really weird. When I run showkey, it keeps scrolling down like I keep hitting Enter, BUT it shows all the correct keycodes, even for the keys that don't work. After exiting showkey (by closing the xterm) the computer will STILL act like I'm hitting the enter key again and again. It will stop after a while, ususally after I hit space bar. |
|
Back to top |
|
|
DJ_Grijander n00b
Joined: 15 Aug 2003 Posts: 58
|
Posted: Mon Dec 08, 2003 1:23 am Post subject: |
|
|
I also get a strange output with showkey, although not the same as yours. When I press one of the "working" special keys I get this:
Code: | keycode 0 press
keycode 1 release
keycode 12 release |
The 3 lines are shown with just one keystroke. As for the non-workings keys, they just don't produce any output either with xev or with showkey (but they worked fine with 2.4.x). I've seen that you are already following this topic, so I think this is a 2.6.0-pre bug. Hope it gets fixed in the final release .[/url] |
|
Back to top |
|
|
kiksen Guru
Joined: 24 Jun 2002 Posts: 401 Location: Denmark
|
Posted: Fri Jan 23, 2004 7:03 am Post subject: If it was "just" the extra keys... |
|
|
I too have problems with my USB keyboard with 2.6 (Microsoft Natural Pro)
I'm now running 2.6.1, but still this one key doesn't work. I've not configured any of the extra keys, so I don't know about them. But: My '/Asterisk key stopped working. It's a pain havint to use the asterisk from the numeric keypad when programming C/C++
showkey tells me it's keycode 84 (I use a danish keyboard layout)
Hints appreciated. |
|
Back to top |
|
|
filipp n00b
Joined: 15 Nov 2003 Posts: 20 Location: Helsinki
|
Posted: Wed Jan 28, 2004 8:28 pm Post subject: Re: If it was "just" the extra keys... |
|
|
kiksen wrote: | I too have problems with my USB keyboard with 2.6 (Microsoft Natural Pro)
I'm now running 2.6.1, but still this one key doesn't work. I've not configured any of the extra keys, so I don't know about them. But: My '/Asterisk key stopped working. It's a pain havint to use the asterisk from the numeric keypad when programming C/C++
showkey tells me it's keycode 84 (I use a danish keyboard layout)
Hints appreciated. |
I had exactly the same problem (asterisk and single quotes not working after 2.6.0/1 upgrade)
FIXED by going to 2.6.2-rc1-mm3 _________________ -filipp
"In a world without walls and fences, who needs Gates and Windows?" |
|
Back to top |
|
|
|