Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Here's the wpa_supplicant.conf file:

ap_scan=1
network={
    ssid="<SSID Name>"
    proto=WPA2
    key_mgmt=WPA-EAP
    pairwise=CCMP
    group=CCMP
    eap=PEAP
    phase1="peaplabel=0"
    phase2="auth=GTC"
    identity="<User name>"
    password="<Password>"
}

I can use wpa_supplicant to connect the wireless, but unfortunately, when I configured these settings in Network Manager, it failed to connect to the network. I wonder what's wrong with that.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.