From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 19:40:26 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 EAD9116A4CE for ; Mon, 1 Nov 2004 19:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8C4C43D31 for ; Mon, 1 Nov 2004 19:40:26 +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 iA1JeQ5e058167 for ; Mon, 1 Nov 2004 19:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1JeQHq058166; Mon, 1 Nov 2004 19:40:26 GMT (envelope-from gnats) Date: Mon, 1 Nov 2004 19:40:26 GMT Message-Id: <200411011940.iA1JeQHq058166@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Subject: Re: misc/73388: usb-keyboard stopps work 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: Mon, 01 Nov 2004 19:40:27 -0000 The following reply was made to PR misc/73388; it has been noted by GNATS. From: Brooks Davis To: Daniel =?iso-8859-1?Q?J=FCrgenfriedrich?= Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/73388: usb-keyboard stopps work Date: Mon, 1 Nov 2004 11:38:03 -0800 On Mon, Nov 01, 2004 at 07:04:44PM +0000, Daniel Jürgenfriedrich wrote: > > >Number: 73388 > >Category: misc > >Synopsis: usb-keyboard stopps work > >Confidential: no > >Severity: non-critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Nov 01 19:10:21 GMT 2004 > >Closed-Date: > >Last-Modified: > >Originator: Daniel Jürgenfriedrich > >Release: 5.3 rc2 for i386 > >Organization: > >Environment: > via epia m10000 mainboard (http://www.viaembedded.com/product/epia_m_spec.jsp?motherboardId=81) > keysonic ack-720kw keyboard (http://www.keysonic.de/gfx/produkte/keboards/ack720/ack720wk_ger.pdf) > >Description: > the usb-keyboard works on bios, dos, and it also works at the freebsd > boot selection display but when sysinstall main menu was loaded it > wont recognize any commands any more. ive tried bios updates, other > rc's, asked in freebsd channels - but nothing helped ;o/ have u any > idea how to install freebsd on my machine without throwing away these > keyboard ?! thank u Set hint.atkbd.0.flags="0x1" in the loader and your keyboard will probably work. You will also need to add this to your /boot/device.hints once you're installed if you want the machine to work in single user mode. We will be setting this flag on the release CD, but it is currently only set on the floppies due to a somewhat obscure logic error in the release makefile. Longer term I'm working on a keyboard mux to solve this problem once and for all. -- Brooks