From a7ab8dc5965a2fcc4a00687d6f53efd74d1d3280 Mon Sep 17 00:00:00 2001 From: "Timothee \"TTimo\" Besset" Date: Sun, 22 Nov 2020 16:02:23 -0600 Subject: [PATCH] Add instructions for 5GHz Wifi networks in the US Based on https://wimsworld.wordpress.com/2019/09/15/5ghz-wifi-on-raspberry-pi-4/ --- pages/wifi_config.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/wifi_config.md b/pages/wifi_config.md index 2fd7779d..cff5e261 100644 --- a/pages/wifi_config.md +++ b/pages/wifi_config.md @@ -71,6 +71,12 @@ Save the file and you're good to go. You can manually connect to the profile you ``` netctl-auto switch-to wlan0-wifiname ``` +### 5GHz WiFi in the US +If you want to connect to a 5GHz WiFi in the US and it's not listed, create `/etc/wpa_supplicant/wpa_supplicant-wlan0.conf` with a single line `country=US`, and enable it with: +``` +systemctl enable wpa_supplicant@wlan0 +``` + ## Make filesystem read-only again Do this by typing `ro` in the console ```