nightmorph    07/08/13 03:31:28

  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.2                  
xml/htdocs/doc/en/handbook/2007.1/hb-install-hppa-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-hppa-kernel.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-hppa-kernel.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-hppa-kernel.xml?r1=1.1&r2=1.2

Index: hb-install-hppa-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-hppa-kernel.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-hppa-kernel.xml  1 Aug 2007 18:25:54 -0000       1.1
+++ hb-install-hppa-kernel.xml  13 Aug 2007 03:31:28 -0000      1.2
@@ -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/2007.1/hb-install-hppa-kernel.xml,v
 1.1 2007/08/01 18:25:54 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-hppa-kernel.xml,v
 1.2 2007/08/13 03:31:28 nightmorph Exp $ -->
 
 <sections>
 
@@ -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 "&lt;kernel version&gt;" with the version of the kernel 
you
+just compiled:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>modprobe -l</i>
+# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname 
'*.ko'</i>
 </pre>
 
 <p>



1.2                  xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc-kernel.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc-kernel.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc-kernel.xml?r1=1.1&r2=1.2

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc-kernel.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ppc-kernel.xml   1 Aug 2007 18:25:54 -0000       1.1
+++ hb-install-ppc-kernel.xml   13 Aug 2007 03:31:28 -0000      1.2
@@ -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/2007.1/hb-install-ppc-kernel.xml,v
 1.1 2007/08/01 18:25:54 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc-kernel.xml,v
 1.2 2007/08/13 03:31:28 nightmorph Exp $ -->
 
 <sections>
 
@@ -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 "&lt;kernel version&gt;" with the version of the kernel 
you
+just compiled:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>modprobe -l</i>
+# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname 
'*.ko'</i>
 </pre>
 
 <p>



1.2                  
xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc64-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc64-kernel.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc64-kernel.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc64-kernel.xml?r1=1.1&r2=1.2

Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc64-kernel.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ppc64-kernel.xml 1 Aug 2007 18:25:54 -0000       1.1
+++ hb-install-ppc64-kernel.xml 13 Aug 2007 03:31:28 -0000      1.2
@@ -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/2007.1/hb-install-ppc64-kernel.xml,v
 1.1 2007/08/01 18:25:54 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-ppc64-kernel.xml,v
 1.2 2007/08/13 03:31:28 nightmorph Exp $ -->
 
 <sections>
 
@@ -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 "&lt;kernel version&gt;" with the version of the kernel 
you
+just compiled:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>modprobe -l</i>
+# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname 
'*.ko'</i>
 </pre>
 
 <p>



1.2                  
xml/htdocs/doc/en/handbook/2007.1/hb-install-sparc-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-sparc-kernel.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-sparc-kernel.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-sparc-kernel.xml?r1=1.1&r2=1.2

Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-sparc-kernel.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-sparc-kernel.xml 1 Aug 2007 18:25:54 -0000       1.1
+++ hb-install-sparc-kernel.xml 13 Aug 2007 03:31:28 -0000      1.2
@@ -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/2007.1/hb-install-sparc-kernel.xml,v
 1.1 2007/08/01 18:25:54 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.1/hb-install-sparc-kernel.xml,v
 1.2 2007/08/13 03:31:28 nightmorph Exp $ -->
 
 <sections>
 
@@ -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 "&lt;kernel version&gt;" with the version of the kernel 
you
+just compiled:
 </p>
 
 <pre caption="Viewing all available modules">
-# <i>modprobe -l</i>
+# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname 
'*.ko'</i>
 </pre>
 
 <p>



-- 
[EMAIL PROTECTED] mailing list

Reply via email to