From 2b2ae5f1a11329af7c86e966c9aebae5949b7a60 Mon Sep 17 00:00:00 2001 From: Owen G Date: Fri, 3 Jan 2025 20:49:51 -0700 Subject: [PATCH 1/2] Update UPSServicesSCALE.md Update instructions for locating and activating the Show Console Messages option. --- .../SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md b/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md index 567407c53f..245946531e 100644 --- a/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md +++ b/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md @@ -30,7 +30,7 @@ TrueNAS displays the issue in logs as a recurring error like **libusb_get_interr If you get an error, decrease the polling frequency by adding an entry to **Auxiliary Parameters (ups.conf)**: `pollinterval = 10`. {{< expand "How do I find a device name?" "v" >}} -For USB devices, the easiest way to determine the correct device name is to set **Show console messages** in **System > Advanced Settings**. +For USB devices, the easiest way to determine the correct device name is to turn on **Show console messages**. Navigate to the **System > General Settings** screen, find the **GUI** widget, and click **Settings**. It is the last option on the page under **Other Options**. Plug in the USB device and look for a /dev/ugen or /dev/uhid device name in the console messages. {{< /expand >}} From d609736f62ce5643c8ce6fa21fa8ba9bd7edf117 Mon Sep 17 00:00:00 2001 From: DjP-iX <133042991+DjP-iX@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:31:17 -0500 Subject: [PATCH 2/2] Update UPSServicesSCALE.md --- .../SystemSettings/Services/UPSServicesSCALE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md b/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md index 245946531e..30f55bbc93 100644 --- a/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md +++ b/content/SCALE/SCALETutorials/SystemSettings/Services/UPSServicesSCALE.md @@ -30,7 +30,11 @@ TrueNAS displays the issue in logs as a recurring error like **libusb_get_interr If you get an error, decrease the polling frequency by adding an entry to **Auxiliary Parameters (ups.conf)**: `pollinterval = 10`. {{< expand "How do I find a device name?" "v" >}} -For USB devices, the easiest way to determine the correct device name is to turn on **Show console messages**. Navigate to the **System > General Settings** screen, find the **GUI** widget, and click **Settings**. It is the last option on the page under **Other Options**. +For USB devices, the easiest way to determine the correct device name is to enable and view console messages in the TrueNAS UI. +Go to **System > General Settings**, find the **GUI** widget, and click **Settings**. +Select **Show Console Messages** under **Other Options**. +Click **Save**. + Plug in the USB device and look for a /dev/ugen or /dev/uhid device name in the console messages. {{< /expand >}}