From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 04:20:58 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 1156416A4CE for ; Mon, 23 Aug 2004 04:20:58 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA26443D2F for ; Mon, 23 Aug 2004 04:20:57 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7N4KaEb059410; Sun, 22 Aug 2004 22:20:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 22 Aug 2004 22:20:53 -0600 (MDT) Message-Id: <20040822.222053.116964233.imp@bsdimp.com> To: midian@ihme.org From: "M. Warner Losh" In-Reply-To: <20040820220601.G33344@midi.ihme.net> References: <20040820220601.G33344@midi.ihme.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: freebsd-current@freebsd.org Subject: Re: USB keyboard problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 04:20:58 -0000 In message: <20040820220601.G33344@midi.ihme.net> Markus H=E4stbacka writes: : Hello list, I'm currently not subscribed, so please reply directly to= me = : or CC me, thanks. : = : Ok, here comes the explanation of the problem, I recently upgraded to= = : 5.2-CURRENT (Currently at 5.3-BETA1), and after the upgrade my USB = : keyboard didn't work. I could turn on/off the numlock/capslock/scroll= lock = : lights but there was no response in other keys. Here's the informatio= n I = : got from dmesg when the keyboard was connected at bootup: : ukbd0: Logitech Logitech USB Keyboard, rev 1.10/15.00, addr 3, iclass= 3/1 : kbd1 at ukbd0 : uhid0: Logitech Logitech USB Keyboard, rev 1.10/15.00, addr 3, iclass= 3/1 : = : Now, after it was regonized in bootup, I tried to replug it in, to se= e if = : it was regonized again, but no. I only got messages about disconnecti= on, = : but no messages when I connected it again, dmesg: : ukbd0: at uhub1 port 2 (addr 3) disconnected : ukbd0: detached : uhid0: at uhub1 port 2 (addr 3) disconnected : uhid0: detached : = : The very same keyboard works on the ps2 with a adapter. : = : Please tell me if you want any more information, thanks. Does it show up in a devinfo listing? Warner