No0ne / ps2x2pico

USB keyboard/mouse to PS/2 interface converter using a Raspberry Pi Pico
MIT License
196 stars 35 forks source link

Freezing on KVM #17

Closed yarodin closed 9 months ago

yarodin commented 10 months ago

I have KVM with 4 computers attached, ps2pico plugged to PC4 KVM USB port. ps/2 ports on ZX Evolution <-> ps2pico <-> PC4 USB port on KVM / Common USB port <-> USB Logitech unifying receiver -> Logitech Mouse & Keyboard

If I switching on ZX Evolution with KVM setted to PC4 - all works perfectly untlil I have switched to PC1/2/3 computer - after several second ps2pico stop acting. Same problem if I switching on ZX Evo with KVM setted to PC1/2/3.

No0ne commented 10 months ago

Which hardware do you use? ps2pico or ps2x2pico? Which firmware version did you download?

yarodin commented 10 months ago

ps2x2pico beta-0.5

No0ne commented 10 months ago

please try out the new pre-release beta-0.7 (remember to swap each data/clock pin pair on the 5V side)

https://github.com/No0ne/ps2x2pico/releases/tag/beta-0.7

yarodin commented 10 months ago

I updated firmware to beta-0.7.

"If I switching on ZX Evolution with KVM setted to PC4 - all works perfectly untlil I have switched to PC1/2/3 computer - after several second ps2pico stop acting" - this case fixed, thanks a lot.

"Same problem if I switching on ZX Evo with KVM setted to PC1/2/3." - this is not fixed.

No0ne commented 10 months ago

Did you connect mouse and keyboard to the KVM or keyboard only?

yarodin commented 10 months ago

I have one USB Logitech unifying receiver plugged to KVM and mouse and keyboard connected through it.

No0ne commented 10 months ago

Ok, and both stop working? or only the mouse?

yarodin commented 10 months ago

if I switching on ZX Evo with KVM setted to PC1/2/3 and then setting KVM to PC4 mouse and keyboard not working on PC4, but still normaly working on PC1/2/3.

Seems, ps2x2pico isn't working if mouse and keyboard is not plugged to USB (or switched off by KVM) when it power on.

No0ne commented 10 months ago

Ah yes, if theres nothing connected to usb it reports an error on the ps/2 side! I think I could add a jumper setting to disable that and always report OK on ps/2.

No0ne commented 9 months ago

ps2x2pico.zip Please retry with this binary, its currently hardcoded to always answer OK.

yarodin commented 9 months ago

This version is working in all cases with KVM. You can close issue. Thanks.

No0ne commented 9 months ago

Thank you for the feedback!