Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Create Sam Notes/May Logbook
authored
May 06, 2019
by
Samantha F
Hide whitespace changes
Inline
Side-by-side
Sam-Notes/May-Logbook.md
0 → 100644
View page @
9b82bac0
## 5/6/2019: WRITEUP IN PROGRESS
Got RasPi connected to school WiFi network. It took a few steps; outlined below.
### Connect RasPi to School Network:
1.
Log onto your Pi either from home or via USB.
2.
Type in 'sudo nano /etc/wpa_supplicant/wpa_supplicant.conf'
*
You should see a screen similar to this. If you've logged onto your Pi over your home's WiFi, the info will likely be there.

3.
Append the text at the bottom of this file,
*
making sure to change the identity and password info to your ODIN username and password:
```
network={
ssid="PSU Secure"
scan_ssid=1
key_mgmt=WPA-EAP
eap=PEAP
identity="odin_user"
password="odin_pass"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
```
4.
Exit the file (CTRL + X) and save the changes. Reboot your RasPi using 'sudo reboot'
5.
Once the Pi is booted up again, open PuTTY and try logging in using 'pi@YourPi'sIPAddress'

6.
If you'd like to test the connection, type 'sudo ping www.google.com' and you should