Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-net-wireless.xml
Date: Mon, 22 Jul 2013 14:06:18
Message-Id: 20130722140610.C0F232171C@flycatcher.gentoo.org
1 swift 13/07/22 14:06:10
2
3 Modified: hb-net-wireless.xml
4 Log:
5 Fix bug #375345 - Add note about rfkill
6
7 Revision Changes Path
8 1.22 xml/htdocs/doc/en/handbook/hb-net-wireless.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.22&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.22&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?r1=1.21&r2=1.22
13
14 Index: hb-net-wireless.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v
17 retrieving revision 1.21
18 retrieving revision 1.22
19 diff -u -r1.21 -r1.22
20 --- hb-net-wireless.xml 18 Jan 2013 22:59:50 -0000 1.21
21 +++ hb-net-wireless.xml 22 Jul 2013 14:06:10 -0000 1.22
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-net-wireless.xml,v 1.21 2013/01/18 22:59:50 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v 1.22 2013/07/22 14:06:10 swift Exp $ -->
28
29 <sections>
30
31 @@ -12,8 +12,8 @@
32 Wireless configuration can be tricky. Hopefully we'll get you working!
33 </abstract>
34
35 -<version>10</version>
36 -<date>2011-08-13</date>
37 +<version>11</version>
38 +<date>2013-07-22</date>
39
40 <section>
41 <title>Introduction</title>
42 @@ -77,6 +77,15 @@
43 this happens you may use <c>linux-wlan-ng</c> with baselayout.
44 </warn>
45
46 +<p>
47 +Some wireless cards are deactivated by default. To activate them, please consult
48 +your hardware documentation. Some of these cards can be unblocked using the
49 +rfkill application. If that is the case, use "rfkill list" to see the available
50 +cards and "rfkill unblock &lt;index&gt;" to activate the wireless functionality.
51 +If not, you might need to unblock the wireless card through a button, switch
52 +or special key combination on your laptop.
53 +</p>
54 +
55 </body>
56 </section>
57 <section>