mirror of https://github.com/pikvm/pikvm.git
Fix the troubleshooting part
This commit is contained in:
parent
a10404f7c1
commit
c3807e4b9d
|
|
@ -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.
|
||||
|
|
|
|||
10
docs/v3.md
10
docs/v3.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue