This tutorial describes how to setup your Raspberry Pi without the need of Monitor and Keyboard at all.
- Code for wpa_supplicant.conf:
country=IN
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="ssid"
psk="password"
key_mgmt=WPA-PSK
}
- You can even directly get the two configuration files over *here*.
Comments