>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
>    k...@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 majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to