visualus n00b
Joined: 01 Nov 2006 Posts: 23
|
Posted: Wed Dec 20, 2006 10:38 pm Post subject: wpa_supplicant and NM ipw3945 cannot connect |
|
|
Hi there,
I've got problem trying to connect encrypted wireless networks, both WEP and WPA1/2
When connecting I got the message in logs
Code: |
(...)
Dec 20 16:50:29 benek NetworkManager: <information> wpa_supplicant(12245): - remove keys
Dec 20 16:50:29 benek NetworkManager: <information> Activation (eth1/wireless): association took too long (>40s), failing activation.
Dec 20 16:50:29 benek NetworkManager: <information> Activation (eth1) failure scheduled...
Dec 20 16:50:29 benek NetworkManager: <information> Activation (eth1) failed for access point (WLAN)
Dec 20 16:50:29 benek NetworkManager: <information> Activation (eth1) failed.
Dec 20 16:50:29 benek NetworkManager: <information> Deactivating device eth1.
|
I have ipw3945 card and my /etc/conf.d/net is
Code: |
modules=( "wpa_supplicant" )
wpa_supplicant_eth1="-Dwext"
|
and /etc/wpa_supplicant/wpa_supplicant.conf
Code: |
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
update_config=0 |
I don't have any problems connecting to unencrypted networks....
I'd be very gradeful for any tips or help because I've searched in google and this forum but i haven't found a solution...
Thanks! |
|