Quote:
Originally Posted by ixtab
One line looks suspicious though: anonymous_identity="anonymous@uni-giessen.de"
|
You are right, your config files use spaces (while wpa_supplicant uses =).
So there should be no = sign between anonymous_identity and "@..."
Anyway, my eduroam (in CZ) worked even without it.
Running '
iwlist scan' from your Kindle (or nearby Linux computer with WiFi) should give you the values for encryption ciphers, ie:
Code:
pairwise CCMP
group TKIP
Also (assuming you created eduroam.pem on Windows), check that your certificate file doesn't containt windows line endings CR LF but only Linux LF. Notepad++ can show / change them. (Edit -- > EOL conversion)