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: Mon, 12 Jun 2006 19:12:36
Message-Id: 20060612191206.27C5564A0A@smtp.gentoo.org
1 josejx 06/06/12 19:12:06
2
3 Modified: gentoo-ppc-faq.xml
4 Log:
5 Added XFS read-error question and updated snd-aoa and bcm43xx FAQ questions.
6
7 Revision Changes Path
8 1.51 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.51&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.51&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.50&r2=1.51&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.50
18 retrieving revision 1.51
19 diff -u -r1.50 -r1.51
20 --- gentoo-ppc-faq.xml 1 May 2006 03:13:47 -0000 1.50
21 +++ gentoo-ppc-faq.xml 12 Jun 2006 19:12:05 -0000 1.51
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.50 2006/05/01 03:13:47 josejx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.51 2006/06/12 19:12:05 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.27</version>
35 -<date>2006-04-30</date>
36 +<version>1.28</version>
37 +<date>2006-06-12</date>
38
39 <chapter>
40 <title>Questions</title>
41 @@ -100,6 +100,11 @@
42 </uri>
43 </li>
44 <li>
45 + <uri link="#xfs">
46 + When I try to boot, yaboot only says "read error"! Why can't I boot?
47 + </uri>
48 + </li>
49 + <li>
50 <uri link="#applebrokeit">
51 I installed an OSX update and now my computer only boots into OSX! How
52 can I fix it?
53 @@ -493,6 +498,25 @@
54
55 </body>
56 </section>
57 +<section id="xfs">
58 +<title>
59 +When I try to boot, yaboot only says "read error"! Why can't I boot?
60 +</title>
61 +<body>
62 +
63 +<p>
64 +You're probably using XFS for your root partition. While this is an option,
65 +yaboot has some issues accessing files with holes. To ensure that your kernel
66 +will boot, instead of copying the vmlinux file to /boot, simply <c>cat</c>
67 +the kernel as shown below.
68 +</p>
69 +
70 +<pre caption="Fixing yaboot read errors on XFS with cat">
71 +# <i>cat /usr/src/linux/vmlinux > /boot/vmlinux</i>
72 +</pre>
73 +
74 +</body>
75 +</section>
76 <section id="applebrokeit">
77 <title>
78 I installed an OSX update and now my computer only boots into OSX! How can I
79 @@ -675,18 +699,29 @@
80 The Airport Extreme is an 802.11b/g card that is included with modern Apple
81 portable computers. It is based on the Broadcom 43xx chipset which is supported
82 by the native <uri link="http://bcm43xx.berlios.de">bcm43xx driver</uri>
83 -project. Until this driver is added to the kernel, you can use the ebuild in
84 -portage.
85 +project. It has been included in the 2.6.17_rc2 kernel. To enable it select
86 +the options below (you must enable SoftMAC first!):
87 </p>
88
89 -<pre caption="Emerge the bcm43xx driver">
90 -# <i>emerge bcm43xx</i>
91 +<pre caption="Adding bcm43xx support to the kernel">
92 +Networking --&gt;
93 + &lt;M&gt; Generic IEEE 802.11 Networking Stack
94 + [*] Enable full debugging output
95 + &lt;M&gt; IEEE 802.11 WEP encryption (802.1x)
96 + &lt;M&gt; IEEE 802.11i CCMP support
97 + &lt;M&gt; IEEE 802.11i TKIP encryption
98 + &lt;M&gt; Software MAC add-on to the IEEE 802.11 networking stack
99 + [*] Enable full debugging output
100 +
101 +Device Drivers --&gt; Network device support --&gt; Wireless LAN drivers (non-hamradio) &amp; Wireless Extensions
102 + &lt;M&gt; Broadcom BCM43xx wireless support
103 + [*] Broadcom BCM43xx debugging (RECOMMENDED)
104 </pre>
105
106 <p>
107 -For additional information, please see this
108 -<uri link="http://forums.gentoo.org/viewtopic-t-409194.html">forum post</uri>
109 -for details.
110 +After compiling your kernel, you'll need to emerge <c>bcm43xx-fwcutter</c> to
111 +install the firmware. For additional information, please see this
112 +<uri link="http://forums.gentoo.org/viewtopic-t-409194.html">forum post.</uri>
113 </p>
114
115 <p>
116 @@ -768,16 +803,17 @@
117 </p>
118
119 <note>
120 -The sound card on Macs is connected through the i2c Keywest bus, not the PCI
121 -bus. You will not see the card listed when viewing the PCI bus. This is less
122 -of a problem then you might imagine, because all Macs use the same driver
123 -for sound, but you will need to insure that you have i2c Keywest support in
124 -your kernel.
125 +The sound card on Macs is connected through the i2c Keywest/PowerMac bus, not
126 +the PCI bus. You will not see the card listed when viewing the PCI bus or when
127 +using alsaconf. This is less of a problem then you might imagine, because all
128 +Macs use the same driver for sound, but you will need to insure that you have
129 +i2c Keywest/PowerMac support in your kernel.
130 </note>
131
132 <impo>
133 -If you compile in ALSA support, you need to also compile in i2c Keywest support.
134 -Failure to do this will result in kernel panics on boot!
135 +If you compile in ALSA support, you need to also compile in i2c
136 +Keywest/PowerMac support. Failure to do this will result in kernel panics on
137 +boot!
138 </impo>
139
140 </body>
141 @@ -815,9 +851,8 @@
142 (or configure as modules and ensure they're loaded on boot). If you have a
143 late model Powerbook, you should look into snd-aoa instead. If you're using
144 snd-aoa, be sure to disable the
145 -PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest) driver above. snd-aoa is
146 -available in this git repository:
147 -<uri>http://johannes.sipsolutions.net/snd-aoa.git</uri>
148 +PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest) driver above, but leave the
149 +rest of the options the same. Once you've built your kernel, emerge snd-aoa.
150 </p>
151
152 <note>
153 @@ -866,6 +901,11 @@
154 <c>i2c-core</c> in the kernel or as a module.
155 </p>
156
157 +<note>
158 +If you are still using OSS sound, please test the ALSA drivers instead and
159 +report any regressions to the ALSA bugzila. Thanks!
160 +</note>
161 +
162 </body>
163 </section>
164 <section id="wakeon">
165
166
167
168 --
169 gentoo-doc-cvs@g.o mailing list