From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 01:55:55 2005 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 AC0C216A4CE for ; Thu, 27 Jan 2005 01:55:55 +0000 (GMT) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.24.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 123D343D31 for ; Thu, 27 Jan 2005 01:55:55 +0000 (GMT) (envelope-from abatson@twcny.rr.com) Received: from shellreczar (syr-24-59-53-222.twcny.rr.com [24.59.53.222]) j0R1tpK3005012 for ; Wed, 26 Jan 2005 20:55:52 -0500 (EST) Message-Id: <200501270155.j0R1tpK3005012@ms-smtp-01.nyroc.rr.com> From: "Andrew Batson" To: Date: Wed, 26 Jan 2005 20:56:05 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-index: AcUDhhkCG6x3mdPYSmujThXEwV+2xQAjC9og In-reply-to: <20050126090434.84695.qmail@web40426.mail.yahoo.com> X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: RE: USB Keyboard Problem 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: Thu, 27 Jan 2005 01:55:55 -0000 Hello, > I have a problem with my USB keyboard when I try to install > Freebsd 5.3. It is very strange because the keyboard is > working at the boot screen (where the different booting > options are listed) but when the booting process launches the > sysinstall the keybord is not working. The strange thing is > that the keyboard is responding - for example when I hit > numlock the light for numlock is respondig? Do you have any > ideas what the problem is? I had the same problem when booting with FreeBSD version 5.3. I did a little googleing and found the answer. When you first boot with FreeBSD 5.3 bootable CD-ROM, wait for the FreeBSD boot menu to appear and choose option number 6. Then at the OK prompt, type the following and hit the enter key. set hint.atkbd.0.flags="0x1" Note the Quote makes are needed. At the next OK prompt, type boot And the system should boot to sysinstall menu where you will find the USB keyboard working. At least that is what work for me. Hope this helps, Andrew