Nice, except all of that is unnecessary now. You can put the wpa_supplicant.conf file in the SD card's /boot partition (the only partition visible to Windows/Mac) and it will be moved to the correct location and used when you boot the Pi. The wpa_supplicant.conf file should contain the following:
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="your-network-service-set-identifier"
psk="your-network-WPA/WPA2-security-passphrase"
key_mgmt=WPA-PSK
}
Edit country=, ssid= and psk= with your info.
www.raspberrypi.org/blog/another-update-raspbian/ wrote:• If a wpa_supplicant.conf file is placed into the /boot/ directory, this will be moved to the /etc/wpa_supplicant/ directory the next time the system is booted, overwriting the network settings; this allows a Wifi configuration to be preloaded onto a card from a Windows or other machine that can only see the boot partition.
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?