Gentoo Archives: gentoo-user

From: Markos Chandras <markos.chandras@×××××.com>
To: gentoo-user@l.g.o
Cc: John Blinka <john.blinka@×××××.com>
Subject: Re: [gentoo-user] wpa_supplicant and at&t 2wire gateway
Date: Sun, 23 Nov 2008 00:05:52
Message-Id: 200811230205.40456.markos.chandras@gmail.com
In Reply to: [gentoo-user] wpa_supplicant and at&t 2wire gateway by John Blinka
1 On Sunday 23 November 2008 01:14:41 John Blinka wrote:
2 > I've recently subscribed to AT&T's u-verse which came with a
3 > 2wire 3800hgv-b wireless gateway. On the windows side, my
4 > dual-booting Dell laptop picked up the signal and connected
5 > trivially. I've had no such success on the linux side.
6 >
7 > The gateway claims to use WPA-PSK authentication and TKIP
8 > encryption. My supplicant.conf file looks like:
9 >
10 > ctrl_interface=/var/run/wpa_supplicant
11 >
12 > network={
13 > ssid="my_ssid"
14 > psk="my_password"
15 > key_mgmt=WPA-PSK
16 > proto=WPA
17 > pairwise=TKIP
18 > }
19 >
20 > wpa_gui provides the following information for a few seconds:
21 >
22 > adapter: ath0
23 > network: 0: my_ssid
24 > status: SCANNING
25 > last message: Disconnect event - remove keys
26 > authentication:
27 > encryption:
28 > ssid:
29 > bssid:
30 > ip address:
31 >
32 > then displays:
33 >
34 > adapter: ath0
35 > network: 0: my_ssid
36 > status: 4WAY_HANDSHAKE
37 > last message: ASSOCIATED WITH 00:22:a4:0d:23:89
38 > authentication: WPA-PSK
39 > encryption: TKIP
40 > ssid: my_ssid
41 > bssid: 00:22:a4:0d:23:89
42 > ip address:
43 >
44 > and then cycles between these two sets of information.
45 >
46 > I can't pretend that I understand what's going on, and I haven't
47 > found any enlightenment in web searches. Does anyone know
48 > what this means, where I'm stuck, and how to go forward?
49 >
50 > Thanks for any help,
51 >
52 > John Blinka
53
54 I would suggest before trying the "hard way", to use Networkmanager and
55 knetworkmanaget. If you have success with that, then you can try the other
56 way
57
58 Other wifi guis are wlassistant or wifiradar. Give them a try
59
60 --
61 Markos Chandras

Replies

Subject Author
Re: [gentoo-user] wpa_supplicant and at&t 2wire gateway Noven Purnell-Webb <lists@××××××××.net>