Gentoo Archives: gentoo-user

From: Cristian Gary <cristiangary@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wpa_supplicant and at&t 2wire gateway
Date: Sat, 22 Nov 2008 23:32:48
Message-Id: 95ef8cd0811221532p701d281ai6f7a7cebe9a8923d@mail.gmail.com
In Reply to: [gentoo-user] wpa_supplicant and at&t 2wire gateway by John Blinka
1 you can try to use "wpa_passphrase" command , that generate the network
2 profile for you Acces Point, copy into wpa_supplicant.conf and reboot the
3 device. works for me, when a trie to connect a AP with WPA encryption .
4
5 ej:
6
7 wpa_passphrase AP_id password :
8
9 that generate -->
10
11 network={
12 ssid="AP_id"
13 #psk="password"
14 psk=993142399374b6d582da81a6d4887ef7a9283a0e00dd4678681aac5e0a2478e9
15 }
16
17 copy into wpa_supplicant.conf.
18
19
20
21
22 On Sat, Nov 22, 2008 at 8:14 PM, John Blinka <john.blinka@×××××.com> wrote:
23
24 > I've recently subscribed to AT&T's u-verse which came with a
25 > 2wire 3800hgv-b wireless gateway. On the windows side, my
26 > dual-booting Dell laptop picked up the signal and connected
27 > trivially. I've had no such success on the linux side.
28 >
29 > The gateway claims to use WPA-PSK authentication and TKIP
30 > encryption. My supplicant.conf file looks like:
31 >
32 > ctrl_interface=/var/run/wpa_supplicant
33 >
34 > network={
35 > ssid="my_ssid"
36 > psk="my_password"
37 > key_mgmt=WPA-PSK
38 > proto=WPA
39 > pairwise=TKIP
40 > }
41 >
42 > wpa_gui provides the following information for a few seconds:
43 >
44 > adapter: ath0
45 > network: 0: my_ssid
46 > status: SCANNING
47 > last message: Disconnect event - remove keys
48 > authentication:
49 > encryption:
50 > ssid:
51 > bssid:
52 > ip address:
53 >
54 > then displays:
55 >
56 > adapter: ath0
57 > network: 0: my_ssid
58 > status: 4WAY_HANDSHAKE
59 > last message: ASSOCIATED WITH 00:22:a4:0d:23:89
60 > authentication: WPA-PSK
61 > encryption: TKIP
62 > ssid: my_ssid
63 > bssid: 00:22:a4:0d:23:89
64 > ip address:
65 >
66 > and then cycles between these two sets of information.
67 >
68 > I can't pretend that I understand what's going on, and I haven't
69 > found any enlightenment in web searches. Does anyone know
70 > what this means, where I'm stuck, and how to go forward?
71 >
72 > Thanks for any help,
73 >
74 > John Blinka
75 >
76 >
77
78
79 --
80 Cristian Gonzalo Gary Bufadel

Replies

Subject Author
Re: [gentoo-user] wpa_supplicant and at&t 2wire gateway John Blinka <john.blinka@×××××.com>