From owner-freebsd-hardware@FreeBSD.ORG Sat Aug 26 07:26:25 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF18616A4DA for ; Sat, 26 Aug 2006 07:26:25 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A69543D45 for ; Sat, 26 Aug 2006 07:26:24 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.217.135.231] (HELO [10.0.0.249]) by mailfe03.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 270723014; Sat, 26 Aug 2006 09:26:23 +0200 From: Hans Petter Selasky To: freebsd-hardware@freebsd.org Date: Sat, 26 Aug 2006 09:26:35 +0200 User-Agent: KMail/1.7 References: <20060826002805.GF1164@tigerfish2.my.domain> In-Reply-To: <20060826002805.GF1164@tigerfish2.my.domain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608260926.35829.hselasky@c2i.net> Cc: Subject: Re: nforce4 USB 2.0 problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 07:26:26 -0000 On Saturday 26 August 2006 02:28, Bruce Burden wrote: > Hi folks, > > Any suggestion on this issue: > I'm not sure if it helps, but could you have tried to install my new USB driver, and see if the problem is the same: # # SVN is available from /usr/ports/devel/subversion # 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 "device ehci" # Yours --HPS