View Single Post
Old 02-29-2012, 08:53 AM   #19
matejs
Member
matejs plays well with othersmatejs plays well with othersmatejs plays well with othersmatejs plays well with othersmatejs plays well with othersmatejs plays well with othersmatejs plays well with othersmatejs plays well with othersmatejs plays well with othersmatejs plays well with othersmatejs plays well with others
 
Posts: 10
Karma: 2602
Join Date: Jan 2012
Device: Kindle Touch
Quote:
Originally Posted by ixtab View Post
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)
matejs is offline   Reply With Quote