#!/linuxSucks/Setup wifi without keyboard and screen for Raspberry Pi

Mar 28, 2019

After completed to flash the Raspbian Lite image to the SD card do the following:

With the SD card connected. In the root of the SD card create a new file named: wpa_supplicant.conf

In the file you should add something like this:

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1
network={
ssid="YourNetworkSSID"
psk="Your Network's Passphrase"
key_mgmt=WPA-PSK
}

After you finish this steps your Raspberry Pi will automatically connect to your WiFi when you pop-in your SD card and power-up.

Home  Linux  Notes  Blog Spot