swift       11/09/11 08:43:18

  Modified:             dri-howto.xml faq.xml gentoo-x86-tipsntricks.xml
                        migration-to-2.6.xml nvidia-guide.xml
                        udev-guide.xml vdr-guide.xml
  Log:
  Fix bug #382457 - Update all references to outdated /etc/modules.autoload.d

Revision  Changes    Path
1.49                 xml/htdocs/doc/en/dri-howto.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.49&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.49&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?r1=1.48&r2=1.49

Index: dri-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- dri-howto.xml       23 Mar 2011 09:34:13 -0000      1.48
+++ dri-howto.xml       11 Sep 2011 08:43:18 -0000      1.49
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.48 
2011/03/23 09:34:13 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.49 
2011/09/11 08:43:18 swift Exp $ -->
 
 <guide>
 <title>Hardware 3D Acceleration Guide</title>
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>4</version>
-<date>2011-03-23</date>
+<version>5</version>
+<date>2011-09-11</date>
 
 <chapter>
 <title>Introduction</title>
@@ -239,23 +239,23 @@
 </body>
 </section>
 <section>
-<title>Changes to modules.autoload.d</title>
+<title>Changes to /etc/conf.d/modules</title>
 <body>
 
 <p>
 You will need to add the module name that your card uses to
-<path>/etc/modules.autoload.d/kernel-2.6</path> to ensure that the module is
+<path>/etc/conf.d/modules</path> to ensure that the module is
 loaded automatically when the system starts up.
 </p>
 
-<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
+<pre caption="Editing /etc/conf.d/modules">
 <comment>(Change module name as required.)</comment>
-intel-agp
+modules="<i>intel-agp</i>"
 </pre>
 
 <note>
 If you compiled <c>agpgart</c> as a module, you will also need to add it to
-<path>/etc/modules.autoload.d/kernel-2.6</path>.
+<path>/etc/conf.d/modules</path>.
 </note>
 
 </body>



1.119                xml/htdocs/doc/en/faq.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.119&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.119&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?r1=1.118&r2=1.119

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- faq.xml     14 Oct 2010 06:09:40 -0000      1.118
+++ faq.xml     11 Sep 2011 08:43:18 -0000      1.119
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.118 2010/10/14 
06:09:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.119 2011/09/11 
08:43:18 swift Exp $ -->
 
 <guide>
 <title>Gentoo Linux Frequently Asked Questions</title>
@@ -47,8 +47,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>5</version>
-<date>2010-10-13</date>
+<version>6</version>
+<date>2011-09-11</date>
 
 <faqindex>
 <title>Questions</title>
@@ -364,8 +364,7 @@
 certain wireless network cards). You might need to load specific kernel modules
 for the kernel to properly detect the network card. If that is the case, make
 sure that these kernel modules are listed in
-<path>/etc/modules.autoload.d/kernel-2.6</path> (or <path>kernel-2.4</path> if
-you are still using a 2.4 kernel).
+<path>/etc/conf.d/modules</path>.
 </p>
 
 <p>



1.29                 xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?r1=1.28&r2=1.29

Index: gentoo-x86-tipsntricks.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- gentoo-x86-tipsntricks.xml  9 May 2011 20:15:47 -0000       1.28
+++ gentoo-x86-tipsntricks.xml  11 Sep 2011 08:43:18 -0000      1.29
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.28 
2011/05/09 20:15:47 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.29 
2011/09/11 08:43:18 swift Exp $ -->
 
 <guide>
 <title>Gentoo/x86 Installation Tips &amp; Tricks</title>
@@ -26,8 +26,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3</version>
-<date>2011-05-09</date>
+<version>4</version>
+<date>2011-09-11</date>
 
 <chapter>
 <title>Introduction</title>
@@ -287,12 +287,16 @@
 chrooted environment:
 </p>
 
-<pre caption="Adding all running modules to the modules.conf file">
-# <i>cat /proc/modules | cut -d ' ' -f 1 &gt;&gt; \</i>
-  <i>/etc/modules.autoload.d/kernel-`uname -r | cut -d . -f -2`</i>
-# <i>update-modules</i>
+<pre caption="Adding all running modules to the /etc/conf.d/modules file">
+# <i>printf "modules\"" &gt;&gt; /etc/conf.d/modules</i>
+# <i>cat /proc/modules | cut -d ' ' -f 1 &gt;&gt; /etc/conf.d/modules</i>
+# <i>printf "\"\n" &gt;&gt; /etc/conf.d/modules</i>
 </pre>
 
