Question:
How to connect to my university wifi with Raspberry Pi?
Patrick
2016-01-11 13:39:53 UTC
Network/SSID: "University Name"
Network Authentication Method: WPA2
Data Encryption Method: AES or TKIP
EAP Type: PEAP
Authentication Protocol: MS-CHAP-V2
Certificate Type: Not verified
Certificate Name: ADRADIUS-CA

I am trying to connect my raspberry pi to the university wifi but I can't seem to figure out how to get it to connect. I know how to get to wpa_suppliment.conf I just don't know how to get this to work.
Three answers:
Carling
2016-01-11 13:44:19 UTC
Join the Raspberry PI user group ask there web link below for you
Greywolf
2016-01-12 12:01:27 UTC
You don't need anything except the SSID and the wifi password. The rest can be handled automatically. If you are using the GUI, there is a network utility that will connect for you.



If you have to make your own wpa_supplicant.conf, put something like this in it, with the correct SSID and passwd.



network={

ssid="ASUS"

psk="easypeasy"

}
Bill
2016-01-11 13:42:27 UTC
It looks like you have all the information except the encryption key, and maybe you just didn't post that for obvious reasons.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...