From owner-freebsd-usb@FreeBSD.ORG Wed Sep 20 09:18:18 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94AC916A403 for ; Wed, 20 Sep 2006 09:18:18 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0420A43D55 for ; Wed, 20 Sep 2006 09:18:17 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.216.120.8] (HELO [10.0.0.249]) by mailfe04.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 282130567; Wed, 20 Sep 2006 11:18:16 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 20 Sep 2006 11:18:32 +0200 User-Agent: KMail/1.7 References: <20060920011107.GA9379@saturn.kn-bremen.de> In-Reply-To: <20060920011107.GA9379@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609201118.33321.hselasky@c2i.net> Cc: Juergen Lock Subject: Re: umass0: BBB reset failed, TIMEOUT (again) 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: Wed, 20 Sep 2006 09:18:18 -0000 On Wednesday 20 September 2006 03:11, Juergen Lock wrote: > Today for the first time since this box got a new board I tried to > copy data onto the usb cardreader, and after copying for a while it > suddenly stopped (led stopped flashing, no further io), and after > some time i had the above in dmesg. And that was it, cp process > hung, no way to kill it. Unplugged the thing, and got the expected > panic: vinvalbuf: dirty bufs. Tried the same thing from linux (after > dosfsck), and there copying stopped for a while too, but it then > continued and finished. Is this is some kind of new hardware quirk of > the new board's ehci controller, that linux recovers from? (via, > there already is a `dropped interrupt' fix for it, which helped with > my last board...) I also tried building a RELENG_6 kernel (one > of the PRs I looked at also suggested this), but it behaved the same. > Just in case, I took a dump of that too, but I don't really know for > what to look in there so you'd have to tell me... > Could you have tried my new USB driver and see if the problem is the same? # # First get all the sources # (you need /usr/ports/devel/subversion installed) # svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b # # The following commands will # install the driver on FreeBSD: # cd i4b/trunk/i4b/FreeBSD.usb make S=../src package make install # # Then build a new kernel (with modules). # When the device hangs, turn on USB debugging: sysctl hw.usb.umass.debug=-1 --HPS