| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.42 2007/07/29 22:48:00 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.43 2007/08/03 10:48:04 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>8.2</version> |
11 | <version>8.2</version> |
| 12 | <date>2007-07-29</date> |
12 | <date>2007-07-29</date> |
| … | |
… | |
| 365 | <pre caption="Viewing all available modules"> |
365 | <pre caption="Viewing all available modules"> |
| 366 | # <i>modprobe -l</i> |
366 | # <i>modprobe -l</i> |
| 367 | </pre> |
367 | </pre> |
| 368 | |
368 | |
| 369 | <p> |
369 | <p> |
| 370 | For instance, to automatically load the <c>3c59x.o</c> module, edit the |
370 | For instance, to automatically load the <c>3c59x.ko</c> module, edit the |
| 371 | <path>kernel-2.6</path> file and enter the module name in it. |
371 | <path>kernel-2.6</path> file and enter the module name in it. |
| 372 | </p> |
372 | </p> |
| 373 | |
373 | |
| 374 | <pre caption="Editing /etc/modules.autoload.d/kernel-2.6"> |
374 | <pre caption="Editing /etc/modules.autoload.d/kernel-2.6"> |
| 375 | # <i>nano -w /etc/modules.autoload.d/kernel-2.6</i> |
375 | # <i>nano -w /etc/modules.autoload.d/kernel-2.6</i> |