“Подключитесь к Wi -Fi с WPA Supplyant Raspberry Pi” Ответ

Raspberry Pi Wi -Fi 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

Подключитесь к Wi -Fi с WPA Supplyant Raspberry Pi

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

Ответы похожие на “Подключитесь к Wi -Fi с WPA Supplyant Raspberry Pi”

Вопросы похожие на “Подключитесь к Wi -Fi с WPA Supplyant Raspberry Pi”

Больше похожих ответов на “Подключитесь к Wi -Fi с WPA Supplyant Raspberry Pi” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования