“Raspberry Pi se connecter au wifi via le terminal” Réponses codées

réseaux de scan Raspberry Pi

sudo iwlist wlan0 scan
Cooperative Copperhead

scanner WiFi à la framboise

$ sudo iwlist wlan0 scan
Sparkling Spider

Raspberry Pi se connecter au wifi via le 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

Réponses similaires à “Raspberry Pi se connecter au wifi via le terminal”

Questions similaires à “Raspberry Pi se connecter au wifi via le terminal”

Plus de réponses similaires à “Raspberry Pi se connecter au wifi via le terminal” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code