From owner-freebsd-i386@FreeBSD.ORG Tue Feb 6 08:00:43 2007 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C277916A403 for ; Tue, 6 Feb 2007 08:00:43 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B154413C48D for ; Tue, 6 Feb 2007 08:00:43 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1680hme025188 for ; Tue, 6 Feb 2007 08:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1680hgq025187; Tue, 6 Feb 2007 08:00:43 GMT (envelope-from gnats) Date: Tue, 6 Feb 2007 08:00:43 GMT Message-Id: <200702060800.l1680hgq025187@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Remko Lodder" Cc: Subject: Re: i386/108828: Can not install 6.2-release on a USB keyboard system X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Remko Lodder List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 08:00:43 -0000 The following reply was made to PR i386/108828; it has been noted by GNATS. From: "Remko Lodder" To: "Bakul Shah" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/108828: Can not install 6.2-release on a USB keyboard system Date: Tue, 6 Feb 2007 08:56:21 +0100 (CET) Would it be somehow possible to obtain the startup information from the system? -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis Custodiet ipsos custodes */ > On a Dell Dimension 9200 system there is no ps2 keyboard. The bios > has legacy support so its usb attached keyboard works until freebsd > boots. Using this, I escaped to the loader prompt and added > > set hint.atkbd.0.flags="0x1" > > This is what a 5.5 installer does when you choose "Boot FreeBSD with > USB keyboard" but the usb keyboard is not recognized. On a different > system I checked that usb keyboard support is compiled in the kernel > so it appears this is a bug....