From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HeKsG-0000io-TQ for garchives@archives.gentoo.org; Thu, 19 Apr 2007 00:51:49 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l3J0oY4v005676; Thu, 19 Apr 2007 00:50:34 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l3J0jElF031667 for ; Thu, 19 Apr 2007 00:45:15 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 614DA64854 for ; Thu, 19 Apr 2007 00:45:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: 0.75 X-Spam-Level: X-Spam-Status: No, score=0.75 required=5.5 tests=[AWL=-0.076, MAILTO_TO_SPAM_ADDR=0.276, NO_REAL_NAME=0.55] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ctqX-Uj4awen for ; Thu, 19 Apr 2007 00:45:08 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 54B0A649D0 for ; Thu, 19 Apr 2007 00:45:06 +0000 (UTC) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HeKli-0000tW-Hr for gentoo-user@gentoo.org; Thu, 19 Apr 2007 02:45:02 +0200 Received: from c-68-51-187-92.hsd1.ga.comcast.net ([68.51.187.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Apr 2007 02:45:02 +0200 Received: from reader by c-68-51-187-92.hsd1.ga.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Apr 2007 02:45:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: reader@newsguy.com Subject: [gentoo-user] Re: Add a module post kernel config/build Date: Wed, 18 Apr 2007 20:44:03 -0400 Organization: Still searching... Message-ID: <87vefttcq4.fsf@newsguy.com> References: <873b2y59i7.fsf@newsguy.com> <200704180533.06847.bss03@volumehost.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-68-51-187-92.hsd1.ga.comcast.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.97 (gnu/linux) Cancel-Lock: sha1:DiEjDn43YcHKzIKTxoQ+4sfNtAs= Sender: news X-Archives-Salt: c555554a-8cff-47d5-8d23-e8cbfa373ffc X-Archives-Hash: 4fa5e04aa12851ff04f1bb383df5509c "Boyd Stephen Smith Jr." writes: > On Wednesday 18 April 2007, reader@newsguy.com wrote about '[gentoo-user] > Add a module post kernel config/build': >> Summary: >> How can I add an additional module once I've configured/built a kernel? >> >> Details: After looking thru the handbook, especially section about >> kernel config, I don't see information about how to add a module once >> a kernel is built and running. > > For in-tree modules, go into the kernel source directory, use menuconfig or > whatever to set that configuration setting to 'm', make, make > modules-install. (Or, at least, that's my preferred method modulo typos.) > [...] All good info and tips. Thanks Boyd. Etaoin Shrdlu writes: [...] > I never used genkernel, but if you have the kernel source tree available, > you can just cd into it, adjust your configuration (using make *config), > then do "make && make modules_install". Only the new stuff you added > will be rebuilt and installed (ie, the fuse module in your case), > assuming you did not delete the already compiled object files inside the > tree. Again... good and helpfull info... thanks. -- gentoo-user@gentoo.org mailing list