Skip to content

Instantly share code, notes, and snippets.

@MaiLinhGroup
Created January 15, 2019 14:46
Show Gist options
  • Save MaiLinhGroup/32a40a04c9d2ba1ebc71386cae31d0f5 to your computer and use it in GitHub Desktop.
Save MaiLinhGroup/32a40a04c9d2ba1ebc71386cae31d0f5 to your computer and use it in GitHub Desktop.
Adding the network details to the Raspberry Pi for working in headless mode
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="NETWORK-NAME"
psk="NETWORK-PASSWORD"
}
@MaiLinhGroup
Copy link
Author

touch /Volumes/boot/wpa_supplicant.conf with Gist content before inserting card into Pi or sudo nano sudo nano /etc/wpa_supplicant/wpa_supplicant.conf on Pi and paste Gist content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment