kern/72466: USB keyboard does not respond in single-user shell prompt

Brooks Davis brooks at one-eyed-alien.net
Sat Oct 9 13:10:23 PDT 2004


The following reply was made to PR kern/72466; it has been noted by GNATS.

From: Brooks Davis <brooks at one-eyed-alien.net>
To: nehalmistry at gmx.net
Cc: FreeBSD-gnats-submit at freebsd.org
Subject: Re: kern/72466: USB keyboard does not respond in single-user shell prompt
Date: Sat, 9 Oct 2004 13:06:02 -0700

 Please try adding:
 
 hint.atkbd.0.flags="0x1"
 
 to your /boot/device.hints file.  We don't do that by default because it
 means you can't plug a PS/2 keyboard in after boot, but that breaks USB
 keyboards.  I'm working on a keyboard multiplexer that will fix this
 problem.
 
 -- Brooks


More information about the freebsd-bugs mailing list