Fix the troubleshooting part

This commit is contained in:
Aleksandr Prokudin 2025-04-29 18:00:04 +02:00
parent a10404f7c1
commit c3807e4b9d
3 changed files with 18 additions and 3 deletions

View File

@ -14,4 +14,4 @@ search:
If you see a failed message on that output, be sure verify the orientation of the CSI cable or try reseating it.
Not that this is not a hotplug device and you must first turn off the power.
Note that this is not a hotplug device, and you must first turn off the power.

View File

@ -321,7 +321,15 @@ The standard Raspberry Pi HDMI output (marked as `VIDEO OUT` on the PiKVM case)
## Basic troubleshooting
{!_basic_troubleshooting.md!}
* Ensure that you are using the right [OS image](flashing_os.md) for your platform
by running the following command: `pacman -Q | grep kvmd-platform`.
* If you are not getting a display, run the two following commands:
* `dmesg | egrep 'tc35|1-1.4|uvc'`
* `systemctl status kvmd-tc358743`
Note that this is not a hotplug device, and you must first turn off the power.
## Getting user support

View File

@ -248,8 +248,15 @@ For security's sake, it's best to change the default passwords immediately after
## Basic troubleshooting
{!_basic_troubleshooting.md!}
* Ensure that you are using the right [OS image](flashing_os.md) for your platform
by running the following command: `pacman -Q | grep kvmd-platform`.
* If you are not getting a display, run the two following commands:
* `dmesg | egrep 'tc35|1-1.4|uvc'`
* `systemctl status kvmd-tc358743`
Note that this is not a hotplug device, and you must first turn off the power.
## Getting user support