Resolved my problem, in /etc/network/interfaces I replaced :

wpa-driver madwifi
wpa-ssid my_essid_name
wpa-ap-scan 1
wpa-proto RSN
wpa-pairwise CCMP
wpa-group CCMP
wpa-key-mgmt WPA-PSK
wpa-psk my_pass_phrase

by :

wpa-driver madwifi
wpa-conf /etc/wpa_supplicant.conf

and I created /etc/wpa_supplicant.conf with :

network={
        ssid="my_essid_name"
        proto=WPA
        key_mgmt=WPA-PSK
        psk=my_pass_phrase
}

I conclude that the syntax for /etc/network/interfaces must have
somewhat changed if one wants to put all the connection information in
this file... Thanks anyway for looking !

-- 
[madwifi] ar5212 and WPA-PSK: fails to associate
https://bugs.launchpad.net/bugs/245585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to