Merge pull request #114 from TTimo/patch-1

Add instructions for 5GHz Wifi networks in the US
pull/119/head
Maxim Devaev 4 years ago committed by GitHub
commit be7f94281a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save