Hi Tang, On Tue, Feb 09, 2010 at 12:13:54AM +0800, Tang Rong wrote: > Hi Sameul > > I attached the config below to the bottom of the default.profile, now it's > like: >
No, you need to create a file named for example mobilenet.config under /var/lib/connman/. And that file should contain: [service_mynetwork] Type = wifi Name = sMobileNet EAP = peap Identify = your_name Password = your_passwd Phase2 = MSCHAPV2 Then restart connmand and test again. Cheers, Samuel. > [wifi_000000000000_734d6f62696c654e6574_managed_ieee8021x] > Name=sMobileNet > SSID=sMobileNet > Type=wifi > EAP=peap > Identify=name > Password=passwd > Phase2=MSCHAPV2 > I did a reboot, but it's still not work. > > BTW, They do have Thawte server premium, but we can connect without > that using wpa_supplicant or ubuntu. > > Best > Hale, Tang > > On Monday, February 8, 2010, Samuel Ortiz <[email protected]> wrote: > > On Mon, Feb 08, 2010 at 04:38:41PM +0100, Marcel Holtmann wrote: > >> Hi Tang, > >> > >> > I'm trying to get my wifi connected to my university network using > >> > peap. I have successfully connected by killing connman and setup > >> > wpa_supplicant manually, but it's very inconvenient. > >> > > >> > As 0.48 has started to support peap, I upgraded connman to 0.48, and > >> > the wifi type has been successfully identified as IEEE8021X on the GUI > >> > of moblin. But it still don't allow me to put in both username and > >> > password. I noticed there is a configuration file as > >> > /var/lib/connman/default.profile, but I have no idea how to set the > >> > parameters. > >> > > >> > Can anyone help to post a configuration file for this network? > >> > > >> > The wpa_supplicant.conf i'm using is: > >> > network={ > >> > ssid="sMobileNet" > >> > key_mgmt=WPA-EAP > >> > eap=PEAP > >> > identity="username" > >> > password="password" > >> > phase2="auth=MSCHAPV2" > >> > } > >> > >> you need to create a file like /var/lib/connman/my.config for your > >> network settings: > >> > >> [service_mynetwork] > >> Type = wifi > >> Name = sMobileNet > >> EAP = peap > >> Identify = > >> Password = > >> Phase2 = auth=MSCHAPV2 > > It should be: Phase2 = MSCHAPV2 > > > > Tang, dont you have at least a server certificate ? > > > > Cheers, > > Samuel. > > > _______________________________________________ > connman mailing list > [email protected] > http://lists.connman.net/listinfo/connman -- Intel Open Source Technology Centre http://oss.intel.com/ _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
