From 9ce5ba2498b5b31582cc34e03f89c0aac5063533 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Mon, 18 Mar 2024 10:42:52 -0700 Subject: [PATCH] Update wifi.md (#1277) Added how to block 2ghx or 5ghz --- docs/wifi.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/wifi.md b/docs/wifi.md index 9418a09..a1356df 100644 --- a/docs/wifi.md +++ b/docs/wifi.md @@ -48,13 +48,16 @@ Alternatively you can connect to the PiKVM via SSH. The built-in Web Terminal (a !!! note "Using 5GHz Wi-Fi in the USA" Add option `country=US` to `/etc/wpa_supplicant/wpa_supplicant-wlan0.conf` + !!! note "Block 2ghz or 5ghz" + Add option `bssid=xx:xx:xx:xx:xx:xx` to `/etc/wpa_supplicant/wpa_supplicant-wlan0.conf` within the `network={` block -4. Enable WPA-supplicant service: + +5. Enable WPA-supplicant service: ``` systemctl enable wpa_supplicant@wlan0.service ``` -5. Make filesystem read-only again using `ro` command +6. Make filesystem read-only again using `ro` command ## Useful console commands