More detail:
In attempt to fix the keyrepeat problem, I went into the BIOS and turned off the automatic function key thing. No change, still the unknown keycode in the dmesg.
I tried setkeycodes e03e 181 which does stop the dmesg alerts, but now there is a phantom keypress being generated every second. I noticed it when using backscroll in an xterm - the screen would pop back to the current line as it should any time a key is pressed.
xev shows whats going on:
Code:
KeyRelease event, serial 37, synthetic NO, window 0x3200001,
root 0xa3, subw 0x0, time 12802730, (382,713), root:(383,768),
state 0x0, keycode 189 (keysym 0x1008ff68, XF86New), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Keycode 189 is being generated by the hardware every second, I dont know what that keycode is or why its being generated, but it may be related to the runaway key repeat that started this thread.