Changes

Jump to navigation Jump to search

X680

3,285 bytes added, 17 June
*'''Mass Storage Drive'''
:Refer to: https://docs.pikvm.org/msd/
* '''Check Video Output'''
:<pre>ls /dev/video0</pre>
: Run the above command, if you see anything such as '''/dev/video0''' other than '''file not found''', then it’s available
* <span class="tb_red">'''To support max resolution 1920x1080 60Hz''' (for '''V1.5''' only)</span>
:<pre>nano /boot/config.txt</pre>
:Change the line7 from '''dtoverlay=tc358743''' to '''dtoverlay=tc358743,<span class="tb_red">4lane=1</span>'''
:Save and exit by hitting '''CTRL + X''', answering '''Y''' and hitting Enter when prompted.
 
:'''Editing the EDID'''
:<pre>nano /etc/kvmd/tc358743-edid.hex</pre>
:Delete existing EDID data, then copy and paste below new EDID data
<dd>
<pre>
00FFFFFFFFFFFF005262888800888888
1C150103800000780AEE91A3544C9926
0F505400000001010101010101010101
010101010101011D007251D01E206E28
5500C48E2100001E8C0AD08A20E02D10
103E9600138E2100001E000000FC0054
6F73686962612D4832430A20000000FD
003B3D0F2E0F1E0A202020202020014F
020323454F041303021211012021A23C
3D3E1F102309070766030C00300080E3
007F8C8C0AD08A20E02D10103E9600C4
8E210000188C0AD08A20E02D10103E96
00138E210000188C0AA01451F0160026
7C4300138E2100009800000000000000
00000000000000000000000000000000
00000000000000000000000000000087
</pre>
</dd>
:Save and exit by hitting CTRL + X, answering Y and hitting Enter when prompted.
* <span class="tb_red">'''Adding UI elements to control the KVM switch''' (for '''V1.5''' only)</span>
:Edit the file: /etc/kvmd/override.yaml and include the following:
<dd>
<pre>
kvmd:
gpio:
scheme:
button1:
pin: 16 # GPIO pin number for PC1
mode: output
switch: false
pulse:
delay: 1
max_delay: 2
button2:
pin: 26 # GPIO pin number for PC2
mode: output
switch: false
pulse:
delay: 1
max_delay: 2
button3:
pin: 11 # GPIO pin number for PC3
mode: output
switch: false
pulse:
delay: 1
max_delay: 2
button4:
pin: 17 # GPIO pin number for PC4
mode: output
switch: false
pulse:
delay: 1
max_delay: 2
 
view:
header:
title: Switches # The menu title
table: # The menu items are rendered in the form of a table of text labels and controls
- ["#X680 IPKVM Switch"] # Text starting with the sharp symbol will be a label
- [] # creates a horizontal separator and starts a new table
- ["#PC1-XXXXX:", button1] # Text label for PC1, one button with text "Click"
- ["#PC2-XXXXX:", button2] # Text label for PC2, one button with text "Click"
- ["#PC3-XXXXX:", button3] # Text label for PC3, one button with text "Click"
- ["#PC4-XXXXX:", button4] # Text label for PC4, one button with text "Click"
</pre>
</dd>
:Save and exit by hitting CTRL + X, answering Y and hitting Enter when prompted.
 
:Then restart the kvmd service with the coomand:
:<pre>systemctl restart kvmd</pre>
==FAQ==

Navigation menu