“Raspberry Pi Połącz się z Wi -Fi przez terminal” Kod odpowiedzi

Raspberry Pi Scan Networks

sudo iwlist wlan0 scan
Cooperative Copperhead

Raspberry Wi -Fi Scan

$ sudo iwlist wlan0 scan
Sparkling Spider

Raspberry Pi Połącz się z Wi -Fi przez terminal

Setting country (Important for legal reasons):
If this has been done before then skip this section (Only needs to happen once)
sudo raspi-config
Localisation Options > Set legal wireless channels for your country (this is important)
Finish (Will require reboot)

Scanning for networks:
If you know your networks SSID and other relevant info, skip this section
iwlist wlan0 scan
Find 'ESSID' which will contain the name of your network
Find 'IE: IEEE 802.11i/WPA2 Version 1' (This guide should work for WPA and WPA2 but maybe not for WPA2 enterprise, for WEP hex keys, see here: https://www.freebsd.org/cgi/man.cgi?query=wpa_supplicant.conf&sektion=5&apropos=0&manpath=NetBSD+6.1.5)
Find the password to the network (You need to figure that one out on your own ;)

Adding network:
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
For each network that you want to add
network={
    ssid="CoolNetworkName"
    psk="SecureNetworkPassword"
}
Flyhouse_Squarewheel

Odpowiedzi podobne do “Raspberry Pi Połącz się z Wi -Fi przez terminal”

Pytania podobne do “Raspberry Pi Połącz się z Wi -Fi przez terminal”

Więcej pokrewnych odpowiedzi na “Raspberry Pi Połącz się z Wi -Fi przez terminal” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu