Re: Immediate reboot during kernel init

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 19 Feb 1998 15:54:23 +0000 (GMT)


> Conclusions (however dumb):
> Either I need to configure something in my CMOS/BIOS (possible), I have
> found a kernel bug that has persisted almost all the source tree's (very
> unlikely) or I have a motherboard that was designed with a bug (also
> unlikely since NT works).

Some TX boards dont init the keyboard controller properly as far as Linux
is concerned. I sent linus a diff for this but it wasnt one he accepted or
got buried in other stuff

in pc_keyb.c find the following

#ifndef __i386__
#define INIT_KBD
#endif

and remove the ifndef / endif and it will work. Quite a few TX boards need
this.

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu