Hello I am very very new to using Raspberry pis and I got my first one from a friend a couple days ago. It was partially set up (I think they did all the memory card stuff), and yesterday I finally got it to work. I could SSH into it using "ssh
pi@raspberrypi.local" from by git bash on my laptop. I even got it connected to the internet, and turned an LED on and off. But today I tried to connect it to another internet by following this tutorial
https://medium.com/@mikestreety/use-a-r ... da2d39fdd6 and now I can no longer SSH into my pi to do any work
I simply added
Code: Select all
iface location1 inet dhcp
iface location2 inet dhcp
to the /etc/network/interfaces file
and an extra network block to the wpa_supplicant file
Code: Select all
network={
ssid="WIFI SSID"
psk="WIFI PASSWORD"
id_str="location2
}
Can anyone please help me/point me in the right direction?