From owner-freebsd-hackers Fri May 21 9:38:25 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 08AF214E48 for ; Fri, 21 May 1999 09:38:19 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:/UhJCBF/jOSXTEr6i6OdMoc5hJXek5o9@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id BAA30128; Sat, 22 May 1999 01:37:55 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id BAA12142; Sat, 22 May 1999 01:41:46 +0900 (JST) Message-Id: <199905211641.BAA12142@zodiac.mech.utsunomiya-u.ac.jp> To: Karl Denninger Cc: hackers@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: -CURRENT problems - keyboard lockup! In-reply-to: Your message of "Fri, 21 May 1999 10:32:44 EST." <19990521103244.A344@Denninger.Net> References: <19990521103244.A344@Denninger.Net> Date: Sat, 22 May 1999 01:41:45 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >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: at port 0x60-0x6f on isa0 >vga0: on isa0 >sc0: 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