| … | |
… | |
| 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-ia64-kernel.xml,v 1.9 2007/07/27 18:38:09 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.10 2007/07/29 22:48:00 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>8.2</version> |
11 | <version>8.3</version> |
| 12 | <date>2007-07-27</date> |
12 | <date>2007-07-29</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 357 | <path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to |
357 | <path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to |
| 358 | the modules too if you want. |
358 | the modules too if you want. |
| 359 | </p> |
359 | </p> |
| 360 | |
360 | |
| 361 | <p> |
361 | <p> |
| 362 | To view all available modules, run the following <c>find</c> command. Don't |
362 | To view all available modules, run the following command: |
| 363 | forget to substitute <c><keyval id="kernel-version"/></c> with the version of |
|
|
| 364 | the kernel you just compiled: |
|
|
| 365 | </p> |
363 | </p> |
| 366 | |
364 | |
| 367 | <pre caption="Viewing all available modules"> |
365 | <pre caption="Viewing all available modules"> |
| 368 | # <i>find /lib/modules/<keyval id="kernel-version"/>/ -type f -iname '*.o' -or -iname '*.ko'</i> |
366 | # <i>modprobe -l</i> |
| 369 | </pre> |
367 | </pre> |
| 370 | |
368 | |
| 371 | <p> |
369 | <p> |
| 372 | For instance, to automatically load the <c>3c59x.o</c> module, edit the |
370 | For instance, to automatically load the <c>3c59x.o</c> module, edit the |
| 373 | <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. |