From owner-freebsd-usb@FreeBSD.ORG Mon Nov 23 21:36:46 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D81E21065672 for ; Mon, 23 Nov 2009 21:36:46 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.freebsd.org (Postfix) with ESMTP id 3A80C8FC08 for ; Mon, 23 Nov 2009 21:36:45 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=pE_spTFHMUsA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=1AuMVPy_i8CPJVH2ngkA:9 a=1G3XFPASYMnsZx0DDKYA:7 a=KwxrJMzhpXiRCqXDUgTSnZIz1lQA:4 a=dQ29aqnPkupDFo4c:21 a=9TsVT3Bf9FU8KMOW:21 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1322449251; Mon, 23 Nov 2009 22:36:43 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Mon, 23 Nov 2009 22:38:17 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: In-Reply-To: X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpO< =?utf-8?q?Q0yAl=7E=3F=60=27F=3FjDVb=5DE6TQ7=27=23h-VlLs=7Dk/=0A=09?=(yxg(p!IL.`#ng"%`BMrham7%UK,}VH\wUOm=^>wEEQ+KWt[{J#x6ow~JO:,zwp.(t; @ =?utf-8?q?Aq=0A=09=3A4=3A=26nFCgDb8=5B3oIeTb=5E=27?=",; u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200911232238.19592.hselasky@c2i.net> Cc: Subject: Re: USB mouse not working on 8.0-RELEASE X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2009 21:36:46 -0000 On Monday 23 November 2009 19:04:22 Ond=C5=99ej Majerech wrote: > Hello, > > I've just upgraded my box to 8.0-RELEASE (FreeBSD starlight > 8.0-RELEASE FreeBSD 8.0-RELEASE #9: Mon Nov 23 17:52:12 CET 2009 > root@starlight:/usr/obj/usr/src/sys/STARLIGHT i386) via csup'ing to > RELENG_8_0 and the usual suite of buildworld, buildkernel, > installkernel, mergemaster -p, installworld, mergemaster. > > My USB mouse doesn't work now. While booting, I can see error > messages from the USB part of the kernel; the same messages also > reappear when I disconnect and reconnect the thing. They read the > following: (Grabbed from /var/log/messages after having dis- and > re-connected the mouse.) > > Nov 23 18:54:19 starlight kernel: usb_alloc_device:1586: set address 2 > failed (USB_ERR_TIMEOUT, ignored) > Nov 23 18:54:20 starlight kernel: usb_alloc_device:1624: getting > device descriptor at addr 2 failed, USB_ERR_TIMEOUT! > Nov 23 18:54:21 starlight kernel: usbd_req_re_enumerate:1539: addr=3D2, > set address failed! (USB_ERR_TIMEOUT, ignored) > Nov 23 18:54:22 starlight kernel: usbd_req_re_enumerate:1553: getting > device descriptor at addr 2 failed, USB_ERR_TIMEOUT! > Nov 23 18:54:24 starlight kernel: usbd_req_re_enumerate:1539: addr=3D2, > set address failed! (USB_ERR_TIMEOUT, ignored) > Nov 23 18:54:25 starlight kernel: usbd_req_re_enumerate:1553: getting > device descriptor at addr 2 failed, USB_ERR_TIMEOUT! > Nov 23 18:54:25 starlight kernel: ugen0.2: <(null)> at usbus0 > (disconnected) Nov 23 18:54:25 starlight kernel: uhub_reattach_port:435: > could not allocate new device! > > The mouse was working without any problems whatsoever on 8.0-RC3 and > all older FBSD versions that I used. > > Other USB devices work as they should, without producing anything > unusual in dmesg. > > So, what's up? Any clues? Hi, This looks like a regression issue. There has been some changes with regard= to=20 USB legacy support handling. Try disabling USB legacy support in the BIOS o= r=20 try to see if the problem is present in a 9-current kernel. Thanks for reporting your issue! =2D-HPS