purplepalmdash / pikvmx86

Run Pi-KVM on x86
95 stars 14 forks source link

Keyboard and mouse problem #1

Open langsdorff opened 3 years ago

langsdorff commented 3 years ago

Hi, I have tried your container under VirtualBox (Ubuntu) and on a Linux machine (Kali). On both systems I have the same problem: The video is working perfekt. The keyboard and mouse is not working. I do not get the icons on the right top corner green. And no data is transmittet to my USB serial device. (The device runs perfect with an Raspberry Pi with pikvm) kvm The device is an FTDI FT232RL with the mount point ttyUSB0. Starting the container with "-v /dev:/dev" makes the icons green, but then there is still no serial transmission and video is not working anymore.

In the log I see this a lot: kvmd.plugins.hid.serial ERROR --- Invalid response CRC; requesting response again ...

Does somebody have an idea what I am doing wrong? Thanks Timo

raghu-mp commented 1 year ago

(The device runs perfect with an Raspberry Pi with pikvm)

Was this on Raspberry Pi 3? I am trying to get the serial connection (Arduino -> USB-TTL Serial PL2303 -> Pikvm (rpi3) working and seeing the same CRC error. This makes is wonder if Pikvm even support this hardware configuration for HID.