From owner-freebsd-usb@FreeBSD.ORG Fri Jul 1 10:09:31 2005 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 779CD16A41C for ; Fri, 1 Jul 2005 10:09:31 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id F24DD43D1D for ; Fri, 1 Jul 2005 10:09:30 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== Received: from mp-217-201-198.daxnet.no ([193.217.201.198] verified) by mailfe04.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 411117043; Fri, 01 Jul 2005 12:09:28 +0200 From: Hans Petter Selasky To: Stefan Walter Date: Fri, 1 Jul 2005 12:10:22 +0200 User-Agent: KMail/1.7 References: <20050626091628.775DD3A1D@kyuzo.dunkelkammer.void> <200506301408.20619.hselasky@c2i.net> <20050630162823.GA817@kyuzo.dunkelkammer.void> In-Reply-To: <20050630162823.GA817@kyuzo.dunkelkammer.void> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507011210.25250.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: usb/82660: EHCI: I/O stuck in state 'physrd'/panic X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 10:09:31 -0000 On Thursday 30 June 2005 18:28, Stefan Walter wrote: > Hans Petter Selasky, 30.06.05, 14:08h CEST: > > > > Try "sysctl hw.usb.umass.debug=15" while you have the my driver in > > > > the kernel, hence it has got debugging flags enabled by default. Else > > > > you need to add something like "option USB_DEBUG" to your kernel > > > > config file. I'm not sure if you can compile the modules with > > > > debugging support unless you use my USB driver. > > > > > > > > See if any errors show up. > > > > > > > > Then try "sysctl hw.usb.debug=15". See if any errors appear. > > > > > > I tried that with the official FreeBSD driver for now (USB_DEBUG and > > > ehci in the kernel). > > > > > > hw.usb.umass.debug=15 didn't show me any messages during the transfer, > > > only when (dis)connecting the device. hw.usb.debug=15 dumped a lot of > > > output. It's available here: > > > > Try "sysctl hw.usb.umass.debug=-1" while "hw.usb.debug=0". > > I did that. I don't know enough about the USB stuff to interpret the > output myself, so here it is: > http://www.gegenunendlich.de/stuff/umass-messages-until-pullout.bz2. > Could you try to reproduce the error while logging? --HPS