nightmorph 10/11/07 20:16:49 Modified: hb-net-wireless.xml Log: add a quick grep command for the kernel check, bug 344567
Revision Changes Path 1.19 xml/htdocs/doc/en/handbook/hb-net-wireless.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?r1=1.18&r2=1.19 Index: hb-net-wireless.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- hb-net-wireless.xml 22 Aug 2010 06:16:44 -0000 1.18 +++ hb-net-wireless.xml 7 Nov 2010 20:16:49 -0000 1.19 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v 1.18 2010/08/22 06:16:44 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v 1.19 2010/11/07 20:16:49 nightmorph Exp $ --> <sections> @@ -12,8 +12,8 @@ Wireless configuration can be tricky. Hopefully we'll get you working! </abstract> -<version>9.0</version> -<date>2010-05-24</date> +<version>9.1</version> +<date>2010-11-07</date> <section> <title>Introduction</title> @@ -94,7 +94,8 @@ <impo> You have to have <c>CONFIG_PACKET</c> enabled in your kernel for -<c>wpa_supplicant</c> to work. +<c>wpa_supplicant</c> to work. Try running <c>grep CONFIG_PACKET +/usr/src/linux/.config</c> to see if you have it enabled in your kernel. </impo> <note>