nightmorph 07/08/13 03:31:27
Modified: hb-install-hppa-kernel.xml
hb-install-ppc-kernel.xml
hb-install-ppc64-kernel.xml
hb-install-sparc-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.11
xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?r1=1.10&r2=1.11
Index: hb-install-hppa-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hb-install-hppa-kernel.xml 3 Aug 2007 10:47:22 -0000 1.10
+++ hb-install-hppa-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/2007.0/hb-install-hppa-kernel.xml,v
1.10 2007/08/03 10:47:22 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v
1.11 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.16 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?r1=1.15&r2=1.16
Index: hb-install-ppc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-install-ppc-kernel.xml 29 Jul 2007 22:48:00 -0000 1.15
+++ hb-install-ppc-kernel.xml 13 Aug 2007 03:31:27 -0000 1.16
@@ -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/2007.0/hb-install-ppc-kernel.xml,v
1.15 2007/07/29 22:48:00 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v
1.16 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.12
xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml?r1=1.11&r2=1.12
Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-ppc64-kernel.xml 3 Aug 2007 10:47:22 -0000 1.11
+++ hb-install-ppc64-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/2007.0/hb-install-ppc64-kernel.xml,v
1.11 2007/08/03 10:47:22 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-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>
@@ -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.12
xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?r1=1.11&r2=1.12
Index: hb-install-sparc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-sparc-kernel.xml 3 Aug 2007 10:47:22 -0000 1.11
+++ hb-install-sparc-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/2007.0/hb-install-sparc-kernel.xml,v
1.11 2007/08/03 10:47:22 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v
1.12 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>
--
[EMAIL PROTECTED] mailing list