Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58310 Details for
Bug 91242
2005.0 Section 7. Configuring kernel - missing info on /etc/modules.autoload.d/kernel-x.z
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
2005.0 Networkless Handbook Patch - Kernel Installation - adds modules.autoload.d
hb-install-x86-kernel.patch (text/plain), 2.21 KB, created by
Sean D. Quinn
on 2005-05-07 19:09:55 UTC
(
hide
)
Description:
2005.0 Networkless Handbook Patch - Kernel Installation - adds modules.autoload.d
Filename:
MIME Type:
Creator:
Sean D. Quinn
Created:
2005-05-07 19:09:55 UTC
Size:
2.21 KB
patch
obsolete
>--- xmms-show-1.0/hb-install-x86-kernel.xml 2005-05-07 21:22:09.000000000 -0400 >+++ hb-install-x86-kernel.xml 2005-05-07 22:07:23.000000000 -0400 >@@ -6,6 +6,8 @@ > > <!-- $Header: /var/www/www.gentoo.org/raw_cvs/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-x86-kernel.xml,v 1.7 2005/04/07 18:20:45 swift Exp $ --> > >+<!-- Changelog for me, since I have no CVS access: Added modules.overload.d information. Thanks -squinn --> >+ > <sections> > > <version>4.4</version> >@@ -379,6 +381,10 @@ > <pre caption="Checking the created kernel image name and initrd"> > # <i>ls /boot/kernel* /boot/initrd*</i> > </pre> >+</body> >+<subsection> >+<title>Configuring the Modules</title> >+<body> > > <p> > If you want your system to be more like the Installation CD you should, >@@ -406,9 +412,46 @@ > </pre> > > <p> >+To have your kernel modules detected on boot, you must edit <path>/etc/modules.autoload.d/kernel-2.6 (or 2.4)</path> to include the modules you want to have automatically detected at boot. Extra options can be added to the modules as well, if you wish. >+</p> >+ >+<p> >+To find all the modules installed on your system, you must run the below command. Remember to replace "<kernel version> with the correct kernel version. >+</p> >+ >+<pre caption="Viewing all installed 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.o</c> module, edit the <path>kernel-2.4</path> or <path>kernel-2.6</path> file and enter the module name in it. >+</p> >+ >+ >+<pre caption="Editing /etc/modules.autoload.d/kernel-2.4"> >+<comment>(Example for 2.4 kernels)</comment> >+# <i>nano -w /etc/modules.autoload.d/kernel-2.4</i> >+</pre> >+ >+<pre caption="/etc/modules.autoload.d/kernel-2.4 or kernel-2.6"> >+3c59x >+</pre> >+ >+<p> >+Now run <c>modules-update</c> to commit your changes to the >+<path>/etc/modules.conf</path> file: >+</p> >+ >+<pre caption="Running modules-update"> >+# <i>modules-update</i> >+</pre> >+ >+ >+<p> > Now continue with <uri link="?part=1&chap=8">Configuring your System</uri>. > </p> > > </body> >+</subsection> > </section> > </sections>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91242
:
58305
|
58306
| 58310