mirror of https://github.com/pikvm/pikvm.git
980 B
980 B
| title | description |
|---|---|
| Configure USB 3.0 support | How to configure USB 3.0 support on PiKVM V4 Plus |
USB 3.0 support
PiKVM V4 Plus has an internal USB port. It supports USB 3.0, but only works with USB 2.0 devices by default to minimize the power consumption. You need to flash the USB controller to enable USB 3.0. To do so, follow these steps:
-
Open a terminal window and log into the PiKVM via SSH:
$ ssh user@host -
Flash the USB controller using the built-in
flashromutility. Chooseusb3for USB 3.0 support:[root@pikvm ~]# flashrom-vl805 usb3If you need to disable USB 3.0 support at any time later, run the same command, but use
defaultinstead:[root@pikvm ~]# flashrom-vl805 default -
Perform the soft reboot:
[root@pikvm ~]# reboot -
After the soft reboot, perform the reboot by power: unplug and plug again the power cable.