From 9eeac1dc8b70e3b2272d06340491efb9d0edcf15 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Wed, 5 Nov 2025 10:16:48 -0500 Subject: [PATCH 1/2] Document issues with DC and ATX Board Extensions Added notes about potential issues with DC Extension and ATX Board Extension. --- content/docs/peripheral-devices/alternative-power-sources.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/peripheral-devices/alternative-power-sources.mdx b/content/docs/peripheral-devices/alternative-power-sources.mdx index 17e63f7..d7d7e9c 100644 --- a/content/docs/peripheral-devices/alternative-power-sources.mdx +++ b/content/docs/peripheral-devices/alternative-power-sources.mdx @@ -20,6 +20,10 @@ The **JetKVM comes with a USB-C Y-cable splitter that separates power and data c For more complex setups, the DC Extension option offers dual functionality. Not only will it control the power supply to another computer, but **it also supplies the JetKVM with 5V through the RJ11 cable**. This integrated approach simplifies cable management and is particularly useful in scenarios where you're already using the DC extension for power control. +There have been reports of the DC extension not working in some cases, see [here](https://github.com/jetkvm/kvm/issues/380) for more information. + ### ATX Board Extension If you're integrating the JetKVM into a desktop computer setup, you can utilize either the USB-C port or internal pin header on the ATX board. This method supplies 5V to the JetKVM device via the RJ11 cable and is ideal for permanent installations inside a computer case. It's a clean solution that eliminates external power adapters. + +There have been reports of the ATX Board Extension not working in some cases, see [here](https://github.com/jetkvm/kvm/issues/380) for more information. From 0803d4e1a369561a4906fa2e3530ca1e44ff8940 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Wed, 5 Nov 2025 10:22:36 -0500 Subject: [PATCH 2/2] Add note about DC and ATX Board Extension issues --- content/docs/peripheral-devices/alternative-power-sources.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/peripheral-devices/alternative-power-sources.mdx b/content/docs/peripheral-devices/alternative-power-sources.mdx index d7d7e9c..640c99f 100644 --- a/content/docs/peripheral-devices/alternative-power-sources.mdx +++ b/content/docs/peripheral-devices/alternative-power-sources.mdx @@ -20,10 +20,10 @@ The **JetKVM comes with a USB-C Y-cable splitter that separates power and data c For more complex setups, the DC Extension option offers dual functionality. Not only will it control the power supply to another computer, but **it also supplies the JetKVM with 5V through the RJ11 cable**. This integrated approach simplifies cable management and is particularly useful in scenarios where you're already using the DC extension for power control. -There have been reports of the DC extension not working in some cases, see [here](https://github.com/jetkvm/kvm/issues/380) for more information. +**Note:** There have been reports of the DC extension not working in some cases, see [here](https://github.com/jetkvm/kvm/issues/380) for more information. ### ATX Board Extension If you're integrating the JetKVM into a desktop computer setup, you can utilize either the USB-C port or internal pin header on the ATX board. This method supplies 5V to the JetKVM device via the RJ11 cable and is ideal for permanent installations inside a computer case. It's a clean solution that eliminates external power adapters. -There have been reports of the ATX Board Extension not working in some cases, see [here](https://github.com/jetkvm/kvm/issues/380) for more information. +**Note:** There have been reports of the ATX Board Extension not working in some cases, see [here](https://github.com/jetkvm/kvm/issues/380) for more information.