Date: Sat, 22 May 1999 01:41:45 +0900 From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: Karl Denninger <karl@denninger.net> Cc: hackers@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: -CURRENT problems - keyboard lockup! Message-ID: <199905211641.BAA12142@zodiac.mech.utsunomiya-u.ac.jp> In-Reply-To: Your message of "Fri, 21 May 1999 10:32:44 EST." <19990521103244.A344@Denninger.Net> References: <19990521103244.A344@Denninger.Net>
next in thread | previous in thread | raw e-mail | index | archive | help
>This morning I tried to boot that kernel. It comes up, but the console >is dead! The DISPLAY is ok, but I have no keyboard control. Replugging >the keyboard does not help. > >Here's the boot trace... (with a bit of annotation) > >Copyright (c) 1992-1999 The FreeBSD Project. >Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. >FreeBSD 4.0-CURRENT #5: Fri May 21 00:39:24 CDT 1999 > karl@Genesis.Denninger.Net:/usr/src/sys/compile/KARL [...] >atkbdc0: <keyboard controller (i8042)> at port 0x60-0x6f on isa0 >vga0: <Generic ISA VGA> on isa0 >sc0: <System console> on isa0 >sc0: VGA color <16 virtual consoles, flags=0x0> The keyboard driver is not configured correctly. Make sure you have the following lines. # keyboard controller device atkbdc0 at isa? port IO_KBD # AT keyboard device atkbd0 at atkbdc? irq 1 # PS/2 mouse device psm0 at atkbdc? irq 12 I suspect you config file contains "at isa?" for atkbd0 and psm0, rather than "at atkbdc?". Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905211641.BAA12142>