From 673809d6dde3cd928c0dfa233aee1ba0581c8c62 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:28:19 +0200 Subject: [PATCH] Update README.md Added warning for using 5GHz WLAN with HDMI-1 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f4676df..2efe67c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ Otherwise read the section: Enabling wireless LAN ## Enabling wireless LAN: ``` +IMPORTANT! If you're planning to use 5GHz wireless LAN do NOT use the HDMI-1 port. +This can cause bad interference with the wireless radio due to HDMI signals at certain screen resolutions. +Use the HDMI-0 port (the port closest to the power/USB-C connection). +When using 2.4GHz wireless LAN this is not an issue and you can choose wich HDMI port to use. + Close the Raspberry Pi Imager. Open a text editor on your system and paste the following: @@ -60,6 +65,7 @@ Save the file as wpa_supplicant.conf to the SD card labeled "bootfs" in your exp Be aware to make sure there is no .txt extension in the filename! You can now eject the SD card, setup your Pi and boot from the SD card. + Remember: you MUST use a LAN cable for the initial setup!!! After running the installer in the last section of this readme you can disconnect the LAN cable!!!