From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 9 20:10:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CD1716A4CE for ; Sat, 9 Oct 2004 20:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DFDE43D49 for ; Sat, 9 Oct 2004 20:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i99KAL1c060312 for ; Sat, 9 Oct 2004 20:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i99KAL3j060311; Sat, 9 Oct 2004 20:10:21 GMT (envelope-from gnats) Date: Sat, 9 Oct 2004 20:10:21 GMT Message-Id: <200410092010.i99KAL3j060311@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Subject: Re: kern/72466: USB keyboard does not respond in single-user shell prompt X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 20:10:23 -0000 The following reply was made to PR kern/72466; it has been noted by GNATS. From: Brooks Davis To: nehalmistry@gmx.net Cc: FreeBSD-gnats-submit@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