Hard to say without seeing the files you created, or knowing exactly what you did.
If you have another Pi that is already configured for WiFi, you can copy the
wpa_supplicant.conf file from /etc/wpa_supplicant/ and use it on any new cards you create.
Mine looks like this.
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="WiFi SSID"
psk="WPA/WPA2 passphrase"
}
Edit country=, ssid= and psk= with your information and save the file.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?