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:29:15
Message-Id: E1MvrBJ-0004Kn-Ei@stork.gentoo.org
1 dabbott 09/10/08 11:29:13
2
3 Modified: faq.xml
4 Log:
5 fixed mount error
6
7 Revision Changes Path
8 1.11 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.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.11&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.10&r2=1.11
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.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- faq.xml 8 Oct 2009 11:19:16 -0000 1.10
21 +++ faq.xml 8 Oct 2009 11:29:13 -0000 1.11
22 @@ -160,6 +160,7 @@
23 <pre caption="Install the firmware">
24 First lets mount the usb stick
25 # <i>mkdir /mnt/pin</i>
26 +# <i>mount /dev/sdb1 /mnt/pin</i>
27 # <i>cp /mnt/pin/firmware/rt73.bin /lib/firmware</i>
28 Now remove the current modules so we can reload and include the firmware.
29 # <i>modprobe -r rt73usb rt2x00usb rt2x00lib</i>