diff --git a/docs/faq.md b/docs/faq.md index e3aeae9..68b5887 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -40,11 +40,10 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht DNS=192.168.x.x ``` - ??? warning "Do not forget the /24(CIDR), otherwise it will not work and your PiKVM will become unreachable) - If you're using Wi-Fi but you don't have `/etc/systemd/network/wlan0.network` file, then first you will need to [`migrate the Wi-Fi settings from `netctl` to `systemd-networkd`](wifi.md). + ??? warning "Don't forget the `/24` suffix (CIDR), otherwise it will not work and your PiKVM will become unreachable" -??? question "How to disable IPv6 on PiKVM?" +??? question "How can I disable IPv6 on PiKVM?" To do this, you need at least KVMD 3.301 installed on your device. If this is not the case, update the OS. diff --git a/docs/on_boot_config.md b/docs/on_boot_config.md index beffc0f..cf6fe00 100644 --- a/docs/on_boot_config.md +++ b/docs/on_boot_config.md @@ -13,6 +13,8 @@ After applying the settings, the file is automatically deleted. ----- ## Setting up Wi-Fi +??? note "Devices based on Raspberry Pi Zero 2 W does not support 5GHz Wi-Fi" + 1. Remove the PiKVM memory card. The device must be turned off. 2. Insert the memory card into the computer and mount the first FAT32 partition. diff --git a/docs/wifi.md b/docs/wifi.md index 9590a2d..a5c257b 100644 --- a/docs/wifi.md +++ b/docs/wifi.md @@ -12,17 +12,7 @@ Alternatively you can connect to the PiKVM via SSH. The built-in Web Terminal (a Check out [this guide](on_boot_config.md) guide. It is mandatory if you're using Zero 2 W board. It will useful in most other cases, especially if you have physical access to the memory card. -??? note "Moving Wi-Fi settings for OS older than 2021.10.19" - Starting from 2021.10.19, the old way to configure Wi-Fi using `netctl` is deprecated. - Instead, it is proposed to use a more native path with `systemd-networkd`, which is already used to configure Ethernet. - Follow the guide and then delete the old netctl profile: - - ``` - # rw - # systemctl disable netctl-auto@wlan0.service - # rm /etc/netctl/wlan0-* - # ro - ``` +??? note "Devices based on Raspberry Pi Zero 2 W does not support 5GHz Wi-Fi" ## Setting up Wi-Fi manually