* 2.5.x keyboard oddities
@ 2002-05-04 22:49 J.P. Morris
2002-05-05 12:47 ` Tomas Szepe
0 siblings, 1 reply; 4+ messages in thread
From: J.P. Morris @ 2002-05-04 22:49 UTC (permalink / raw)
To: linux-kernel
The other day I finally got a 2.5 kernel (2.5.13) to compile and boot.
One of the major stumbling (crashing) blocks seems to be DEVFS, so I
simply disabled it and booted the kernel.
The system appears to have come up completely now, except for the
keyboard which is totally frozen throughout the entire boot process.
I don't have another PC but I might try and get my Psion Series 5
to act as a VT100 terminal and go in through serial.
The keyboard is a bog-standard AT 102 keyboard, attached through a
AT/PS2 converter to an ABIT KT133 ATX motherboard.. no USB stuff.
Keyboard is turned on in the input devices option in kernel config.
But it's utterly dead: even ALT-SYSRQ-B. Is this normal?
--
JP Morris - aka DOUG the Eagle (Dragon) -=UDIC=- doug@it-he.org
Fun things to do with the Ultima games http://www.it-he.org
Developing a U6/U7 clone http://ire.it-he.org
d+++ e+ N+ T++ Om U1234!56!7'!S'!8!9!KA u++ uC+++ uF+++ uG---- uLB----
uA--- nC+ nR---- nH+++ nP++ nI nPT nS nT wM- wC- y a(YEAR - 1976)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.x keyboard oddities
2002-05-04 22:49 2.5.x keyboard oddities J.P. Morris
@ 2002-05-05 12:47 ` Tomas Szepe
2002-05-05 14:39 ` rddunlap
2002-05-05 15:23 ` J.P. Morris
0 siblings, 2 replies; 4+ messages in thread
From: Tomas Szepe @ 2002-05-05 12:47 UTC (permalink / raw)
To: J.P. Morris; +Cc: linux-kernel
> [J.P. Morris <jpm@it-he.org>]
> The other day I finally got a 2.5 kernel (2.5.13) to compile and boot.
> One of the major stumbling (crashing) blocks seems to be DEVFS, so I
> simply disabled it and booted the kernel.
>
> The system appears to have come up completely now, except for the
> keyboard which is totally frozen throughout the entire boot process.
>
> I don't have another PC but I might try and get my Psion Series 5
> to act as a VT100 terminal and go in through serial.
>
> The keyboard is a bog-standard AT 102 keyboard, attached through a
> AT/PS2 converter to an ABIT KT133 ATX motherboard.. no USB stuff.
> Keyboard is turned on in the input devices option in kernel config.
> But it's utterly dead: even ALT-SYSRQ-B. Is this normal?
1) Try booting with 'acpi=off'. It's broken for a number of systems
(does precisely what you've described) and no official update is
available as of yet. Alternatively, you can try to apply the most
recent ACPI patch from [1].
2) Make sure you've enabled core input support and userland keyboard
interface (CONFIG_INPUT, CONFIG_INPUT_KEYBDEV).
T.
[1] http://www.sourceforge.net/projects/acpi/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.x keyboard oddities
2002-05-05 12:47 ` Tomas Szepe
@ 2002-05-05 14:39 ` rddunlap
2002-05-05 15:23 ` J.P. Morris
1 sibling, 0 replies; 4+ messages in thread
From: rddunlap @ 2002-05-05 14:39 UTC (permalink / raw)
To: Tomas Szepe; +Cc: J.P. Morris, linux-kernel
On Sun, 5 May 2002, Tomas Szepe wrote:
| > [J.P. Morris <jpm@it-he.org>]
| >
| > The keyboard is a bog-standard AT 102 keyboard, attached through a
| > AT/PS2 converter to an ABIT KT133 ATX motherboard.. no USB stuff.
| > Keyboard is turned on in the input devices option in kernel config.
| > But it's utterly dead: even ALT-SYSRQ-B. Is this normal?
|
| 1) Try booting with 'acpi=off'. It's broken for a number of systems
| (does precisely what you've described) and no official update is
| available as of yet. Alternatively, you can try to apply the most
| recent ACPI patch from [1].
|
| 2) Make sure you've enabled core input support and userland keyboard
| interface (CONFIG_INPUT, CONFIG_INPUT_KEYBDEV).
Under "Input device support", you should also enable
CONFIG_SERIO (Serial I/O support).
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.x keyboard oddities
2002-05-05 12:47 ` Tomas Szepe
2002-05-05 14:39 ` rddunlap
@ 2002-05-05 15:23 ` J.P. Morris
1 sibling, 0 replies; 4+ messages in thread
From: J.P. Morris @ 2002-05-05 15:23 UTC (permalink / raw)
To: linux-kernel
On Sun, 5 May 2002 14:47:04 +0200
Tomas Szepe <szepe@pinerecords.com> wrote:
> > [J.P. Morris <jpm@it-he.org>]
> >
> > The system appears to have come up completely now, except for the
> > keyboard which is totally frozen throughout the entire boot process.
>
> 1) Try booting with 'acpi=off'. It's broken for a number of systems
> (does precisely what you've described) and no official update is
> available as of yet. Alternatively, you can try to apply the most
> recent ACPI patch from [1].
Thanks, turning off ACPI fixes it.
--
JP Morris - aka DOUG the Eagle (Dragon) -=UDIC=- doug@it-he.org
Fun things to do with the Ultima games http://www.it-he.org
Developing a U6/U7 clone http://ire.it-he.org
d+++ e+ N+ T++ Om U1234!56!7'!S'!8!9!KA u++ uC+++ uF+++ uG---- uLB----
uA--- nC+ nR---- nH+++ nP++ nI nPT nS nT wM- wC- y a(YEAR - 1976)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-05-05 15:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-04 22:49 2.5.x keyboard oddities J.P. Morris
2002-05-05 12:47 ` Tomas Szepe
2002-05-05 14:39 ` rddunlap
2002-05-05 15:23 ` J.P. Morris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®