From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L41y3-0003Jz-VX for garchives@archives.gentoo.org; Sat, 22 Nov 2008 23:32:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3037DE0441; Sat, 22 Nov 2008 23:32:47 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.243]) by pigeon.gentoo.org (Postfix) with ESMTP id DB580E0441 for ; Sat, 22 Nov 2008 23:32:46 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id b17so1692498rvf.46 for ; Sat, 22 Nov 2008 15:32:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=F5C5p1T/wprYFnxxgm4fWuA8Zs5GHs+szrs7uwbkFio=; b=LYzs8uiGqQAGD+MxJ+naeF87SFcXSSU3Gl073dRQMT21R0NWJ3zygcICWx/SyM8LZf iZMVXu+2g2EJGpJNNQ5NScyV6zq9TaNjsdykfRx1HD7nBdJAy8Z7ZoEuh9RyQJSHAUak j4fQJrtq7zTXX+PXHnOKnrDR0C415kL15sdl0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=ElWp6RCk0yYK7P4YY1oSlI0w4sdvA9mCpj23FRwxjf9iiDPXHCPIOUE8LHjbYlNhO6 ILVqfjLFzn/kt4LS3+dZGhU0Tes7EeXbXm0Bv6A+4sGJnID5cA8wFq7v24LF0kEmPk51 c2Ple9wKgawJkDtq8MTqvXsCdhvYdYiZ3k4hU= Received: by 10.142.14.18 with SMTP id 18mr947606wfn.72.1227396764703; Sat, 22 Nov 2008 15:32:44 -0800 (PST) Received: by 10.142.240.3 with HTTP; Sat, 22 Nov 2008 15:32:44 -0800 (PST) Message-ID: <95ef8cd0811221532p701d281ai6f7a7cebe9a8923d@mail.gmail.com> Date: Sat, 22 Nov 2008 20:32:44 -0300 From: "Cristian Gary" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] wpa_supplicant and at&t 2wire gateway In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4758_18960054.1227396764698" References: X-Archives-Salt: dcf42fdb-1817-4130-8aa8-52dad471f318 X-Archives-Hash: 990c08a68b355a97a2fdad7d153619b4 ------=_Part_4758_18960054.1227396764698 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline you can try to use "wpa_passphrase" command , that generate the network profile for you Acces Point, copy into wpa_supplicant.conf and reboot the device. works for me, when a trie to connect a AP with WPA encryption . ej: wpa_passphrase AP_id password : that generate --> network={ ssid="AP_id" #psk="password" psk=993142399374b6d582da81a6d4887ef7a9283a0e00dd4678681aac5e0a2478e9 } copy into wpa_supplicant.conf. On Sat, Nov 22, 2008 at 8:14 PM, John Blinka wrote: > I've recently subscribed to AT&T's u-verse which came with a > 2wire 3800hgv-b wireless gateway. On the windows side, my > dual-booting Dell laptop picked up the signal and connected > trivially. I've had no such success on the linux side. > > The gateway claims to use WPA-PSK authentication and TKIP > encryption. My supplicant.conf file looks like: > > ctrl_interface=/var/run/wpa_supplicant > > network={ > ssid="my_ssid" > psk="my_password" > key_mgmt=WPA-PSK > proto=WPA > pairwise=TKIP > } > > wpa_gui provides the following information for a few seconds: > > adapter: ath0 > network: 0: my_ssid > status: SCANNING > last message: Disconnect event - remove keys > authentication: > encryption: > ssid: > bssid: > ip address: > > then displays: > > adapter: ath0 > network: 0: my_ssid > status: 4WAY_HANDSHAKE > last message: ASSOCIATED WITH 00:22:a4:0d:23:89 > authentication: WPA-PSK > encryption: TKIP > ssid: my_ssid > bssid: 00:22:a4:0d:23:89 > ip address: > > and then cycles between these two sets of information. > > I can't pretend that I understand what's going on, and I haven't > found any enlightenment in web searches. Does anyone know > what this means, where I'm stuck, and how to go forward? > > Thanks for any help, > > John Blinka > > -- Cristian Gonzalo Gary Bufadel ------=_Part_4758_18960054.1227396764698 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline

you can try to use "wpa_passphrase" command , that generate the network profile for you Acces Point, copy into wpa_supplicant.conf and reboot the device.   works for me, when a  trie to connect a AP with WPA encryption .

ej:

wpa_passphrase AP_id  password :

that generate --> 

network={
  ssid="AP_id"
  #psk="password"
  psk=993142399374b6d582da81a6d4887ef7a9283a0e00dd4678681aac5e0a2478e9
}

copy into  wpa_supplicant.conf. 




On Sat, Nov 22, 2008 at 8:14 PM, John Blinka <john.blinka@gmail.com> wrote:
I've recently subscribed to AT&T's u-verse which came with a
2wire 3800hgv-b wireless gateway.  On the windows side, my
dual-booting Dell laptop picked up the signal and connected
trivially.  I've had no such success on the linux side.

The gateway claims to use WPA-PSK authentication and TKIP
encryption.  My supplicant.conf file looks like:

ctrl_interface=/var/run/wpa_supplicant

network={
                 ssid="my_ssid"
                 psk="my_password"
                 key_mgmt=WPA-PSK
                 proto=WPA
                 pairwise=TKIP
}

wpa_gui provides the following information for a few seconds:

adapter:          ath0
network:  0:     my_ssid
status:             SCANNING
last message:  Disconnect event - remove keys
authentication:
encryption:
ssid:
bssid:
ip address:

then displays:

adapter:          ath0
network:  0:     my_ssid
status:             4WAY_HANDSHAKE
last message:  ASSOCIATED WITH 00:22:a4:0d:23:89
authentication: WPA-PSK
encryption:       TKIP
ssid:                 my_ssid
bssid:               00:22:a4:0d:23:89
ip address:

and then cycles between these two sets of information.

I can't pretend that I understand what's going on, and I haven't
found any enlightenment in web searches.  Does anyone know
what this means, where I'm stuck, and how to go forward?

Thanks for any help,

John Blinka




--
Cristian Gonzalo Gary Bufadel
------=_Part_4758_18960054.1227396764698--