mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
0.4.0/0.2.4 - Lose KB+M control after mounting USB image #278
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#278
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rahzadan on GitHub (May 21, 2025).
Originally assigned to: @ym on GitHub.
As the title says, I'm finding that I will lose keyboard and mouse control if I reboot a connected machine with a USB drive image mounted. Anyone else experiencing this? The PC in question has the DC Power control block as well. Powering off/on the PC with an image mounted also causes loss of control. UI still reports USB is connected however. Rebooting the JetKVM using the web terminal restores control.
@ym commented on GitHub (May 22, 2025):
I'm trying to reproduce the issue, but haven't succeeded yet. Could you confirm which USB classes and identifiers you are currently using?
If possible, could you also send me a screen recording of the steps to reproduce the issue? My email address is
siyuan+gh493#buildjet.com.@Rahzadan commented on GitHub (May 24, 2025):
I think it was because I was mounting USB drive image that I created from an existing real USB drive, using this tool:
https://www.alexpage.de/usb-image-tool/
I noticed that in JetKVM, the virtual drive was even called "Lexar xxxxx" which the original USB drive was, so it inherited the properties of that drive as well.
If I mount something like the official Windows 11 image, this doesn't happen.