Gentoo Archives: gentoo-user

From: Christian <mcr76@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ipw3945 and wpa_supplicant issues
Date: Thu, 26 Apr 2007 10:08:55
Message-Id: 200704261203.32437.mcr76@gmx.net
In Reply to: [gentoo-user] ipw3945 and wpa_supplicant issues by "José Pedro Saraiva"
1 Am Donnerstag, 26. April 2007 02:11 schrieb José Pedro Saraiva:
2 > Hi all!
3 >
4 > I own a Toshiba laptop P100-400 with a Intel PRO/Wireless 3945ABG wireless
5 > adapter.
6 > I've managed to get it working with normal WEP authentication, but no
7 > success with wpa_supplicant (and I really need it for WPA auth).
8 >
9 > I'm using the internal ieee8021x stack with gentoo-sources-2.6.19-r5
10
11 I also, but now with 2.6.20-r6 (2.6.19-r5 works also fine for me)
12
13 >
14 > * net-wireless/ipw3945
15 > Latest version available: 1.2.0
16 > Latest version installed: 1.2.0
17 >
18 > * net-wireless/ipw3945-ucode
19 > Latest version available: 1.14.2
20 > Latest version installed: 1.14.2
21 >
22 > * net-wireless/ipw3945d
23 > Latest version available: 1.7.22-r4
24 > Latest version installed: 1.7.22-r4
25 >
26 > * net-wireless/wpa_supplicant
27 > Latest version available: 0.5.7
28 > Latest version installed: 0.5.7
29 >
30
31 I use the same versions.
32
33 > /etc/conf.d/net extract:
34 >
35 > modules_eth1=( "!plug" "wpa_supplicant" )
36 > wpa_supplicant_eth1="-Dwext"
37 > associate_timeout_eth1="60"
38
39 This is my configuration in net.
40
41 modules=( "wpa_supplicant" )
42 wpa_supplicant_eth1="-D wext"
43 wpa_timeout_eth1=60
44 config_eth1=( "dhcp" )
45 dhcpcd_eth1="-t 5"
46
47
48 I don't know what "!plug" does.
49
50 >
51 >
52 > /etc/wpa_supplicant/wpa_supplicant.conf extract (the problem isn't here
53 > though, it fails with all types of configurations):
54
55 my /etc/wpa_supplicant/wpa_supplicant.conf:
56
57 ctrl_interface=/var/run/wpa_supplicant
58 ap_scan=1
59 network={
60 ssid="xxxxxxxxx"
61 psk="xxxxxxxx"
62 priority=5
63 }
64
65
66
67 I use wpa-psk to make my wlan secure.
68
69 I hope I this can help you.
70
71 Best regards
72 Christian
73 --
74 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: ipw3945 and wpa_supplicant issues Alexander Skwar <listen@×××××××××××××××.name>