From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jgcfr-0007Q6-IF for garchives@archives.gentoo.org; Tue, 01 Apr 2008 09:20:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 005B7E0495; Tue, 1 Apr 2008 09:20:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D1A48E0495 for ; Tue, 1 Apr 2008 09:20:58 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 657FB66F74 for ; Tue, 1 Apr 2008 09:20:58 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JgcJu-0006sx-AV for gentoo-doc-cvs@lists.gentoo.org; Tue, 01 Apr 2008 08:58:18 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-kernelmodules.xml Message-Id: From: Joshua Saddler Date: Tue, 01 Apr 2008 08:58:18 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 8b055df4-869e-4bb4-9762-4ce7f7fd3240 X-Archives-Hash: 811a6aea4d4f2dcb70252affa612623d nightmorph 08/04/01 08:58:18 Added: hb-install-kernelmodules.xml Log: how the hell did this not make it into the commits process Revision Changes Path 1.1 xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml?rev=1.1&content-type=text/plain Index: hb-install-kernelmodules.xml =================================================================== 1 2008-03-02
Configuring the Modules

You should list the modules you want automatically loaded in /etc/modules.autoload.d/kernel-2.6. You can add extra options to the modules too if you want.

To view all available modules, run the following find command. Don't forget to substitute "<kernel version>" with the version of the kernel you just compiled:

# find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'

For instance, to automatically load the 3c59x.ko module, edit the kernel-2.6 file and enter the module name in it.

# nano -w /etc/modules.autoload.d/kernel-2.6
3c59x

Continue the installation with Configuring your System.

-- gentoo-doc-cvs@lists.gentoo.org mailing list