From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PFBfe-0003XF-NE for garchives@archives.gentoo.org; Sun, 07 Nov 2010 20:17:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CEF2E07CC; Sun, 7 Nov 2010 20:16:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CC5DFE07CC for ; Sun, 7 Nov 2010 20:16:51 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A26E1B4196 for ; Sun, 7 Nov 2010 20:16:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id B63D620051; Sun, 7 Nov 2010 20:16:49 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-net-wireless.xml X-VCS-Repository: gentoo X-VCS-Files: hb-net-wireless.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20101107201649.B63D620051@flycatcher.gentoo.org> Date: Sun, 7 Nov 2010 20:16:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 40e22401-b855-4981-8c2a-4472cd0b7912 X-Archives-Hash: 20e2dc1c74b9ba60fe6f95cc711b50bd 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/hand= book/hb-net-wireless.xml?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-net-wireless.xml?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-net-wireless.xml?r1=3D1.18&r2=3D1.19 Index: hb-net-wireless.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ =20 - + =20 =20 @@ -12,8 +12,8 @@ Wireless configuration can be tricky. Hopefully we'll get you working! =20 -9.0 -2010-05-24 +9.1 +2010-11-07 =20
Introduction @@ -94,7 +94,8 @@ =20 You have to have CONFIG_PACKET enabled in your kernel for -wpa_supplicant to work. +wpa_supplicant to work. Try running grep CONFIG_PACKET +/usr/src/linux/.config to see if you have it enabled in your kernel. =20