From nobody@FreeBSD.org Tue Sep 7 03:23:56 2004 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31C9116A4CE for ; Tue, 7 Sep 2004 03:23:56 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1100D43D46 for ; Tue, 7 Sep 2004 03:23:56 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i873NteR088898 for ; Tue, 7 Sep 2004 03:23:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i873Ntpr088897; Tue, 7 Sep 2004 03:23:55 GMT (envelope-from nobody) Message-Id: <200409070323.i873Ntpr088897@www.freebsd.org> Date: Tue, 7 Sep 2004 03:23:55 GMT From: Ara Avvali To: freebsd-gnats-submit@FreeBSD.org Subject: usb keyboard not detected on 5.3 X-Send-Pr-Version: www-2.3 >Number: 71443 >Category: kern >Synopsis: [kbd] usb keyboard not detected on 5.3 >Confidential: no >Severity: serious >Priority: medium >Responsible: brooks >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 07 03:30:24 GMT 2004 >Closed-Date: Sat Aug 06 14:34:01 GMT 2005 >Last-Modified: Sat Aug 06 14:34:01 GMT 2005 >Originator: Ara Avvali >Release: 5.3 beta >Organization: >Environment: >Description: Hello I have tried all 3 betas so far for 5.3 and in all of them after booting the cd and entering sysinstall, keyboard becomes dead. Actually it is no hung since it lets you use num and caps lock and you can see light go on-off. It is a USB keyboard but no problem at all with 4.10 and 5.2.1 It is an AMD Athlon 2500 with Asus a7v333 and Msi geforce 5200. Thank you >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: From: "Ara Avvali" To: , Cc: Subject: Re: kern/71443: [usb] usb keyboard not detected on 5.3 Date: Tue, 7 Sep 2004 07:47:54 -0400 This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C494AE.FC446E60 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I have to mention that it actually doesn't let you navigate through sysinstall menus ------=_NextPart_000_000E_01C494AE.FC446E60 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I have to mention that it actually doesn’t let = you navigate through sysinstall menus

 

------=_NextPart_000_000E_01C494AE.FC446E60-- From: Brooks Davis To: freebsd-gnats-submit@FreeBSD.org, ara@avvali.com Cc: Subject: Re: kern/71443: [usb] usb keyboard not detected on 5.3 Date: Fri, 10 Sep 2004 14:41:10 -0700 The problem here is that we now attache to the PS/2 keyboard even if there isn't one actually connected. This means we can plug PS/2 keyboards into servers after boot, but means that USB keyboards don't work. Once you're in multi-user mode, we have a devd.conf entry that causes the system to use the USB keyboard when it is plugged in, but that doesn't help with sysinstall. I've got a patch that should cause the CDs to work with USB keyboards by not attaching the atkbd device if there is no PS/2 keyboard. There's a test ISO at: http://people.freebsd.org/~brooks/6.0-CURRENT-i386-bootonly.iso.bz2 If you could try it out and report back that would be helpful. It doesn't contain install files because I built it at home where I'm stuck behind a 144k link. -- Brooks From: Ara Avvali To: Brooks Davis , freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/71443: [usb] usb keyboard not detected on 5.3 Date: Fri, 10 Sep 2004 18:10:20 -0400 thank you for help. I gladly try it and let you know :-D Brooks Davis wrote: >The problem here is that we now attache to the PS/2 keyboard even if >there isn't one actually connected. This means we can plug PS/2 >keyboards into servers after boot, but means that USB keyboards don't >work. Once you're in multi-user mode, we have a devd.conf entry that >causes the system to use the USB keyboard when it is plugged in, but >that doesn't help with sysinstall. I've got a patch that should cause >the CDs to work with USB keyboards by not attaching the atkbd device if >there is no PS/2 keyboard. There's a test ISO at: > >http://people.freebsd.org/~brooks/6.0-CURRENT-i386-bootonly.iso.bz2 > >If you could try it out and report back that would be helpful. It >doesn't contain install files because I built it at home where I'm stuck >behind a 144k link. > >-- Brooks > > > > From: Ara Avvali To: Brooks Davis , freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/71443: [usb] usb keyboard not detected on 5.3, working Date: Sat, 11 Sep 2004 00:44:38 -0400 hello this one worked perfectly fine. Thank you. Let me know if I can help. By the way motherboard is an ASUS A7v333 if it helps Brooks Davis wrote: > The problem here is that we now attache to the PS/2 keyboard even if > there isn't one actually connected. This means we can plug PS/2 > keyboards into servers after boot, but means that USB keyboards don't > work. Once you're in multi-user mode, we have a devd.conf entry that > causes the system to use the USB keyboard when it is plugged in, but > that doesn't help with sysinstall. I've got a patch that should cause > the CDs to work with USB keyboards by not attaching the atkbd device if > there is no PS/2 keyboard. There's a test ISO at: > > http://people.freebsd.org/~brooks/6.0-CURRENT-i386-bootonly.iso.bz2 > > If you could try it out and report back that would be helpful. It > doesn't contain install files because I built it at home where I'm stuck > behind a 144k link. > > -- Brooks > > Responsible-Changed-From-To: freebsd-bugs->brooks Responsible-Changed-By: brooks Responsible-Changed-When: Mon Nov 1 19:43:52 GMT 2004 Responsible-Changed-Why: I'm collecting USB keyboard PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=71443 State-Changed-From-To: open->closed State-Changed-By: matteo State-Changed-When: Sat Aug 6 14:33:35 GMT 2005 State-Changed-Why: Problem was solved long ago http://www.freebsd.org/cgi/query-pr.cgi?pr=71443 >Unformatted: