Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-network.xml
Date: Fri, 26 Sep 2008 15:55:54
Message-Id: E1KjFfa-0002lv-Ii@stork.gentoo.org
1 swift 08/09/26 15:55:50
2
3 Modified: hb-install-network.xml
4 Log:
5 #238187 - Link to wireless networking chapter
6
7 Revision Changes Path
8 1.54 xml/htdocs/doc/en/handbook/hb-install-network.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml?rev=1.54&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml?rev=1.54&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml?r1=1.53&r2=1.54
13
14 Index: hb-install-network.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml,v
17 retrieving revision 1.53
18 retrieving revision 1.54
19 diff -u -r1.53 -r1.54
20 --- hb-install-network.xml 1 Apr 2008 08:53:46 -0000 1.53
21 +++ hb-install-network.xml 26 Sep 2008 15:55:50 -0000 1.54
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml,v 1.53 2008/04/01 08:53:46 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-network.xml,v 1.54 2008/09/26 15:55:50 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 networking.
33 </abstract>
34
35 -<version>5.0</version>
36 -<date>2008-04-01</date>
37 +<version>5.1</version>
38 +<date>2008-09-26</date>
39
40 <section>
41 <title>Automatic Network Detection</title>
42 @@ -425,6 +425,13 @@
43 WEP key, you can issue the following commands:
44 </p>
45
46 +<note>
47 +If your wireless network is set up with WPA or WPA2, you will need to use
48 +<c>wpa_supplicant</c>. For more information on configuring wireless networking
49 +in Gentoo Linux, please read the <uri link="?part=4&amp;chap=4">Wireless
50 +Networking</uri> chapter in the Gentoo Handbook.
51 +</note>
52 +
53 <pre caption="Changing ESSID and/or adding WEP key">
54 <comment>(This sets the network name to "GentooNode")</comment>
55 # <i>iwconfig eth0 essid GentooNode</i>