From owner-freebsd-usb@FreeBSD.ORG Mon Nov 23 18:04:24 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 05C861065672 for ; Mon, 23 Nov 2009 18:04:24 +0000 (UTC) (envelope-from oxyd.oxyd@gmail.com) Received: from mail-bw0-f220.google.com (mail-bw0-f220.google.com [209.85.218.220]) by mx1.freebsd.org (Postfix) with ESMTP id 917978FC08 for ; Mon, 23 Nov 2009 18:04:23 +0000 (UTC) Received: by bwz20 with SMTP id 20so4221820bwz.14 for ; Mon, 23 Nov 2009 10:04:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=XEYCWLKoaXFGBptNysuyQrHnnbRa9tVeCyiQkUvIMPM=; b=ZdUeM3ASlU4+4sU7sjDMImhI/FWQT/XbSkrsNgf0cxfIkI/N5JYCEpvEgPSJppg3zS WL1Y5OsoVtwu4Vyi9vqCb0MMaO4iHLLIszKe3QwmmxV0C0rOc7fhuvRKvCUfobYPtl5E FnS5GZqVISYC2tyZ3iTS82WaC8Rk+pnqun6/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CDLQzEwOXTeSMbaWLhQ3XtAgA7mUgEgQgnklaYvC5eZuBUp7VB4FW8UMsxCH7gHOqM yIxeHuDB6T6+ua3r9APCWUL0E/Xr2IVK+UF7SDR4qx3g/25EbZar70pGTBjLHw17of8k Cd9PxixYjHOJtSpx6V/EOjumz+TIbkm1hHHTs= MIME-Version: 1.0 Received: by 10.103.37.27 with SMTP id p27mr2380947muj.46.1258999462503; Mon, 23 Nov 2009 10:04:22 -0800 (PST) Date: Mon, 23 Nov 2009 19:04:22 +0100 Message-ID: From: =?UTF-8?Q?Ond=C5=99ej_Majerech?= To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: 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 18:04:24 -0000 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=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=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? ~ Ondra