Gentoo Archives: gentoo-commits

From: "David Abbott (dabbott)" <dabbott@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
Date: Thu, 08 Oct 2009 11:12:05
Message-Id: E1Mvquh-0003lV-76@stork.gentoo.org
1 dabbott 09/10/08 11:12:03
2
3 Modified: faq.xml
4 Log:
5 added wireless
6
7 Revision Changes Path
8 1.9 xml/htdocs/proj/en/pr/releases/10.0/faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.8&r2=1.9
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- faq.xml 8 Oct 2009 09:32:01 -0000 1.8
21 +++ faq.xml 8 Oct 2009 11:12:02 -0000 1.9
22 @@ -141,6 +141,33 @@
23
24 </body>
25 </section>
26 +
27 +<section id="wireless">
28 +<title>Can I install firmware for my wireless card?</title>
29 +<body>
30 +
31 +<p>
32 +Sure, you just need to copy the firmware to /lib/firmware and reload your
33 +wireless cards modules. In the example below I install the firmware for a Ralink
34 +RT2501USB wireless LAN chipset, that requires non-free firmware for their
35 +operation, which can not be included on the Live DVD because of license issues.
36 +I copy the firmware from a 2GB usb stick.
37 +</p>
38 +
39 +<pre caption="Install the firmware">
40 +First lets mount the usb stick
41 +# <i>mkdir /mnt/pin</i>
42 +# <i>cp /mnt/pin/firmware/rt73.bin /lib/firmware</i>
43 +Now remove the current modules so we can reload and include the firmware.
44 +# <i>modprobe -r rt73usb rt2x00usb rt2x00lib</i>
45 +Time to insert modules amd load firmware.
46 +# <i>modprobe rt73usb</i>
47 +Lets restart wicd to pickup wlan0
48 +# <i>/etc/init.d/wicd restart</i>
49 +have fun
50 +</pre>
51 +</body>
52 +</section>
53 </chapter>
54
55 <chapter>