From owner-freebsd-usb@FreeBSD.ORG Fri Oct 5 08:57:35 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CE46106564A for ; Fri, 5 Oct 2012 08:57:35 +0000 (UTC) (envelope-from guido@gvr.org) Received: from gvr.gvr.org (gvr-gw.gvr.org [82.161.93.240]) by mx1.freebsd.org (Postfix) with ESMTP id 4A4528FC14 for ; Fri, 5 Oct 2012 08:57:34 +0000 (UTC) Received: by gvr.gvr.org (Postfix, from userid 657) id 613636E4B5; Fri, 5 Oct 2012 10:57:27 +0200 (CEST) Date: Fri, 5 Oct 2012 10:57:27 +0200 From: Guido van Rooij To: Hans Petter Selasky Message-ID: <20121005085727.GA46324@gvr.gvr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201210050835.30347.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: usb3 umass device on usb2 port not recognised 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: Fri, 05 Oct 2012 08:57:35 -0000 That piece of code did not help either: usb_alloc_device: set address 2 failed (USB_ERR_STALLED, ignored) usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_STALLED usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_STALLED, ignored) usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_STALLED usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_STALLED, ignored) usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_STALLED ugen5.2: at usbus5 (disconnected) uhub_reattach_port: could not allocate new device Do you know if there is a way to dump the USB-traffic between the disk and a Linux system? Like I said earlier, the disk works on Ubuntu 12.04, so it might give a clue on the difference between our way of resetting the device and their way... (tcpdump only show traffic after he rset and address assignment) -Guido