From owner-freebsd-current@FreeBSD.ORG Wed Aug 25 22:46:07 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6697A16A4CE for ; Wed, 25 Aug 2004 22:46:07 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D8343D1F for ; Wed, 25 Aug 2004 22:46:07 +0000 (GMT) (envelope-from jcagle@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so113828rnl for ; Wed, 25 Aug 2004 15:46:06 -0700 (PDT) Received: by 10.38.102.54 with SMTP id z54mr1908958rnb; Wed, 25 Aug 2004 15:46:06 -0700 (PDT) Received: by 10.38.13.74 with HTTP; Wed, 25 Aug 2004 15:46:06 -0700 (PDT) Message-ID: <6863f0c90408251546199fa164@mail.gmail.com> Date: Wed, 25 Aug 2004 17:46:06 -0500 From: John Cagle To: freebsd-current@freebsd.org In-Reply-To: <6863f0c904082510472b818ee1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040820220601.G33344@midi.ihme.net> <20040822.222053.116964233.imp@bsdimp.com> <6863f0c904082510472b818ee1@mail.gmail.com> Subject: Re: USB keyboard problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Cagle List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 22:46:07 -0000 On Wed, 25 Aug 2004 12:47:21 -0500, John Cagle wrote: > I'm also having a USB keyboard problem (totally unresponsive, but Caps > Lock LED works) with 5.3-BETA install CD. This is on an HP Compaq > D530 desktop. Keyboard works fine with 5.2.1-RELEASE. I'm attaching > dmesg and devinfo from a 5.2.1 installation. Paul Saab helped me find the solution... I had to do this in the loader from the 5.3BETA install CD: set hint.atkbd.0.flags="0x1" Can this be fixed in 5.3? 5.2.1 worked fine with this PC. Thanks, John