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 =================================================================== <?xml version='1.0' encoding="UTF-8"?> <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-kernelmodules.xml,v 1.1 2008/04/01 08:58:18 nightmorph Exp $ --> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> <included> <version>1</version> <date>2008-03-02</date> <section id="kernelmodules"> <title>Configuring the Modules</title> <body> <p> You should list the modules you want automatically loaded in <path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to the modules too if you want. </p> <p> To view all available modules, run the following <c>find</c> command. Don't forget to substitute "<kernel version>" with the version of the kernel you just compiled: </p> <pre caption="Viewing all available modules"> # <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'</i> </pre> <p> For instance, to automatically load the <c>3c59x.ko</c> module, edit the <path>kernel-2.6</path> file and enter the module name in it. </p> <pre caption="Editing /etc/modules.autoload.d/kernel-2.6"> # <i>nano -w /etc/modules.autoload.d/kernel-2.6</i> </pre> <pre caption="/etc/modules.autoload.d/kernel-2.6"> 3c59x </pre> <p> Continue the installation with <uri link="?part=1&chap=8">Configuring your System</uri>. </p> </body> </section> </included> -- [email protected] mailing list
