Gentoo Archives: gentoo-user

From: Will Briggs <will@××××××××××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ipw3945 and wpa_supplicant issues
Date: Fri, 27 Apr 2007 03:42:32
Message-Id: 46316F9F.1090207@burnieanglican.org.au
In Reply to: [gentoo-user] ipw3945 and wpa_supplicant issues by "José Pedro Saraiva"
1
2
3
4
5
6
7
8 ��� wrote:
9
Hi all!
10
11 I own a Toshiba laptop P100-400 with a Intel PRO/Wireless 3945ABG
12 wireless adapter.
13 I've managed to get it working with normal WEP authentication, but no
14 success with wpa_supplicant (and I really need it for WPA auth).
15
16
17 # /etc/init.d/net.eth1 restart
18 * Stopping eth1
19 *���� Bringing down eth1
20 *�������� Stopping dhcpcd on eth1
21 ...��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
22 [ ok ]
23
24 *�������� Shutting down eth1
25 ...������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
26 [ ok ]
27 *�������� Stopping wpa_cli on eth1
28 ...������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
29 [ ok ]
30
31 *�������� Stopping wpa_supplicant on eth1
32 ...����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
33 [ ok ]
34 * Starting eth1
35
36 *���� Starting wpa_supplicant on eth1 ...
37 ioctl[SIOCSIWMODE]: Resource temporarily unavailable
38 Could not configure driver to use managed mode
39 ioctl[SIOCGIWRANGE]: Resource temporarily unavailable
40
41 ioctl[SIOCSIWAUTH]: Resource temporarily unavailable
42 WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Resource
43 temporarily unavailable
44 ioctl[SIOCSIWENCODEEXT]: Resource temporarily unavailable
45
46 ioctl[SIOCSIWENCODEEXT]: Resource temporarily unavailable
47 ioctl[SIOCSIWENCODEEXT]: Resource temporarily unavailable
48 ioctl[SIOCSIWAUTH]: Resource temporarily unavailable
49
50 WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Resource
51 temporarily
52 unavailable����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
53 [ ok ]th param 5 value 0x1 -
54
55 *���� Starting wpa_cli on eth1
56 ...����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
57 [ ok ]
58 *�������� Failed to configure eth1 in the background
59
60
61
62 Ugly, uh? :/
63
64 Yeah
65
66 A number of things, some of which you may know:
67
68 1) Don't add net.eth1 to runlevel.�� The ipw3945 module loading
69 (/etc/modprobe.conf) runs ipw3945d init script which brings up net.eth1
70 which is managed by wpa_supplicant.�� If you try and manage net.eth1
71 yourself (with rc-update, or with something like ifplugd then things
72 will get confused).�� I do have netplug configed for eth* but I think it
73 knows how to get out of the way of wpa_supplicant.
74
75 All you need to do is emerge ipw3945 - no rc-updating needed.
76
77 2) If you ever need to restart net.eth1, restart ipw3945d instead.
78
79 3) My wpa_supplicant.conf just as comparision:
80
81 # Intel PRO/Wireless 3945 :: wpa_supplicant.conf
82
83 ctrl_interface=/var/run/wpa_supplicant # DO NOT remove this line!
84 ctrl_interface_group=0 # Only allow root to read config.
85 ap_scan=1 # Allows wpa_supplicant to handle AP scanning.
86
87 # The following configures wpa_supplicant for a WPA
88 network={
89 ������ ssid="foo"
90 ������ scan_ssid=1 # Use if SSID broadcast is disabled.
91 ������ psk="bar" # Your key here.
92 }
93
94
95
96 --
97 gentoo-user@g.o mailing list
98
99

Replies

Subject Author
Re: [gentoo-user] ipw3945 and wpa_supplicant issues Brian Johnson <brian@××××××.com>