💾 Archived View for darknesscode.xyz › notes › setup-wifi-without-keyboard.gmi captured on 2022-03-01 at 15:09:00. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-05)

-=-=-=-=-=-=-

Setup wifi without keyboard and screen for Raspberry Pi

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

MicroLog

----------

© DarknessCode