View Single Post
Posts: 1 | Thanked: 0 times | Joined on Feb 2014
#14
Originally Posted by gaelic View Post
have a look at this:

http://talk.maemo.org/showpost.php?p...postcount=2186

it worked for me & eduroam:

a) activate devel-mode
b) use the terminal on the device or ssh to the device
c) install vim or any other text editor
d) vim /var/lib/connman/wifi_eduroam.config

Code:
[service_eduroam]
Type=wifi
Name=eduroam
EAP=peap
CACertFile=/etc/ssl/certs/ca-bundle.crt
Phase2=MSCHAPV2
Identity=user@domain
Passphrase=yoursecret
e) turn on/off wlan (or reboot phone)
I tried this solution, but when I try to connect I still get the "Sorry could not connect" error. The wpa_supplicant log doesn't change when attempting to connect, so it isn't even trying.

Do I need to connect from the CLI with connman to make this work?

Does anyone have any ideas on how to debug this?
(currently still on 1.0.2.5, will probably update this weekend)

Last edited by mvdheijd; 2014-02-07 at 11:51. Reason: clarification