nightmorph 07/08/13 03:31:27
Modified: hb-install-alpha-kernel.xml
hb-install-arm-kernel.xml
hb-install-hppa-kernel.xml
hb-install-ia64-kernel.xml
hb-install-mips-kernel.xml
hb-install-ppc-kernel.xml
hb-install-ppc64-kernel.xml
hb-install-sparc-kernel.xml
hb-install-x86+amd64-kernel.xml
Log:
looks like modprobe -l will only work for the running kernel, not for the
kernel just compiled. fixed in all handbooks, bug 188250
Revision Changes Path
1.44 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.44&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.44&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.43&r2=1.44
Index: hb-install-alpha-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- hb-install-alpha-kernel.xml 3 Aug 2007 10:48:04 -0000 1.43
+++ hb-install-alpha-kernel.xml 13 Aug 2007 03:31:27 -0000 1.44
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
1.44 2007/08/13 03:31:27 nightmorph Exp $ -->
<sections>
-<version>8.2</version>
-<date>2007-07-29</date>
+<version>8.3</version>
+<date>2007-08-12</date>
<section>
<title>Timezone</title>
@@ -359,11 +359,13 @@
</p>
<p>
-To view all available modules, run the following command:
+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>modprobe -l</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname
'*.ko'</i>
</pre>
<p>
1.11 xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.10&r2=1.11
Index: hb-install-arm-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hb-install-arm-kernel.xml 3 Aug 2007 10:48:04 -0000 1.10
+++ hb-install-arm-kernel.xml 13 Aug 2007 03:31:27 -0000 1.11
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
-<version>8.3</version>
-<date>2007-07-29</date>
+<version>8.4</version>
+<date>2007-08-12</date>
<section>
<title>Timezone</title>
@@ -307,11 +307,13 @@
</p>
<p>
-To view all available modules, run the following command:
+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>modprobe -l</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname
'*.ko'</i>
</pre>
<p>
1.44 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.44&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.44&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.43&r2=1.44
Index: hb-install-hppa-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- hb-install-hppa-kernel.xml 3 Aug 2007 10:48:04 -0000 1.43
+++ hb-install-hppa-kernel.xml 13 Aug 2007 03:31:27 -0000 1.44
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
1.43 2007/08/03 10:48:04 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
1.44 2007/08/13 03:31:27 nightmorph Exp $ -->
<sections>
-<version>8.2</version>
-<date>2007-07-29</date>
+<version>8.3</version>
+<date>2007-08-12</date>
<section>
<title>Timezone</title>
@@ -354,11 +354,13 @@
</p>
<p>
-To view all available modules, run the following command:
+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>modprobe -l</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname
'*.ko'</i>
</pre>
<p>
1.12 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.11&r2=1.12
Index: hb-install-ia64-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-ia64-kernel.xml 3 Aug 2007 10:48:04 -0000 1.11
+++ hb-install-ia64-kernel.xml 13 Aug 2007 03:31:27 -0000 1.12
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
1.11 2007/08/03 10:48:04 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
1.12 2007/08/13 03:31:27 nightmorph Exp $ -->
<sections>
-<version>8.3</version>
-<date>2007-07-29</date>
+<version>8.4</version>
+<date>2007-08-12</date>
<section>
<title>Timezone</title>
@@ -359,11 +359,13 @@
</p>
<p>
-To view all available modules, run the following command:
+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>modprobe -l</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname
'*.ko'</i>
</pre>
<p>
1.30 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.30&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.30&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.29&r2=1.30
Index: hb-install-mips-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- hb-install-mips-kernel.xml 3 Aug 2007 10:48:04 -0000 1.29
+++ hb-install-mips-kernel.xml 13 Aug 2007 03:31:27 -0000 1.30
@@ -4,11 +4,11 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
1.29 2007/08/03 10:48:04 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
1.30 2007/08/13 03:31:27 nightmorph Exp $ -->
<sections>
-<version>8.2</version>
-<date>2007-07-29</date>
+<version>8.3</version>
+<date>2007-08-12</date>
<section>
<title>Timezone</title>
@@ -302,11 +302,13 @@
</p>
<p>
-To view all available modules, run the following command:
+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>modprobe -l</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname
'*.ko'</i>
</pre>
<p>
1.56 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.56&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.56&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.55&r2=1.56
Index: hb-install-ppc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- hb-install-ppc-kernel.xml 29 Jul 2007 22:48:00 -0000 1.55
+++ hb-install-ppc-kernel.xml 13 Aug 2007 03:31:27 -0000 1.56
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.55
2007/07/29 22:48:00 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.56
2007/08/13 03:31:27 nightmorph Exp $ -->
<sections>
-<version>8.3</version>
-<date>2007-07-29</date>
+<version>8.4</version>
+<date>2007-08-12</date>
<section>
<title>Timezone</title>
@@ -357,11 +357,13 @@
</p>
<p>
-To view all available modules, run the following command:
+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>modprobe -l</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname
'*.ko'</i>
</pre>
<p>
1.33 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.33&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.33&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.32&r2=1.33
Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hb-install-ppc64-kernel.xml 3 Aug 2007 10:48:04 -0000 1.32
+++ hb-install-ppc64-kernel.xml 13 Aug 2007 03:31:27 -0000 1.33
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
1.32 2007/08/03 10:48:04 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
1.33 2007/08/13 03:31:27 nightmorph Exp $ -->
<sections>
-<version>8.2</version>
-<date>2007-07-29</date>
+<version>8.3</version>
+<date>2007-08-12</date>
<section>
<title>Timezone</title>
@@ -244,11 +244,13 @@
</p>
<p>
-To view all available modules, run the following command:
+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>modprobe -l</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname
'*.ko'</i>
</pre>
<p>
1.32 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.32&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.32&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.31&r2=1.32
Index: hb-install-sparc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- hb-install-sparc-kernel.xml 3 Aug 2007 10:48:04 -0000 1.31
+++ hb-install-sparc-kernel.xml 13 Aug 2007 03:31:27 -0000 1.32
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
1.31 2007/08/03 10:48:04 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
1.32 2007/08/13 03:31:27 nightmorph Exp $ -->
<sections>
-<version>8.2</version>
-<date>2007-07-29</date>
+<version>8.3</version>
+<date>2007-08-12</date>
<section>
<title>Timezone</title>
@@ -297,11 +297,13 @@
</p>
<p>
-To view all available modules, run the following command:
+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>modprobe -l</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname
'*.ko'</i>
</pre>
<p>
1.17 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.17&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.17&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.16&r2=1.17
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hb-install-x86+amd64-kernel.xml 3 Aug 2007 10:48:04 -0000 1.16
+++ hb-install-x86+amd64-kernel.xml 13 Aug 2007 03:31:27 -0000 1.17
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
1.16 2007/08/03 10:48:04 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
1.17 2007/08/13 03:31:27 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>5.3</version>
-<date>2007-07-29</date>
+<version>5.4</version>
+<date>2007-08-12</date>
<section>
<title>Timezone</title>
@@ -466,11 +466,13 @@
</p>
<p>
-To view all available modules, run the following command:
+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>modprobe -l</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname
'*.ko'</i>
</pre>
<p>
--
[EMAIL PROTECTED] mailing list