Add instructions for 5GHz Wifi networks in the US

Based on https://wimsworld.wordpress.com/2019/09/15/5ghz-wifi-on-raspberry-pi-4/
This commit is contained in:
Timothee "TTimo" Besset 2020-11-22 16:02:23 -06:00 committed by GitHub
parent a62c3eaaa0
commit a7ab8dc596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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 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 ## Make filesystem read-only again
Do this by typing `ro` in the console Do this by typing `ro` in the console
``` ```