From owner-freebsd-usb@FreeBSD.ORG Thu Mar 15 18:11:05 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 7AEC9106566C for ; Thu, 15 Mar 2012 18:11:05 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id EFEE28FC14 for ; Thu, 15 Mar 2012 18:11:04 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 85303447; Thu, 15 Mar 2012 19:05:57 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, holm@freibergnet.de Date: Thu, 15 Mar 2012 19:04:18 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20120315124840.GA64319@beast.freibergnet.de> In-Reply-To: <20120315124840.GA64319@beast.freibergnet.de> 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: <201203151904.18541.hselasky@c2i.net> Cc: Subject: Re: USB UHCI Problems on 8-Stable 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: Thu, 15 Mar 2012 18:11:05 -0000 On Thursday 15 March 2012 13:48:40 Holm Tiffe wrote: > Hi, > > For some time I had problems with my Cam (Olympus FE-230), it wouldn't get > recognized again after unplugging it from the USB Connector. > > Now I have a very similar Problem while trying to get an J-Link V8 > compatible Jtag debugger working in conjunction with openocd. > Maybe there are bugs in openocd, but the bigger ones seems to be in > FreeBSDs USB drivers. > > In the meantime I've cvs-supped to 8.3PRERELEASE (yesterday) built world > and kernel. I've commented the ?hci drivers out of the kernel config and > set USB_DEBUG. > > > At fist please Cc me, I'm not on freebsd-usb. > > After Loading the uhci module: Hi, Could you log the USB traffic on the UHCI controller using usbdump ? It would be interesting to see what is going on. Have you tried using an external High-Speed HUB? --HPS