+<p>
+Verify the <path>/etc/conf.d/modules</path> content and update appropriately.
+</p>
+
 </body>
 </section>
 </chapter>



1.29                 xml/htdocs/doc/en/migration-to-2.6.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?r1=1.28&r2=1.29

Index: migration-to-2.6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- migration-to-2.6.xml        16 Mar 2011 07:41:36 -0000      1.28
+++ migration-to-2.6.xml        11 Sep 2011 08:43:18 -0000      1.29
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 
1.28 2011/03/16 07:41:36 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 
1.29 2011/09/11 08:43:18 swift Exp $ -->
 
 <guide>
 <title>The complete Gentoo Linux 2.6 migration guide</title>
@@ -29,8 +29,8 @@
 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2.
 </abstract>
 
-<version>1</version>
-<date>2011-03-16</date>
+<version>2</version>
+<date>2011-09-11</date>
 
 <chapter>
 <title>Introduction</title>
@@ -943,26 +943,16 @@
 </p>
 
 <p>
-You can achieve this similarly as to how you did with 2.4. Simply open up the
-file <path>/etc/modules.autoload.d/kernel-2.6</path> in a text editor and list
-the names of the modules you would like autoloaded.
+To achieve this, edit <path>/etc/conf.d/modules</path> in your favorite text
+editor and list the names of the modules you would like autoloaded.
 </p>
 
 <pre caption="Opening the module autoload list in nano">
-# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
+# <i>nano -w /etc/conf.d/modules</i>
 </pre>
 
-<pre caption="Sample autoload list to load the 3c59x and nvidia modules">
-# /etc/modules.autoload.d/kernel-2.6:  kernel modules to load when system 
boots.
-#
-# Note that this file is for 2.6 kernels.
-#
-# Add the names of modules that you'd like to load when the system
-# starts into this file, one per line. Comments begin with # and
-# are ignored. Read man modules.autoload for additional details.
-
-3c59x
-nvidia
+<pre caption="Sample configuration entry to load the 3c59x and nvidia modules">
+modules="<i>3c59x nvidia</i>"
 </pre>
 
 </body>



1.51                 xml/htdocs/doc/en/nvidia-guide.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.51&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.51&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.50&r2=1.51

Index: nvidia-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- nvidia-guide.xml    13 Jul 2010 19:55:51 -0000      1.50
+++ nvidia-guide.xml    11 Sep 2011 08:43:18 -0000      1.51
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.50 
2010/07/13 19:55:51 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.51 
2011/09/11 08:43:18 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -28,8 +28,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.41</version>
-<date>2010-07-13</date>
+<version>2</version>
+<date>2011-09-11</date>
 
 <chapter>
 <title>Introduction</title>
@@ -295,19 +295,14 @@
 <p>
 To prevent you having to manually load the module on every bootup, you probably
 want to have this done automatically each time you boot your system, so edit
-<path>/etc/modules.autoload.d/kernel-2.6</path> and add <c>nvidia</c> to it.
-Don't forget to run <c>update-modules</c> afterwards.
+<path>/etc/conf.d/modules</path> and add <c>nvidia</c> to it.
 </p>
 
 <impo>
 If you compiled <c>agpgart</c> as a module, you will need to add it to
-<path>/etc/modules.autoload.d/kernel-2.6</path>.
+<path>/etc/conf.d/modules</path> as well.
 </impo>
 
-<pre caption="Running update-modules">
-# <i>update-modules</i>
-</pre>
-
 </body>
 </section>
 <section>



1.54                 xml/htdocs/doc/en/udev-guide.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.54&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.54&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.53&r2=1.54

Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- udev-guide.xml      12 Mar 2011 05:44:14 -0000      1.53
+++ udev-guide.xml      11 Sep 2011 08:43:18 -0000      1.54
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.53 
2011/03/12 05:44:14 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.54 
2011/09/11 08:43:18 swift Exp $ -->
 
 <guide>
 <title>Gentoo udev Guide</title>
@@ -23,8 +23,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>8</version>
-<date>2011-03-11</date>
+<version>9</version>
+<date>2011-09-11</date>
 
 <chapter>
 <title>What is udev?</title>
