Comment 5 for bug 1246992

Revision history for this message
pfoo (pfoo) wrote :

Until this bug is fixed, here is what you have to do in order to connect to your ttls/pap wifi network :

- disable network management
- create wpa_supplicant.conf containing :
ctrl_interface=/var/run/wpa_supplicant
#ctrl_interface_group=wheel.
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={

ssid="eduroam"
proto=WPA2 WPA
scan_ssid=1
key_mgmt=WPA-EAP
pairwise=CCMP TKIP
group=CCMP TKIP
eap=TTLS
#ca_cert="supply it and uncomment this line if you have it"
anonymous_identity="your anonymous identity (CHANGE THIS)"
phase2="auth=PAP"

identity="your login (CHANGE THIS)"
password="your password (CHANGE THIS)"
}

- don't forget to change anonymous_identity, identify and password
- sudo rfkill unblock all ("sudo rfkill unblock wifi" might work as well)
- sudo wpa_supplicant -i wlan0 -D wext -c /etc/wpa_supplicant.conf -d
- sudo dhclient wlan0