* pc keyboard driver spewing "Unknown key released"
@ 2006-02-20 21:02 Benjamin LaHaise
2006-02-20 22:02 ` Vojtech Pavlik
0 siblings, 1 reply; 2+ messages in thread
From: Benjamin LaHaise @ 2006-02-20 21:02 UTC (permalink / raw)
To: linux-kernel
With 2.6.16-rc4 on my laptop, I seem to be getting a lot of the following
spewed onto the console. It's not reproducible on demand, but seems to be
related to multi-key press/release sequences when banging away a bit too
quickly...
-ben
atkbd.c: Unknown key released (translated set 2, code 0x7f on isa0060/serio0).
atkbd.c: Use 'setkeycodes 7f <keycode>' to make it known.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: pc keyboard driver spewing "Unknown key released"
2006-02-20 21:02 pc keyboard driver spewing "Unknown key released" Benjamin LaHaise
@ 2006-02-20 22:02 ` Vojtech Pavlik
0 siblings, 0 replies; 2+ messages in thread
From: Vojtech Pavlik @ 2006-02-20 22:02 UTC (permalink / raw)
To: Benjamin LaHaise; +Cc: linux-kernel, dtor_core
On Mon, Feb 20, 2006 at 04:02:40PM -0500, Benjamin LaHaise wrote:
> With 2.6.16-rc4 on my laptop, I seem to be getting a lot of the following
> spewed onto the console. It's not reproducible on demand, but seems to be
> related to multi-key press/release sequences when banging away a bit too
> quickly...
>
> -ben
>
> atkbd.c: Unknown key released (translated set 2, code 0x7f on isa0060/serio0).
> atkbd.c: Use 'setkeycodes 7f <keycode>' to make it known.
Interesting. This is the '0xff' code sent by the keyboard (meaning "I'm
confused, someone pressed too many keys or is banging on me way too
quickly - I don't guarantee to send all keypresses or keyreleases
anymore") and is interpreted incorrectly by atkbd.c.
It should spew a different message ("Too many keys pressed") to your
console.
If you can, please enable debugging for i8042, using
echo -n 1 > /sys/module/i8042/parameters/debug
then try to reproduce it, and send your 'dmesg' to me.
--
Vojtech Pavlik
Director SuSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-20 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20 21:02 pc keyboard driver spewing "Unknown key released" Benjamin LaHaise
2006-02-20 22:02 ` Vojtech Pavlik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox