Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 1999 11:44:55 -0500
From:      Karl Denninger <karl@Denninger.Net>
To:        Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
Cc:        hackers@freebsd.org
Subject:   Re: -CURRENT problems - keyboard lockup!
Message-ID:  <19990521114455.A270@Denninger.Net>
In-Reply-To: <199905211641.BAA12142@zodiac.mech.utsunomiya-u.ac.jp>; from Kazutaka YOKOTA on Sat, May 22, 1999 at 01:41:45AM %2B0900
References:  <19990521103244.A344@Denninger.Net> <199905211641.BAA12142@zodiac.mech.utsunomiya-u.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Got it.

I figured it out just as you were sending this :-)

This is one that should be noted somewhere (either in GENERIC or LINT); 
it bit me and it will bite others who have custom configuration files that 
they've been using for a while.

--
-- 
Karl Denninger (karl@denninger.net)  Web: fathers.denninger.net
I ain't even *authorized* to speak for anyone other than myself, so give
up now on trying to associate my words with any particular organization.


On Sat, May 22, 1999 at 01:41:45AM +0900, Kazutaka YOKOTA wrote:
> >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?19990521114455.A270>