Skip to content

Instantly share code, notes, and snippets.

@AlexLamson
AlexLamson / rasp-pi-umass-eduroam.md
Last active July 8, 2024 05:50
How to connect to UMass Eduroam wifi with a Raspberry Pi running Raspbian

How to connect Raspberry Pi to UMass Eduroam

Open up a terminal and move into the directory holding the wpa_supplicant config file.

cd /etc/wpa_supplicant

You may want to backup your config file before you do anything just in case.

sudo cp wpa_supplicant.conf ~/Desktop/wpa_supplicant.conf