From 0dd1052b0e0a7f301090aaf22eec07718098769c Mon Sep 17 00:00:00 2001 From: Aleksandr Prokudin Date: Wed, 23 Apr 2025 18:55:32 +0200 Subject: [PATCH] =?UTF-8?q?Add=20F=C2=B0=20and=20Basic=20Troubleshooting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/v4.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/v4.md b/docs/v4.md index ce8bede2..5f7fdceb 100644 --- a/docs/v4.md +++ b/docs/v4.md @@ -227,7 +227,33 @@ For security's sake, it's best to change the default passwords immediately after - Install and set up [Wi-Fi antenna](wifi.md). - Install and set up [LTE/5G modem](modem.md) (**only for PiKVM V4 Plus**). - Set up [USB 3.0](usb3v4.md) (**only for PiKVM V4 Plus**). + - Choose Fahrenheit over Celsius to display on the OLED: +??? note "How to set up Fahrenheit" + + Create a directory for a configuration file: + + ```console + [root@pikvm ~]# mkdir -p /etc/systemd/system/kvmd-oled.service.d + ``` + + Create file `/etc/systemd/system/kvmd-oled.service.d/override.conf`: + + ```ini + [Service] + ExecStart= + ExecStart=/usr/bin/kvmd-oled --clear-on-exit --fahrenheit + ``` + + Then run `systemctl restart kvmd-oled`. In some cases, if you still do not see Fahrenheit being displayed, reboot the device. + + +## Basic troubleshooting + +{!_basic_troubleshooting.md!} + +----- +## Getting user support ----- ## Known issues and limitations