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: Thu, 17 Jan 2008 05:38:46
Message-Id: E1JFNSc-00077s-PF@stork.gentoo.org
1 josejx 08/01/17 05:38:42
2
3 Modified: gentoo-ppc-faq.xml
4 Log:
5 Fixed a typo (thanks kojiro) and updated some entries.
6
7 Revision Changes Path
8 1.64 xml/htdocs/doc/en/gentoo-ppc-faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.64&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.64&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?r1=1.63&r2=1.64
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.63
18 retrieving revision 1.64
19 diff -u -r1.63 -r1.64
20 --- gentoo-ppc-faq.xml 1 Jan 2008 21:32:30 -0000 1.63
21 +++ gentoo-ppc-faq.xml 17 Jan 2008 05:38:42 -0000 1.64
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.63 2008/01/01 21:32:30 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.64 2008/01/17 05:38:42 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.36</version>
35 -<date>2008-01-01</date>
36 +<version>1.37</version>
37 +<date>2008-01-16</date>
38
39 <faqindex>
40 <title>Questions</title>
41 @@ -220,7 +220,7 @@
42 Early Beige G3 machines (those with a "Rev 1" motherboard with an ATI RageII+
43 chip) do not support slave IDE drives. To use a second hard drive with this
44 machine, you would have to attach it to the internal or external SCSI
45 -connector, use install a PCI IDE card. Later G3 machines do not have this
46 +connector or install a PCI IDE card. Later G3 machines do not have this
47 limitation. See <uri>http://www.xlr8yourmac.com/G3-ZONE/IDE/index.html</uri>
48 for more information.
49 </p>
50 @@ -509,28 +509,28 @@
51 <p>
52 The Airport Extreme is an 802.11b/g card that is included with modern Apple
53 portable computers. It is based on the Broadcom 43xx chipset which is supported
54 -by the native <uri link="http://bcm43xx.berlios.de">bcm43xx driver</uri>
55 -project. It has been included in the 2.6.17_rc2 kernel. To enable it select
56 -the options below (you must enable SoftMAC first!):
57 +by the native b43 driver project. It has been included in the 2.6.24 kernel.
58 +Note that the driver should select the proper driver between b43 and b43-legacy.
59 +The firmware used for these two drivers is different, with the legacy version
60 +supporting older 4306 cards. If you have a 4306 card, build both, otherwise,
61 +it should be safe to only build b43. Also, to enable either driver, mac80211
62 +must be selected first.
63 </p>
64
65 -<pre caption="Adding bcm43xx support to the kernel">
66 -Networking --&gt;
67 - &lt;M&gt; Generic IEEE 802.11 Networking Stack
68 - [*] Enable full debugging output
69 - &lt;M&gt; IEEE 802.11 WEP encryption (802.1x)
70 - &lt;M&gt; IEEE 802.11i CCMP support
71 - &lt;M&gt; IEEE 802.11i TKIP encryption
72 - &lt;M&gt; Software MAC add-on to the IEEE 802.11 networking stack
73 - [*] Enable full debugging output
74 +<pre caption="Adding b43 support to the kernel">
75 +Networking --&gt; Wireless --&gt;
76 + &lt;M&gt; Generic IEEE 802.11 Networking Stack (mac80211)
77
78 -Device Drivers --&gt; Network device support --&gt; Wireless LAN drivers (non-hamradio) &amp; Wireless Extensions
79 - &lt;M&gt; Broadcom BCM43xx wireless support
80 - [*] Broadcom BCM43xx debugging (RECOMMENDED)
81 +Device Drivers --&gt; Network device support --&gt;
82 + [*] Wireless LAN (IEEE 802.11)
83 + &lt;M&gt; Broadcom 43xx wireless support (mac80211 stack)
84 + [*] Broadcom 43xx debugging
85 + &lt;M&gt; Broadcom 43xx-legacy wireless support (mac80211 stack)
86 + [*] Broadcom 43xx-legacy debugging
87 </pre>
88
89 <p>
90 -After compiling your kernel, you'll need to emerge <c>bcm43xx-fwcutter</c> to
91 +After compiling your kernel, you'll need to emerge <c>b43-fwcutter</c> to
92 install the firmware. For additional information, please see this
93 <uri link="http://forums.gentoo.org/viewtopic-t-409194.html">forum post.</uri>
94 </p>
95 @@ -880,15 +880,12 @@
96
97 <p>
98 Well, not really. Macromedia has not supplied a linux/ppc binary and open
99 -source implementations are incomplete and buggy at this time. The best of the
100 -available projects is
101 -<uri link="http://www.gnu.org/software/gnash/">gnash</uri>.
102 -</p>
103 -
104 -<p>
105 -Another possible workaround for now is to use qemu (an x86 emulator) to run the
106 -Macromedia Flash Player stand alone player. This process was described in the
107 -forums: <uri>http://forums.gentoo.org/viewtopic.php?t=117774</uri>
108 +source implementations are incomplete at this time. However, there are two
109 +projects that can play many flash objects,
110 +<uri link="http://www.gnu.org/software/gnash/">gnash</uri> and
111 +<uri link="http://swfdec.freedesktop.org/">swfdec</uri>.
112 +Both are capable of playing back Youtube movies and lots of other popular
113 +content.
114 </p>
115
116 </body>
117 @@ -898,8 +895,8 @@
118 <body>
119
120 <p>
121 -Yes, a Java plugin is now available with IBM's Java 1.5. Note that not all
122 -Java applications work with Java 1.5 yet.
123 +Yes, a Java plugin is now available with IBM's Java 1.5 and 1.6. Note that not
124 +all Java applications work with these Java versions yet.
125 </p>
126
127 </body>
128 @@ -909,12 +906,12 @@
129 <body>
130
131 <p>
132 -Simply emerge <c>Xorgautoconfig</c>. Once the package has been emerged, run
133 -<c>Xorgautoconfig</c> to generate the config for your setup. If you would like
134 -to set a keyboard layout, you can use the --keymap flag. Note that although
135 -<c>Xorgautoconfig</c> does set up DRM for most users, you may need to change
136 -your kernel configuration to support this. Be sure that you've configured your
137 -kernel as shown in the question below for optimal performance.
138 +Simply emerge <c>xac</c>. Once the package has been emerged, run <c>xac</c> to
139 +generate the config for your setup. If you would like to set a keyboard layout,
140 +you can use the --kbd-layout option. Note that although <c>xac</c> does set up
141 +DRM for most users, you may need to change your kernel configuration and emerge
142 +additional drivers to support the suggested configuration. Be sure that you've
143 +configured your kernel as shown in the question below for optimal performance.
144 </p>
145
146 </body>
147 @@ -968,7 +965,7 @@
148 <p>
149 Rebuild and install the kernel if necessary. After this, make sure you
150 have booted to the native framebuffer (i.e. radeonfb or atyfb128 and
151 -<e>not</e> from offb or ofonly video), and run <c>Xorgautoconfig</c>.
152 +<e>not</e> from offb or ofonly video), and run <c>xac</c>.
153 </p>
154
155 <impo>
156
157
158
159 --
160 gentoo-doc-cvs@l.g.o mailing list