| … | |
… | |
| 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-arm-kernel.xml,v 1.10 2007/08/03 10:48:04 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.11 2007/08/13 03:31:27 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>8.3</version> |
11 | <version>8.4</version> |
| 12 | <date>2007-07-29</date> |
12 | <date>2007-08-12</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 305 | <path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to |
305 | <path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to |
| 306 | the modules too if you want. |
306 | the modules too if you want. |
| 307 | </p> |
307 | </p> |
| 308 | |
308 | |
| 309 | <p> |
309 | <p> |
| 310 | To view all available modules, run the following command: |
310 | To view all available modules, run the following <c>find</c> command. Don't |
|
|
311 | forget to substitute "<kernel version>" with the version of the kernel you |
|
|
312 | just compiled: |
| 311 | </p> |
313 | </p> |
| 312 | |
314 | |
| 313 | <pre caption="Viewing all available modules"> |
315 | <pre caption="Viewing all available modules"> |
| 314 | # <i>modprobe -l</i> |
316 | # <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'</i> |
| 315 | </pre> |
317 | </pre> |
| 316 | |
318 | |
| 317 | <p> |
319 | <p> |
| 318 | For instance, to automatically load the <c>3c59x.ko</c> module, edit the |
320 | For instance, to automatically load the <c>3c59x.ko</c> module, edit the |
| 319 | <path>kernel-2.6</path> file and enter the module name in it. |
321 | <path>kernel-2.6</path> file and enter the module name in it. |