Gentoo Archives: gentoo-doc-cvs

From: Joseph Jezak <josejx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-ppc-faq.xml
Date: Wed, 04 Jan 2006 22:53:59
Message-Id: 200601042251.k04MpYD8031338@robin.gentoo.org
1 josejx 06/01/04 22:51:33
2
3 Modified: xml/htdocs/doc/en gentoo-ppc-faq.xml
4 Log:
5 Added Power Up on Power Failure FAQ question.
6
7 Revision Changes Path
8 1.45 +31 -4 xml/htdocs/doc/en/gentoo-ppc-faq.xml
9
10 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
11 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
12 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
13
14 Index: gentoo-ppc-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v
17 retrieving revision 1.44
18 retrieving revision 1.45
19 diff -u -r1.44 -r1.45
20 --- gentoo-ppc-faq.xml 16 Dec 2005 01:28:20 -0000 1.44
21 +++ gentoo-ppc-faq.xml 4 Jan 2006 22:51:33 -0000 1.45
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.44 2005/12/16 01:28:20 josejx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.45 2006/01/04 22:51:33 josejx Exp $ -->
27
28 <guide link="/doc/en/gentoo-ppc-faq.xml">
29 <title>Gentoo Linux/PowerPC Frequently Asked Questions</title>
30 @@ -27,8 +27,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.23</version>
35 -<date>2005-12-14</date>
36 +<version>1.24</version>
37 +<date>2006-01-04</date>
38
39 <chapter>
40 <title>Questions</title>
41 @@ -141,6 +141,11 @@
42 </li>
43 </ul>
44 </li>
45 + <li>
46 + <uri link="#wakeon">
47 + How can I make my Mac power up after a power failure?
48 + </uri>
49 + </li>
50 </ul>
51
52 </body>
53 @@ -737,7 +742,6 @@
54 </pre>
55
56 <p>
57 -r
58 (or configure as modules and ensure they're loaded on boot).
59 </p>
60
61 @@ -748,6 +752,29 @@
62
63 </body>
64 </section>
65 +<section id="wakeon">
66 +<title>How do I make my Mac power up after a power failure?</title>
67 +<body>
68 +
69 +<p>
70 +The Power Management Unit (PMU) in most Macs has the ability to turn the Mac
71 +on again after a power loss. This feature is controlled by the PMU options
72 +found in <path>/proc</path>. To enable this feature, set <c>server_mode</c>
73 +to 1, to disable it, set <c>server_mode</c> to 0.
74 +</p>
75 +
76 +<pre caption="Enabling power on after power failure">
77 +# <i>echo "server_mode=1" > /proc/pmu/options</i>
78 +</pre>
79 +
80 +<p>
81 +Unfortunately, this setting is turned off again after the machine restarts. To
82 +ensure that your system always starts with power on after power failure
83 +enabled, add the line above to <path>/etc/conf.d/local.start</path>.
84 +</p>
85 +
86 +</body>
87 +</section>
88 </chapter>
89
90 <chapter>
91
92
93
94 --
95 gentoo-doc-cvs@g.o mailing list