@@ -191,20 +191,10 @@
 
 <p>
 If you use the proprietary driver from nVidia and the X server fails to start 
on
-a udev-only system, then make sure you have:
+a udev-only system, then make sure you have the <c>nvidia</c> module listed in 
+<path>/etc/conf.d/modules</path>.
 </p>
 
-<ul>
-  <li>
-    the <c>nvidia</c> module listed in
-    <path>/etc/modules.autoload.d/kernel-2.6</path>
-  </li>
-  <li>
-    a version of baselayout equal to or greater than
-    <c>sys-apps/baselayout-1.8.12</c>
-  </li>
-</ul>
-
 </body>
 </section>
 <section>
@@ -347,13 +337,14 @@
 
 <p>
 Next, load the modules in the correct order. Add them to
-<path>/etc/modules.autoload.d/kernel-2.6</path> <e>in the exact order you want
+<path>/etc/conf.d/modules</path> <e>in the exact order you want
 them loaded</e>.
 </p>
 
 <pre caption="Loading modules in the correct order">
-# <i>echo "budget" >> /etc/modules.autoload.d/kernel-2.6</i>
-# <i>echo "b2c2-flexcop-pci" >> /etc/modules.autoload.d/kernel-2.6</i>
+# <i>nano -w /etc/conf.d/modules</i>
+
+modules="<i>budget b2c2-flexcop-pci</i>"
 </pre>
 
 </body>
@@ -363,13 +354,6 @@
 <body>
 
 <p>
-If device nodes are not created when a module is loaded from
-<path>/etc/modules.autoload.d/kernel-2.6</path> but they appear when you load
-the module manually with modprobe then you should try upgrading to
-<c>sys-apps/baselayout-1.8.12</c> or later.
-</p>
-
-<p>
 Support for the framebuffer devices (<path>/dev/fb/*</path>) comes with the
 kernel starting from version 2.6.6-rc2.
 </p>



1.13                 xml/htdocs/doc/en/vdr-guide.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vdr-guide.xml?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vdr-guide.xml?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vdr-guide.xml?r1=1.12&r2=1.13

Index: vdr-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vdr-guide.xml       4 Sep 2011 17:53:40 -0000       1.12
+++ vdr-guide.xml       11 Sep 2011 08:43:18 -0000      1.13
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v 1.12 
2011/09/04 17:53:40 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v 1.13 
2011/09/11 08:43:18 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -26,8 +26,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.8</version>
-<date>2008-09-28</date>
+<version>2</version>
+<date>2011-09-11</date>
 
 <chapter>
 <title>General information to DVB</title>
@@ -138,11 +138,13 @@
 
 <p>
 In this case we have to load the module <c>b2c2-flexcop-pci</c>. We add the
-name to <path>/etc/modules.autoload.d/kernel-2.6</path>.
+name to <path>/etc/conf.d/modules</path>.
 </p>
 
 <pre caption="Adding the module name">
-# <i>echo b2c2-flexcop-pci &gt;&gt; /etc/modules.autoload.d/kernel-2.6</i>
+# <i>nano -w /etc/conf.d/modules</i>
+
+modules="<i>b2c2-flexcop-pci</i>"
 </pre>
 
 </body>
@@ -370,7 +372,9 @@
 
 <pre caption="Installing the plugin">
 # <i>emerge vdr-dxr3</i>
-# <i>echo em8300 &gt;&gt; /etc/modules.autoload.d/kernel-2.6</i>
+# <i>nano -w /etc/conf.d/modules</i>
+
+modules="<i>em8300</i>"
 </pre>
 
 <p>
@@ -400,12 +404,14 @@
 We need to install the <c>vdr-pvr350</c> plugin.  If <c>ivtv-driver</c> is not
 yet installed emerge will automatically install it for you. To have the ivtv
 module loaded at boot we add it to
-<path>/etc/modules.autoload.d/kernel-2.6</path>:
+<path>/etc/conf.d/modules</path>:
 </p>
 
 <pre caption="Installing PVR350-Plugin">
 # <i>emerge vdr-pvr350</i>
-# <i>echo ivtv &gt;&gt; /etc/modules.autoload.d/kernel-2.6</i>
+# <i>nano -w /etc/conf.d/modules</i>
+
+modules="<i>ivtv</i>"
 </pre>
 
 <p>




Reply via email to