From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-69409-garchives=archives.gentoo.org@gentoo.org>)
	id 1IVane-0004ns-2V
	for garchives@archives.gentoo.org; Wed, 12 Sep 2007 22:35:10 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8CMQADe004477;
	Wed, 12 Sep 2007 22:26:10 GMT
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175])
	by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8CML9n0030543
	for <gentoo-user@lists.gentoo.org>; Wed, 12 Sep 2007 22:21:10 GMT
Received: by ug-out-1314.google.com with SMTP id j3so344946ugf
        for <gentoo-user@lists.gentoo.org>; Wed, 12 Sep 2007 15:21:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=beta;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
        bh=CshFRcP0qtupjT/LfMKOaRdVwCDcC9tz72f6lDymI0w=;
        b=o9uQdf491+OXlhUXUVPdU7rV+5RzQD2eCebf7ZIiWOIOt/sjQu1Oeu4cOQaHGYQmHlSqx4EeiPZVYlsKECR6sGP9C09Yq14P2z/H9VtgexxAWq0XabkrvDRANwL+15S+BkeuxVlBRB95vl4flqBid6uG5fqRzdwUWfKbxjCP+ZY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=beta;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
        b=tbX6TJooOibrpcKXW5g/ILYxjj9oE7pk3HpPMDMmTbKl08Xv6gPvlaPn4Ds/GBqLPdPTJTmPhkCivCbsypx3UrNoRECWEXCuPpMruHM4RkALhn+BYLY0JMAW4RcsFv5IQG+yuNFd/WNm4ut3qgGmsIVUMdnabUdGdcLj2E+RBbo=
Received: by 10.78.118.5 with SMTP id q5mr29594huc.1189635669293;
        Wed, 12 Sep 2007 15:21:09 -0700 (PDT)
Received: by 10.78.151.15 with HTTP; Wed, 12 Sep 2007 15:21:09 -0700 (PDT)
Message-ID: <8b0d9d410709121521j608b697dhb932151d0b60d75f@mail.gmail.com>
Date: Wed, 12 Sep 2007 19:21:09 -0300
From: "Danilo Marcelo" <danilo.marcelo@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] WPA Supplicant
In-Reply-To: <a39c95ee0709121453w38819474o3a2af596c1600ce0@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_19963_12873158.1189635669285"
References: <a39c95ee0709121423h2d73a533g6e5eeb47291ca8d7@mail.gmail.com>
	 <46E85D20.7090502@gmail.com>
	 <a39c95ee0709121453w38819474o3a2af596c1600ce0@mail.gmail.com>
X-Archives-Salt: a77a8fcc-4635-4619-91ec-a69f3e10d63c
X-Archives-Hash: 5c96840b13ccdf925ff57394e0c916d4

------=_Part_19963_12873158.1189635669285
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Try this:

cp /etc/wpa_supplicant.conf wpa_supplicant.conf.source
wpa_passphrase Easy_Mac k8aqn2zcz497zupa > /etc/wpa_supplicant.conf
killall wpa_supplicant or modprobe -r wpa_supplicant
wpa_supplicant -Dwext -ieth1 -B -c/etc/wpa_supplicant.conf -d



2007/9/12, AJ Spagnoletti <rubiks120@gmail.com>:
>
> >
> > Use: psk="k8aqn2zcz497zupa"
> >
> >
>
> Thanks for the help that did it
>
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> --
> gentoo-user@gentoo.org mailing list
>
>

------=_Part_19963_12873158.1189635669285
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div>Try this:</div>
<div>&nbsp;</div>
<div>cp /etc/wpa_supplicant.conf wpa_supplicant.conf.source</div>
<div>wpa_passphrase Easy_Mac k8aqn2zcz497zupa &gt; /etc/wpa_supplicant.conf</div>
<div>killall wpa_supplicant or modprobe -r wpa_supplicant</div>
<div>wpa_supplicant -Dwext -ieth1 -B -c/etc/wpa_supplicant.conf -d</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">2007/9/12, AJ Spagnoletti &lt;<a href="mailto:rubiks120@gmail.com">rubiks120@gmail.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt;<br>&gt; Use: psk=&quot;k8aqn2zcz497zupa&quot;<br>&gt;<br>&gt;<br><br>Thanks for the help that did it<br>
<br>&gt; --<br>&gt; <a href="mailto:gentoo-user@gentoo.org">gentoo-user@gentoo.org</a> mailing list<br>&gt;<br>&gt;<br>--<br><a href="mailto:gentoo-user@gentoo.org">gentoo-user@gentoo.org</a> mailing list<br><br></blockquote>
</div><br>

------=_Part_19963_12873158.1189635669285--
-- 
gentoo-user@gentoo.org mailing list