From owner-freebsd-usb@FreeBSD.ORG Mon Nov 23 22:18:08 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 C43051065679 for ; Mon, 23 Nov 2009 22:18:08 +0000 (UTC) (envelope-from oxyd.oxyd@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4928FC16 for ; Mon, 23 Nov 2009 22:18:08 +0000 (UTC) Received: by fxm10 with SMTP id 10so3389697fxm.14 for ; Mon, 23 Nov 2009 14:18:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fUoaBwkute98W+MqK32gzaG948a3u9rWjZ0pf6IGc9w=; b=eZzY8RLpJyWkQEj1fDVz4CuQX+42Q4WTggYervfKuNYz4S7wP/bvLBhvmLRg5/2tia AjJK0FhhjG4OatZfab+NbPSNLtVQIPPbfFHY/GH4MERFTljTOgxUpnCLqXRFbRETbm9x myV0uoAF3Xoc+pV0dUu7Qyiqn+dVKuxaRJ2Cc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=laVl94ze56/olcabBNaW96wzN/nCb0Ajckx6bnh7bFLtoaGVg3Cv9H7SHhVIPqN4Bm jW5idsW6uWPD3uiwu70Fq9UwEwt85QyM8MifCNmqjwx7SbFiykGsT8BAn1i+NgTF6eRx K33RV8PJE+E85gOhZIYtxKa03si8is2Pa8fX8= MIME-Version: 1.0 Received: by 10.103.81.2 with SMTP id i2mr2421079mul.81.1259014687379; Mon, 23 Nov 2009 14:18:07 -0800 (PST) In-Reply-To: <200911232238.19592.hselasky@c2i.net> References: <200911232238.19592.hselasky@c2i.net> Date: Mon, 23 Nov 2009 23:18:07 +0100 Message-ID: From: =?UTF-8?Q?Ond=C5=99ej_Majerech?= To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Mon, 23 Nov 2009 22:18:08 -0000 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 =C2=A0i386) via csup'ing t= o >> RELENG_8_0 and the usual suite of buildworld, buildkernel, >> installkernel, mergemaster -p, installworld, mergemaster. >> >> My USB mouse doesn't work now. =C2=A0While 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. =C2=A0They 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? =C2=A0Any clues? > > Hi, > > This looks like a regression issue. There has been some changes with rega= rd 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 out. ~ Ondra