-- Leo's gemini proxy

-- Connecting to darknesscode.xyz:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-US

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
}

country should be your country code. Change if you are outside of US

ssid is the name of the WiFi network.

psk is the password of your WiFi Network

key_mgmt usually it’s WPA-PSK, can have other values like WPA-EAP, but you should be OK with WPA-PSK in most cases.


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

-- Response ended

-- Page fetched on Tue May 21 12:03:40 2024