From owner-freebsd-usb@FreeBSD.ORG Fri Oct 5 11:28:44 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 DEFEA1065689 for ; Fri, 5 Oct 2012 11:28:44 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 690BD8FC1B for ; Fri, 5 Oct 2012 11:28:43 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 327407098; Fri, 05 Oct 2012 13:28:42 +0200 From: Hans Petter Selasky To: Guido van Rooij Date: Fri, 5 Oct 2012 13:30:10 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <20121005085727.GA46324@gvr.gvr.org> <201210051326.42177.hselasky@c2i.net> In-Reply-To: <201210051326.42177.hselasky@c2i.net> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201210051330.10129.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 11:28:45 -0000 On Friday 05 October 2012 13:26:42 Hans Petter Selasky wrote: > On Friday 05 October 2012 10:57:27 Guido van Rooij wrote: > > 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) > > Yes, search for USBmon. Usually there are some device entries which you cat > directly to a file. > > Might be timing related! There is also a tool at sourceforge, vusb-analyzer, which can view these files. --HPS