From owner-freebsd-current@FreeBSD.ORG Sat Feb 14 01:41:19 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9210E1065670 for ; Sat, 14 Feb 2009 01:41:19 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 616BC8FC0A for ; Sat, 14 Feb 2009 01:41:19 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from localhost (pool-141-151-83-243.phlapa.east.verizon.net [141.151.83.243]) by mail.asahi-net.or.jp (Postfix) with ESMTP id EE48468F9D for ; Sat, 14 Feb 2009 10:41:17 +0900 (JST) Date: Fri, 13 Feb 2009 20:41:12 -0500 From: Yoshihiro Ota To: freebsd-current@freebsd.org Message-Id: <20090213204112.7b982402.ota@j.email.ne.jp> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.11; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: USB2 - keyboard error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 14 Feb 2009 01:41:20 -0000 I just installed 8-CURRENT with USB2 kernel config to join the test. I use a laptop PC and sometime use USB keyboard. It was detected as following and it is usable when I see FreeBSD login prompt. ugen0.2: at usbus0 ushub2: on usbus0 ushub2: 4 ports with 4 removable, bus powered ugen0.3: at usbus0 ukbd0: on usbus0 kbd2 at ukbd0 ukbd_set_leds_callback:556: error=USB_ERR_IOERROR ukbd_set_leds_callback:556: error=USB_ERR_IOERROR Regular alphabet keys work fine but as soon as I hit Alt-F2 to switch to another virtual console (or is it called virtual terminal?), I start seeing the above error. Then, keyboard stops responding or starts repeating some irregular keys. This is without X. How do we begin fixing this issue? Thanks, Hiro