Skip to content

Commit

Permalink
Update prep.md
Browse files Browse the repository at this point in the history
  • Loading branch information
staceylii authored Sep 7, 2022
1 parent 7ab521f commit 6a4ddd6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion Lab 2/prep.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,24 @@ This is for if you are not living in The House and want to connect to a WiFi net
In the terminal on your Pi, type in
```$ nano /etc/wpa_supplicant/wpa_supplicant.conf ```

You see that there is a list of WiFi login details in this file. Under "The House" and "Red Rover", add your home WiFi name and password to the bottom of the file.
You should see a list of WiFi login details in this file:
```
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="RedRover"
key_mgmt=NONE
}
network={
ssid="The House"
key_mgmt=NONE
}
```

Under "The House" and "RedRover", add your home WiFi name and password to the bottom of the file.

### Refresh your knowledge of command line interfaces:

Expand Down

0 comments on commit 6a4ddd6

Please sign in to comment.