mirror of https://github.com/pikvm/pikvm.git
1.0 KiB
1.0 KiB
| title | description |
|---|---|
| Serial-over-USB connection | How to configure a serial-over-USB connection on PiKVM V2+ |
Specifically to V2+. This can be used for terminal access from the target host to the PiKVM, or for any other purpose that requires a serial connection. In the last case, you only need to perform step 1 and reboot.
{!_usb_limits.md!}
-
Update your PiKVM:
{!_update_os.md!}
-
Edit
/etc/kvmd/override.yamland add these lines:otg: devices: serial: enabled: true -
Run the following command:
[root@pikvm ~]# echo ttyGS0 >> /etc/securetty -
Run these comands:
[root@pikvm ~]# systemctl enable kvmd-otg-getty@ttyGS0.service [root@pikvm ~]# reboot -
Once PiKVM is rebooted you will have access to a virtual serial port on the server that the USB is connected to. Use mingetty, screen, putty, or something like this to access the kvm from the server. The port is called
/dev/ttyAMA0.