From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 19:35:03 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A100316A403 for ; Wed, 3 Jan 2007 19:35:03 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (prime.gushi.org [72.9.101.130]) by mx1.freebsd.org (Postfix) with ESMTP id 3D15E13C461 for ; Wed, 3 Jan 2007 19:35:03 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (localhost [127.0.0.1]) by prime.gushi.org (8.13.8/8.13.6) with ESMTP id l03JbHTc015276 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 3 Jan 2007 14:37:17 -0500 (EST) (envelope-from danm@prime.gushi.org) DKIM-Signature: a=rsa-sha1; c=simple/simple; d=prime.gushi.org; s=primegushiorg; t=1167853038; bh=3Fl40q90FZ2Nr1ivhn4Otx9qffs=; h=DomainKey-Signature: Received:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=UgSSPSsrrVDyMZjwCEOOOn7sSLupIsjTDCZD8S vyA0ilKE5ob/KOejF1EVFMzhtaqYXR7NhMfnFXX1zAj0kNzw== DomainKey-Signature: a=rsa-sha1; s=primegushiorg; d=prime.gushi.org; c=nofws; q=dns; h=received:date:from:to:cc:subject:in-reply-to:message-id: references:mime-version:content-type; b=aYgfHhhTEsmiw99v1nUf2By0IY7aVptmLFCo8qUI3/03woPYO7k0e5F4gNxUPejmy mDx7v7mYNEZYHBIV13q0A== Received: (from danm@localhost) by prime.gushi.org (8.13.8/8.13.6/Submit) id l03JbHTX015272; Wed, 3 Jan 2007 14:37:17 -0500 (EST) (envelope-from danm) Date: Wed, 3 Jan 2007 14:37:15 -0500 (EST) From: "Dan Mahoney, System Admin" To: John Nielsen In-Reply-To: <200701031423.17415.lists@jnielsen.net> Message-ID: <20070103143257.P52719@prime.gushi.org> References: <20070103024752.J35175@prime.gushi.org> <20070103123155.V52719@prime.gushi.org> <200701031418.13125.lists@jnielsen.net> <200701031423.17415.lists@jnielsen.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: Easier way to install on 3ware 9550 card? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2007 19:35:03 -0000 On Wed, 3 Jan 2007, John Nielsen wrote: >> 1) Boot to complete install CD >> 2) Go into "Fixit" mode (not just the emergency shell) >> 3) # sysctl kern.module_path="/dist/boot/kernel" >> 4) # kldload twa >> 5) # exit >> 6) proceed with installation >> >> This shouldn't be necessary though, since twa is included in GENERIC for >> both FreeBSD 6.1 and 6.2 (did you say what version you were trying to >> install?). >> >> Now, if your controller is too new to be included in the shipping version >> of twa then that's another matter. If you have a binary kernel module that >> uses a different driver name from the vendor you could use the same general >> approach, but you'd want to configure your network interface and set up >> your NFS mount prior to step 3, and include the appropriate NFS path in the >> sysctl command in step 3. This is the case. I've emailed the folks in charge so that the new version of the 3ware drivers can be included in newer versions of FreeBSD. > Forgot to mention you'd also need to manually copy the vendor driver and > modify /boot/loader.conf on the newly installed system so it could actually > boot.. you could easily take care of that from the fixit mode shell after the > installation, though. Yup. In the case of a module name collision, is it safe to rename "my" module so that subsequent system builds won't overwrite it (i.e. rename if from twa.ko to twa2.ko) or will that break something?) -Dan -- "Station!" -Bill & Ted's Bogus Journey --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org ---------------------------