From: Rob Landley <rob@landley.net>
To: linux-kernel@vger.kernel.org
Subject: Keyboard oddness.
Date: Sat, 20 Sep 2003 16:33:22 -0400 [thread overview]
Message-ID: <200309201633.22414.rob@landley.net> (raw)
I've mentioned my keyboard repeat problems before. I grepped through the logs
and found a whole bunch of these type messages:
Aug 17 05:28:48 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x1d0,
on isa0060/serio0) pressed.
Aug 19 09:06:51 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x8e,
on isa0060/serio0) pressed.
Aug 22 04:33:36 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xcd,
on isa0060/serio0) pressed.
Aug 22 10:29:45 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x9f,
on isa0060/serio0) pressed.
Aug 22 10:43:45 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x9f,
on isa0060/serio0) pressed.
Aug 24 00:29:57 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xd0,
on isa0060/serio0) pressed.
Aug 26 19:46:44 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xcd,
on isa0060/serio0) pressed.
Aug 26 22:18:52 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x1cb,
on isa0060/serio0) pressed.
Aug 26 22:36:32 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x1d0,
on isa0060/serio0) pressed.
Aug 28 05:18:28 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x97,
on isa0060/serio0) pressed.
Aug 28 07:28:48 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x1d0,
on isa0060/serio0) pressed.
Sep 1 19:18:52 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xcb,
on isa0060/serio0) pressed.
Sep 1 19:50:52 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xd0,
on isa0060/serio0) pressed.
Sep 2 00:52:01 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x94,
on isa0060/serio0) pressed.
Sep 2 13:37:52 localhost kernel: atkbd.c: Unknown key (set 0, scancode 0xfc,
on isa0060/serio1) pressed.
Sep 2 13:37:52 localhost kernel: atkbd.c: Unknown key (set 0, scancode 0xfc,
on isa0060/serio1) pressed.
Sep 2 22:31:25 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xb9,
on isa0060/serio0) pressed.
Sep 3 04:58:47 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x1d0,
on isa0060/serio0) pressed.
Sep 3 14:26:41 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xd0,
on isa0060/serio0) pressed.
Sep 3 22:03:33 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xd0,
on isa0060/serio0) pressed.
Sep 3 22:06:53 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xd0,
on isa0060/serio0) pressed.
Sep 3 22:27:33 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x9e,
on isa0060/serio0) pressed.
Sep 4 16:00:48 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x9d,
on isa0060/serio0) pressed.
Sep 5 00:29:00 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xd0,
on isa0060/serio0) pressed.
Sep 5 00:42:40 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xcd,
on isa0060/serio0) pressed.
Sep 5 00:43:40 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x92,
on isa0060/serio0) pressed.
Sep 5 00:52:00 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x1d0,
on isa0060/serio0) pressed.
Sep 5 00:54:40 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x1d0,
on isa0060/serio0) pressed.
Sep 5 01:49:00 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xd0,
on isa0060/serio0) pressed.
Sep 5 02:24:40 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xd0,
on isa0060/serio0) pressed.
Sep 5 03:06:00 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xcd,
on isa0060/serio0) pressed.
Sep 5 14:36:01 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xd0,
on isa0060/serio0) pressed.
Sep 5 14:37:42 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xae,
on isa0060/serio0) pressed.
Sep 5 15:23:42 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x90,
on isa0060/serio0) pressed.
Sep 5 15:38:22 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x97,
on isa0060/serio0) pressed.
Sep 5 16:03:42 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0x1cb,
on isa0060/serio0) pressed.
Sep 5 18:16:22 localhost kernel: atkbd.c: Unknown key (set 2, scancode 0xd0,
on isa0060/serio0) pressed.
(There's more, it just goes on and on...)
Any clues? (Thinkpad iSeries... 1200, I think.)
Rob
next reply other threads:[~2003-09-20 20:36 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-20 20:33 Rob Landley [this message]
2003-09-20 22:18 ` Keyboard oddness Andries Brouwer
2003-09-21 18:51 ` Rob Landley
2003-09-21 10:04 ` Vojtech Pavlik
2003-09-21 20:20 ` Rob Landley
2003-09-22 20:06 ` Rob Landley
2003-09-22 22:06 ` Andries Brouwer
2003-09-23 0:23 ` Rob Landley
2003-09-23 10:51 ` Greg Louis
2003-09-25 23:59 ` Rob Landley
2003-09-26 1:27 ` Rob Landley
2003-09-26 8:15 ` Andries Brouwer
2003-09-26 8:43 ` Rob Landley
2003-09-26 8:46 ` Vojtech Pavlik
-- strict thread matches above, loose matches on Subject: below --
2003-09-26 9:43 Nicolas Mailhot
2003-09-26 10:24 ` Vojtech Pavlik
2003-09-26 10:41 ` Nicolas Mailhot
2003-09-26 10:51 ` Vojtech Pavlik
2003-09-26 12:48 ` jw schultz
2003-09-26 13:08 ` Nicolas Mailhot
2003-09-26 13:41 ` Vojtech Pavlik
2003-09-26 14:12 ` Nicolas Mailhot
2003-09-26 14:17 ` Vojtech Pavlik
2003-09-26 14:21 ` Nicolas Mailhot
2003-09-26 14:26 ` Vojtech Pavlik
2003-09-26 14:50 ` Nicolas Mailhot
2003-09-26 15:06 ` Vojtech Pavlik
2003-09-26 15:21 ` Nicolas Mailhot
2003-09-26 15:24 ` Vojtech Pavlik
2003-09-26 13:56 ` Helge Hafting
2003-09-26 14:01 ` Mike Dresser
2003-09-28 10:58 ` Helge Hafting
2003-10-02 12:40 ` Pavel Machek
2003-10-01 10:09 ` Pavel Machek
2003-10-01 13:06 ` Nicolas Mailhot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200309201633.22414.rob@landley.net \
--to=rob@landley.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.