I want to use a PiKVM switch and PiKVM v3 together. I have managed to use the same switch with a PiKVM v4. What should I do to make the PiKVM switch show on the PiKVM v3?
If I plug in a switch to the PiKVM, the PiKVM v4 detects the PiKVM switch.
# pacman -Q | grep kvmd-platform
kvmd-platform-v4plus-hdmi-rpi4 4.190-1
# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 003: ID 2e8a:1080 PiKVM Switch
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
If I plug in the same PiKVM switch to the PiKVM v3, the PiKVM v3 does
not detect the switch.
# pacman -Q | grep kvmd-platform
kvmd-platform-v3-hdmi-rpi4 4.190-1
# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
After getting the above result, I tried updating both the PiKVM
operating system and the PiKVM switch firmware. I did the following.
- With both the PiKVM v3 and the PiKVM v4, I flashed the SD and run pikvm-update.
- With just the PiKVM v4, I ran “kvmd-update-switch --do-the-thing” with the switch connected.
The flashing and updating did not change the result.