From owner-freebsd-questions@FreeBSD.ORG Wed Dec 13 20:51:45 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 DC30F16A403 for ; Wed, 13 Dec 2006 20:51:44 +0000 (UTC) (envelope-from avatar4d@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC3E43CBD for ; Wed, 13 Dec 2006 20:50:07 +0000 (GMT) (envelope-from avatar4d@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so151165nzh for ; Wed, 13 Dec 2006 12:51:37 -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=QzqQLho1ALyvquUnlGcZpaTr/2tTNu2ZDfiZRQqgYwiX7MxgNOJxjE+FE+rawMFdgj/SJr6AjJcCTS8IzeP4443Juwhk8G8EIjR0bxm+UWwPiP/ehn1KoFqMhiBBH/jvzVhPkT0sUB++9GPVh4YlkpPdrjJ2tqLpeWj1BuI1Jck= Received: by 10.65.210.18 with SMTP id m18mr70465qbq.1166043097549; Wed, 13 Dec 2006 12:51:37 -0800 (PST) Received: by 10.65.75.14 with HTTP; Wed, 13 Dec 2006 12:51:37 -0800 (PST) Message-ID: <17489c7a0612131251u6fb3fe73r562f168e68664306@mail.gmail.com> Date: Wed, 13 Dec 2006 15:51:37 -0500 From: "Chad Gross" To: "Ensel Sharon" In-Reply-To: <17489c7a0612131250u753c149cv11a98a67bea9b8b0@mail.gmail.com> MIME-Version: 1.0 References: <17489c7a0612131250u753c149cv11a98a67bea9b8b0@mail.gmail.com> 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:51:45 -0000 On 12/13/06, Chad Gross wrote: > > 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 Sorry, the command would be 'kldunload xyz.ko'