From owner-freebsd-usb@FreeBSD.ORG Tue Apr 10 16:42:52 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org 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 3031116A403 for ; Tue, 10 Apr 2007 16:42:52 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id C117413C465 for ; Tue, 10 Apr 2007 16:42:51 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe07.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 462182514; Tue, 10 Apr 2007 18:42:49 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 10 Apr 2007 18:42:28 +0200 User-Agent: KMail/1.9.5 References: <7619cc20704100903v4b52c560u31d063fea93ba2ea@mail.gmail.com> In-Reply-To: <7619cc20704100903v4b52c560u31d063fea93ba2ea@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704101842.28608.hselasky@c2i.net> Cc: SEan Strand Subject: Re: How Can we Re:Configure USB Devices ( /dev/da?? ) 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: Tue, 10 Apr 2007 16:42:52 -0000 On Tuesday 10 April 2007 18:03, SEan Strand wrote: > Hello all, > > Loaded the I386 version of 6.2 and managed to mount a USB IOMega Disk, then > recompiled the kernel now it will not even show any of the /dev/da?? > devices. > > Have tryed to enter the Device information into the /boot/device.hints file > without any joy. > Have tryed the /usr/src/sys/i386/conf/device.hints file also, still no joy. > Have tryed to re-load in total but no joy! > Have tryed to re-load GENERIC, with no joy. > > Can some one please tell me which path/file I am ment to be editing and if > I am wasting my time? Have you tried this: kldload usb kldload umass ? --HPS