“Raspberry Pi WiFi Setup wpa_supplicant” Respostas de código

Raspberry Pi WiFi Setup wpa_supplicant

Create a file in the root of boot called: wpa_supplicant.conf (instructions below). Then paste the following into it (adjusting for your ISO 3166 alpha-2 country code, network name and network password):

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="NETWORK-NAME"
    psk="NETWORK-PASSWORD"
}
PuffinDev

Conecte -se ao WiFi com o suplicante WPA Raspberry Pi

# for raspberry pi
wpa_passphrase 'MyHomeWireless' 'MyHomePassword' >> /etc/wpa_supplicant/wpa_supplicant.conf
Clever Capybara

Respostas semelhantes a “Raspberry Pi WiFi Setup wpa_supplicant”

Perguntas semelhantes a “Raspberry Pi WiFi Setup wpa_supplicant”

Mais respostas relacionadas para “Raspberry Pi WiFi Setup wpa_supplicant” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código