From owner-freebsd-usb@FreeBSD.ORG Thu Nov 14 07:04:45 2013 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 464C7349 for ; Thu, 14 Nov 2013 07:04:45 +0000 (UTC) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 0436C2205 for ; Thu, 14 Nov 2013 07:04:44 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 1C3A57A2C3; Thu, 14 Nov 2013 08:04:44 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 5CE508ED4D6; Thu, 14 Nov 2013 08:05:16 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6Ymd01oEILSB; Thu, 14 Nov 2013 08:05:15 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 75F2D8ECEE0; Thu, 14 Nov 2013 08:05:15 +0100 (CET) Message-ID: <52847654.8070501@bitfrost.no> Date: Thu, 14 Nov 2013 08:05:56 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Eitan Adler , "usb@freebsd.org" Subject: Re: Unable to attach USB mouse References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 07:04:45 -0000 On 11/14/13 05:08, Eitan Adler wrote: > The mouse driver fails to attach when plugging in my USB mouse. > > FreeBSD gravity.local 11.0-CURRENT FreeBSD 11.0-CURRENT #5 r257754: > Thu Nov 7 12:12:51 EST 2013 > root@gravity.local:/usr/obj/usr/src/sys/EADLER amd64 > >>From boot: > [52341] ugen0.2: at usbus0 > [52341] ums0: 2.00/27.20, addr 11> on usbus0 > [52341] ums0: 8 buttons and [XYZT] coordinates ID=0 > [54057] ugen0.2: at usbus0 (disconnected) > [54057] ums0: at uhub0, port 1, addr 11 (disconnected) > [54058] xhci_do_command: Command timeout! > [54058] usb_alloc_device: set address 2 failed (USB_ERR_TIMEOUT, ignored) What USB controllers does this system have? --HPS