From owner-freebsd-questions@FreeBSD.ORG Wed Dec 13 20:50:26 2006 Return-Path: X-Original-To: freebsd-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 12A5616A416 for ; Wed, 13 Dec 2006 20:50:26 +0000 (UTC) (envelope-from avatar4d@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6078D43CD0 for ; Wed, 13 Dec 2006 20:48:45 +0000 (GMT) (envelope-from avatar4d@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so150954nzh for ; Wed, 13 Dec 2006 12:50:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=MKzopECze/hVfdQKM7f0SbKSKD4HZETq8YOhTzN0Oz9GQEv04T9x92phZDSxFS9AuwzWkT/CFyPzVyNtKSVAfOjHt0P9K8XN3C3NfiqHOFPcxD/npNs1rs58ffYpDwP/U8vUfDfXAi9FNnwGGBL5PFHiK3JFM7NhH9UoDiGAdCw= Received: by 10.65.154.10 with SMTP id g10mr2129188qbo.1166043015272; Wed, 13 Dec 2006 12:50:15 -0800 (PST) Received: by 10.65.75.14 with HTTP; Wed, 13 Dec 2006 12:50:15 -0800 (PST) Message-ID: <17489c7a0612131250u753c149cv11a98a67bea9b8b0@mail.gmail.com> Date: Wed, 13 Dec 2006 15:50:15 -0500 From: "Chad Gross" To: "Ensel Sharon" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: can I unload a module from within sysinstall ? 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, 13 Dec 2006 20:50:26 -0000 On 12/13/06, Ensel Sharon wrote: > > > I need to load a new kernel module during sysinstall so that I can see my > raid controller. > > Easy - I go into configure, load, and load it off the floppy. Easy. > > BUT, freebsd already has a xyz.ko, and it is already loaded, so it fails. > > So my question is, how do I unload the existing xyz.ko before I load the > new one ? > > Can I do it in sysinstall ? > > Can I do it in the loader prompt prior to sysinstall ? > > ______________________________________________ > Did you try from the emergency console on F4? Haven't had to try this myself but, it would be worth a try. Chad