From owner-freebsd-questions@FreeBSD.ORG Sat Oct 23 05:33:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CEC716A4CE for ; Sat, 23 Oct 2004 05:33:38 +0000 (GMT) Received: from mail4.dslextreme.com (mail4.dslextreme.com [66.51.199.93]) by mx1.FreeBSD.org (Postfix) with SMTP id E822D43D1F for ; Sat, 23 Oct 2004 05:33:37 +0000 (GMT) (envelope-from jmlewis@dslextreme.com) Received: (qmail 4967 invoked from network); 23 Oct 2004 05:33:36 -0000 Received: from unknown (HELO salvation) (66.159.250.218) by 192.168.8.81 with SMTP; Sat, 23 Oct 2004 05:33:36 +0000 From: "Joshua Lewis" To: "'Robert Huff'" Date: Fri, 22 Oct 2004 22:33:41 -0700 Message-ID: <000701c4b8c1$de5ca930$3c01a8c0@salvation> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <16761.59120.805588.6801@jerusalem.litteratus.org> cc: freebsd-questions@freebsd.org Subject: RE: USB keyboard and 5.3RC1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 05:33:38 -0000 Ok... Um. The motherboard physically does not have a PS/2 port. It is an Abit AT7. It has no legacy devices. No PS/2 No serial, No parallel ports. Nada. Would it be possible to install 4.10 and then upgrade to 5.3 (instructions on upgrading an existing system are welcome)? Are you essentially telling me my only option is to purchase a new motherboard? That kind of sucks! -----Original Message----- From: Robert Huff [mailto:roberthuff@rcn.com] Sent: Friday, October 22, 2004 10:07 PM To: Joshua Lewis Subject: USB keyboard and 5.3RC1 Hello: > I have been trying to install 5.3 since it went into BETA and now > I am trying to install from the RC1 CD. My problem is when the > thing is done booting into the systand install screen my USB > keyboard is non-responsive. I have tried other keyboards with no > luck (I don't have PS/2 ports on this motherboard.) Then you're in trouble. The short version is this: due to stuff which is over my head, the kernel can run with _either_ a AT/PS2 keyboard, _or_ a USB keyboard, but not both. For reasons of compatibility with historical hardware (and many current machines), the decision has been made to default to have the default kernel use the PS/2 ports. This applies to both 4.x and 5.x. You're going to need to find a way to add a PS/2 keyboard. And you should keep it installed after system installation. Why? Because the boot loader - the code that allows you to select single-user mode so you can fix a crashed system - doesn't understand USB either. Robert Huff who also wishes it were possible to have a pure USB system.