From 023a6636ac84ad411897717c6fa82aaba83c1526 Mon Sep 17 00:00:00 2001 From: Stefan <11146296+tryallthethings@users.noreply.github.com> Date: Sun, 16 Aug 2020 16:12:59 +0200 Subject: [PATCH] Update wifi_config.md --- pages/wifi_config.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/wifi_config.md b/pages/wifi_config.md index 9007504..2fd7779 100644 --- a/pages/wifi_config.md +++ b/pages/wifi_config.md @@ -25,15 +25,15 @@ wifi-menu -o ``` The `-o` makes sure that the WiFi passphrase is stored encrypted. Otherwise it will be stored in cleartext in the profile file. `wifi-menu` will scan for all available WiFi networks and provide you a list: -Wifi Menu 1 +![Wifi Menu 1](/img/wifi-1.png) Select the WiFi you want to connect to and give the profile file a name. The default name is wlan0-wifiname: -Wifi Menu 2 +![Wifi Menu 2](/img/wifi-2.png) Enter the WPA-Passphrase: -Wifi Menu 3 +![Wifi Menu 3](/img/wifi-3.png) Afterwards `wifi-menu` will try to connect to the WiFi. If you're connected via ssh or the Web Terminal you'll loose connection to the Raspberry Pi. Most DHCP server will give the Raspberry Pi a new (and usually different) IP address for each interface (LAN / WLAN). @@ -45,7 +45,7 @@ If you want to store the WiFi passphrase encrypted you have to generate it via ` wpa_passphrase wifiname this_is_my_great_and_secure_key_1234567890 ``` -WPA Passphrase Generation +![WPA passphrase generation](/img/wifi-4.png) Copy the second hexadecimal string without *psk=*. In this example _814c45d0f88f60636532b034c463639a506670f8ba3c7965e62cdbc1989f6d66_. Create a new file with the editor of your choice: @@ -78,4 +78,4 @@ ro ``` ## Additional resources -- [Arch Linux Wiki for netctl](https://wiki.archlinux.org/index.php/Netctl) \ No newline at end of file +- [Arch Linux Wiki for netctl](https://wiki.archlinux.org/index.php/Netctl)