From owner-freebsd-usb@FreeBSD.ORG Tue Nov 24 21:28:31 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 A6BF51065670 for ; Tue, 24 Nov 2009 21:28:31 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id 096CC8FC08 for ; Tue, 24 Nov 2009 21:28:30 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=pE_spTFHMUsA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=pGLkceISAAAA:8 a=8kQB0OdkAAAA:8 a=u5Gm35QoULjH1AL1wpkA:9 a=5Kr-DMJ-aYILCXX03NYA:7 a=0C77qpYaIthkQrJs8eDSHv48GFAA:4 a=MSl-tDqOz04A:10 a=9aOQ2cSd83gA:10 a=pdKdl0rufNbVrsrN:21 a=HINPcdgV2LIwr8rX:21 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1334834930; Tue, 24 Nov 2009 22:28:29 +0100 From: Hans Petter Selasky To: =?utf-8?q?Ond=C5=99ej_Majerech?= Date: Tue, 24 Nov 2009 22:30:04 +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: <200911242230.05637.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org 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: Tue, 24 Nov 2009 21:28:31 -0000 On Tuesday 24 November 2009 21:59:53 Ond=C5=99ej Majerech wrote: > 2009/11/23 Ond=C5=99ej Majerech : > > 2009/11/23 Hans Petter Selasky : > >> 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=3D= 2, > >>> 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=3D= 2, > >>> 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 USB legacy support handling. Try disabling USB legacy support > >> in the BIOS or try to see if the problem is present in a 9-current > >> kernel. > >> > >> Thanks for reporting your issue! > >> > >> --HPS > > > > The only option in my BIOS regarding legacy USB is "Legacy USB storage > > detect" -- I set this one to Disabled and booted with the mouse > > disabled -- when I connected it to the running system, it got detected > > properly, but it simply wouldn't work in X. > > > > When I rebooted with the mouse plugged in, the same thing as before > > happened -- error messages during boot, and un- and re-plugging > > produced the same errors. > > > > I'll try 9-CURRENT sometime tomorrow and report back how that turned ou= t. > > > > ~ Ondra > > Alright, I tried with 9-CURRENT and indeed, it works without problems. > > So, shall I file a bug? I'd prefer to continue using -RELEASE, but > I'd also like to have my mouse working. x) Yes, file a bug report. =2D-HPS