From owner-freebsd-questions@FreeBSD.ORG Wed Dec 13 20:30: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 8DE3B16A412 for ; Wed, 13 Dec 2006 20:30:26 +0000 (UTC) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.4.150.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC61A43CCD for ; Wed, 13 Dec 2006 20:28:39 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 6F89A263D4; Wed, 13 Dec 2006 15:30:04 -0500 (EST) Date: Wed, 13 Dec 2006 15:30:04 -0500 (EST) From: Ensel Sharon To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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:30:26 -0000 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 ?