public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Timeout: AT keyboard not present?
@ 2000-12-30 12:03 Jesús Carrete Montaña
  2001-01-02 22:22 ` Stefan Frank
  0 siblings, 1 reply; 8+ messages in thread
From: Jesús Carrete Montaña @ 2000-12-30 12:03 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


I receive this message very often in console, in every situation: when
I'm coding and when I'm playing tetrinet. It's quite annoying, mostly
because it fills my screen of garbage (I'll have to buy a new CTRL and
L keys). What's the prolem? It only happens (I think) with >2.2.17
kernels (including 2.4.0-test12).
Please let me know if you need more information.

Un saludo.
- -- 
"I use free software."| ¡Feliz Navidad y buen 2001!
- --
    .~.     |/    ,_|-.|
    /V\     |\L|(||||_||<() @ escomposlinux.org
   // \\    Linux Registered User #158442
  /(   )\   Public PGP Key avaliable via e-mail
   ^`~'^    and pgp.rediris.es

- -- Versions installed: (if some fields are empty or look
- -- unusual then possibly you have very old versions)
Linux relativistic 2.4.0-test12-withoutfb #1 sáb dic 23 02:39:30 CET 2000 i586 unknown
Kernel modules         2.3.19
Gnu C                  2.95.2
Gnu Make               3.79.1
Binutils               2.9.5.0.37
Linux C Library        > libc.2.2
Dynamic linker         ldd (GNU libc) 2.2
Procps                 2.0.6
Mount                  2.10q
Net-tools              2.05
Console-tools          0.2.3
Sh-utils               2.0i
Modules Loaded         adlib_card opl3 sb sb_lib uart401 sound soundcore lp nls_iso8859-15 nls_cp437
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.5 and Gnu Privacy Guard <http://www.gnupg.org/>

iD8DBQE6Tc8afUtQQKOnZ1IRAlH/AKDdLcjIgWREYEGepW5JDRQukDBlJACgucI4
4SxGczkC4QhDgKbWqEXpnL0=
=s3aJ
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: Timeout: AT keyboard not present?
@ 2001-01-03 14:32 Andries.Brouwer
  2001-01-03 14:39 ` Jan-Benedict Glaw
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andries.Brouwer @ 2001-01-03 14:32 UTC (permalink / raw)
  To: linux-kernel, sfr

	Jan  2 21:20:33 asterix kernel: keyboard: unknown scancode e0 12
	Jan  2 21:20:33 asterix kernel: keyboard: unknown scancode e0 71
	Jan  2 21:20:33 asterix kernel: keyboard: unknown scancode e0 70
	Jan  2 21:20:33 asterix kernel: keyboard: unrecognized scancode (71) - ignored
	Jan  2 21:20:33 asterix kernel: keyboard: unknown scancode e0 70
	Jan  2 21:20:34 asterix kernel: keyboard: unrecognized scancode (70) - ignored
	Jan  2 21:20:47 asterix last message repeated 13 times

This sounds very much as if you got your keyboard into scancode mode 1.

(Ordinarily a key-up event gets scancode of key-down but with
high-order bit set. In scancode set 1, a key-up event get the
scancode of key-down prefixed by 0xf0. Since the high-order bit
is masked here, this 0xf0 would show up as 0x70.
Moreover, the key-up for a sequence like e0 71 is e0 f0 71,
again what you see here.)

How you got into scancode mode 1 I don't know
(maybe by sending the command f0 01 to the keyboard).
Do things improve if you rip this strange messy AUX_RECONNECT
stuff out of drivers/char/pc_keyb.c?

Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: Timeout: AT keyboard not present?
@ 2001-01-03 17:19 Andries.Brouwer
  0 siblings, 0 replies; 8+ messages in thread
From: Andries.Brouwer @ 2001-01-03 17:19 UTC (permalink / raw)
  To: Andries.Brouwer, macro; +Cc: linux-kernel, sfr

>> It looks like scancode mode 1

> It looks like untranslated mode 2

Yes, that gives the same codes.

(But you are right, this point of view gives a few more possibilities
to get into this state.)

Andries

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-01-03 17:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-30 12:03 Timeout: AT keyboard not present? Jesús Carrete Montaña
2001-01-02 22:22 ` Stefan Frank
2001-01-03  9:33   ` Tim Waugh
  -- strict thread matches above, loose matches on Subject: below --
2001-01-03 14:32 Andries.Brouwer
2001-01-03 14:39 ` Jan-Benedict Glaw
2001-01-03 14:49 ` Alan Cox
2001-01-03 15:39 ` Maciej W. Rozycki
2001-01-03 17:19 Andries.Brouwer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox