You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Connecting to WiFi Without a Keyboard (Raspbian Stretch)
51
+
## Connecting to WiFi Without a Keyboard
52
52
53
53
Starting with Raspbian Stretch, loading the wifikeyfile from the setup script is not necessary.
54
54
55
55
Create a file called `wpa_supplicant.conf` in the boot partition using the following template. (This will be moved at boot
56
-
to the /etc/wpa_supplicant directory).
56
+
to the `/etc/wpa_supplicant directory`).
57
57
58
58
```
59
59
@@ -190,9 +190,9 @@ on reboot (if configured correctly) your wifi will be working.
190
190
191
191
## Manual Configuration (WPA_Supplicant)
192
192
193
-
**Taken from the Raspberry Pi Foundation [here](http://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md):**
193
+
**Taken from the Raspberry Pi Foundation [here](https://www.raspberrypi.org/documentation/computers/configuration.html#wireless-networking-command-line):**
194
194
195
-
This method is suitable if you do not have access to the graphical user interface normally used to set up WiFi on the Raspberry Pi. It is especailly suited for use with a serial console cable if you don't have access to a screen or wired Ethernet network. Also note that no additional software is required; everything you need is already included on the Raspberry Pi.
195
+
> This method is suitable if you do not have access to the graphical user interface normally used to set up WiFi on the Raspberry Pi. It is especailly suited for use with a serial console cable if you don't have access to a screen or wired Ethernet network. Also note that no additional software is required; everything you need is already included on the Raspberry Pi.
0 commit comments