josejx      06/01/04 22:51:33

  Modified:    xml/htdocs/doc/en gentoo-ppc-faq.xml
  Log:
  Added Power Up on Power Failure FAQ question.

Revision  Changes    Path
1.45      +31 -4     xml/htdocs/doc/en/gentoo-ppc-faq.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.45&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.45&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml.diff?r1=1.44&r2=1.45&cvsroot=gentoo

Index: gentoo-ppc-faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- gentoo-ppc-faq.xml  16 Dec 2005 01:28:20 -0000      1.44
+++ gentoo-ppc-faq.xml  4 Jan 2006 22:51:33 -0000       1.45
@@ -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-ppc-faq.xml,v 1.44 
2005/12/16 01:28:20 josejx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.45 
2006/01/04 22:51:33 josejx Exp $ -->
 
 <guide link="/doc/en/gentoo-ppc-faq.xml">
 <title>Gentoo Linux/PowerPC Frequently Asked Questions</title>
@@ -27,8 +27,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.23</version>
-<date>2005-12-14</date>
+<version>1.24</version>
+<date>2006-01-04</date>
 
 <chapter>
 <title>Questions</title>
@@ -141,6 +141,11 @@
       </li>
     </ul>
   </li>
+  <li>
+    <uri link="#wakeon">
+      How can I make my Mac power up after a power failure?
+    </uri>
+  </li>
 </ul>
 
 </body>
@@ -737,7 +742,6 @@
 </pre>
 
 <p>
-r
 (or configure as modules and ensure they're loaded on boot).
 </p>
 
@@ -748,6 +752,29 @@
 
 </body>
 </section>
+<section id="wakeon">
+<title>How do I make my Mac power up after a power failure?</title>
+<body>
+
+<p>
+The Power Management Unit (PMU) in most Macs has the ability to turn the Mac
+on again after a power loss.  This feature is controlled by the PMU options
+found in <path>/proc</path>.  To enable this feature, set <c>server_mode</c>
+to 1, to disable it, set <c>server_mode</c> to 0.
+</p>
+
+<pre caption="Enabling power on after power failure">
+# <i>echo "server_mode=1" > /proc/pmu/options</i>
+</pre>
+
+<p>
+Unfortunately, this setting is turned off again after the machine restarts. To
+ensure that your system always starts with power on after power failure
+enabled, add the line above to <path>/etc/conf.d/local.start</path>.
+</p>
+
+</body>
+</section>
 </chapter>
 
 <chapter>



-- 
[email protected] mailing list

Reply via email to