From 0cd11bd64af93cc07677e376b4b76c5b04677f57 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Sat, 22 Jan 2022 22:06:13 -0800 Subject: [PATCH] Update ezcoo.md (#618) Added some verbiage to the troubleshooting section --- docs/ezcoo.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/ezcoo.md b/docs/ezcoo.md index 90acb1df..1c927184 100644 --- a/docs/ezcoo.md +++ b/docs/ezcoo.md @@ -167,9 +167,18 @@ kvmd: ``` ## Simple troubleshooting steps to perform -??? example Steps - 1. SSH or open a web terminal to your PiKVM - 2. `ls -la /dev/ttyUSB*` - This should give you an output. If not, try a different cable till an output is displayed. + +``` + Video Issues: + Hook a monitor to the output and test + Reseat the cables + Change out the cables + + Switching issues: + SSH or open a web terminal to your PiKVM + `ls -la /dev/ttyUSB*` - This should give you an output. If not, try a different cable till an output is displayed. +``` + !!! tip "EZCOO Wiring example can be found [here](https://docs.pikvm.org/wiring_examples/)"