nightmorph 07/04/16 05:39:54
Modified: alsa-guide.xml gentoo-x86-tipsntricks.xml
nvidia-guide.xml power-management-guide.xml
Log:
changed modules-update command to update-modules, per the runtime warning
about modules-update being deprecated. weird. seems update-modules used to be
the name anyway years ago, see lpi 101 part 2.
Revision Changes Path
1.76 xml/htdocs/doc/en/alsa-guide.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.76&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.76&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.75&r2=1.76
Index: alsa-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- alsa-guide.xml 10 Mar 2007 13:02:28 -0000 1.75
+++ alsa-guide.xml 16 Apr 2007 05:39:54 -0000 1.76
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.75
2007/03/10 13:02:28 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.76
2007/04/16 05:39:54 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -24,8 +24,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.18</version>
-<date>2007-02-17</date>
+<version>2.19</version>
+<date>2007-04-15</date>
<chapter>
<title>Introduction</title>
@@ -482,7 +482,7 @@
your sound card from a list. Once that's done, it will ask you permission to
automatically make required changes to <path>/etc/modules.d/alsa</path>.
It will then adjust your volume settings to optimum levels, run
-<c>modules-update</c> and start the <path>/etc/init.d/alsasound</path> service.
+<c>update-modules</c> and start the <path>/etc/init.d/alsasound</path> service.
Once <c>alsaconf</c> exits, you can proceed with setting up the ALSA
initscript.
</p>
1.24 xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.24&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.24&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?r1=1.23&r2=1.24
Index: gentoo-x86-tipsntricks.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gentoo-x86-tipsntricks.xml 10 Apr 2007 06:48:59 -0000 1.23
+++ gentoo-x86-tipsntricks.xml 16 Apr 2007 05:39:54 -0000 1.24
@@ -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.23
2007/04/10 06:48:59 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.24
2007/04/16 05:39:54 nightmorph Exp $ -->
<guide link="/doc/en/gentoo-x86-tipsntricks.xml">
<title>Gentoo/x86 Installation Tips & Tricks</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.13</version>
-<date>2007-04-09</date>
+<version>1.14</version>
+<date>2007-04-15</date>
<chapter>
<title>Introduction</title>
@@ -284,7 +284,7 @@
<pre caption="Adding all running modules to the modules.conf file">
# <i>cat /proc/modules | cut -d ' ' -f 1 >> \</i>
<i>/etc/modules.autoload.d/kernel-`uname -r | cut -d . -f -2`</i>
-# <i>modules-update</i>
+# <i>update-modules</i>
</pre>
</body>
1.40 xml/htdocs/doc/en/nvidia-guide.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.40&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.40&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.39&r2=1.40
Index: nvidia-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- nvidia-guide.xml 24 Mar 2007 01:04:16 -0000 1.39
+++ nvidia-guide.xml 16 Apr 2007 05:39:54 -0000 1.40
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.39
2007/03/24 01:04:16 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.40
2007/04/16 05:39:54 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/nvidia-guide.xml">
@@ -28,8 +28,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.30</version>
-<date>2007-03-23</date>
+<version>1.31</version>
+<date>2007-04-15</date>
<chapter>
<title>Introduction</title>
@@ -325,7 +325,7 @@
want to have this done automatically each time you boot your system, so edit
<path>/etc/modules.autoload.d/kernel-2.6</path> (or <path>kernel-2.4</path>,
depending on which kernel version you use) and add <c>nvidia</c> to it. Don't
-forget to run <c>modules-update</c> afterwards.
+forget to run <c>update-modules</c> afterwards.
</p>
<impo>
@@ -334,8 +334,8 @@
depending on your kernel version).
</impo>
-<pre caption="Running modules-update">
-# <i>modules-update</i>
+<pre caption="Running update-modules">
+# <i>update-modules</i>
</pre>
</body>
@@ -557,7 +557,7 @@
The <c>nvidia</c> kernel module accepts a number of parameters (options) which
you can use to tweak the behaviour of the driver. Most of these are mentioned
in
the documentation. To add or change the values of these parameters, edit the
-file <c>/etc/modules.d/nvidia</c>. Remember to run <c>modules-update</c> after
+file <c>/etc/modules.d/nvidia</c>. Remember to run <c>update-modules</c> after
modifying this file, and bear in mind that you will need to reload the
<c>nvidia</c> module before the new settings take effect.
</p>
@@ -566,7 +566,7 @@
<comment>(Edit /etc/modules.d/nvidia in your favourite editor)</comment>
# <i>nano -w /etc/modules.d/nvidia</i>
<comment>(Update module information)</comment>
-# <i>modules-update</i>
+# <i>update-modules</i>
<comment>(Unload the nvidia module...)</comment>
# <i>modprobe -r nvidia</i>
<comment>(...and load it once again)</comment>
1.26 xml/htdocs/doc/en/power-management-guide.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.26&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.26&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?r1=1.25&r2=1.26
Index: power-management-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- power-management-guide.xml 15 Mar 2007 19:24:34 -0000 1.25
+++ power-management-guide.xml 16 Apr 2007 05:39:54 -0000 1.26
@@ -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/power-management-guide.xml,v 1.25
2007/03/15 19:24:34 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.26
2007/04/16 05:39:54 nightmorph Exp $ -->
<guide link="/doc/en/power-management-guide.xml">
<title>Power Management Guide</title>
@@ -10,6 +10,9 @@
<author title="Editor">
<mail link="[EMAIL PROTECTED]">Chris White</mail>
</author>
+<author title="Editor">
+ <mail link="[EMAIL PROTECTED]">Joshua Saddler</mail>
+</author>
<abstract>
Power Management is the key to extend battery run time on mobile systems like
@@ -20,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.31</version>
-<date>2007-02-20</date>
+<version>1.32</version>
+<date>2007-04-15</date>
<chapter>
<title>Introduction</title>
@@ -875,7 +878,7 @@
<pre caption="automatically loading the ibm_acpi module">
<comment>(Please read the warnings above before doing this!)</comment>
# <i>echo "options ibm_acpi experimental=1" >> /etc/modules.d/ibm_acpi</i>
-# <i>/sbin/modules-update</i>
+# <i>/sbin/update-modules</i>
# <i>echo ibm_acpi >> /etc/modules.autoload.d/kernel-2.6</i>
# <i>modprobe ibm_acpi</i>
</pre>
--
[EMAIL PROTECTED] mailing list