Page 1 of 1

Unable to Skip USB reset when attaching a USB device to a Virtual Machine

Posted: 25. Mar 2022, 14:37
by GurramLakshmiNarayana
I am using a linux guest machine on a Windows host in virtual box.
I was using the same guest in VM ware previously and i imported it in to virtualbox using the .vmdk file.
I need to access a USB debugger in the guest machine. I added a filter to capture the USB device in the guest.
But issue arises because of the device reset that happens when it is being attached to guest VM.
Previously i solved this issue in VM ware using the
skip-reset
option in
usb.quirks
setting by reading the following VM ware article: article/1025256
Iam unable to find the similar USB settings in virtual box.

Please let me know about any suggestions or articles regarding this topic so that i can set similar setting in virtual box.

Thanks in advance

Re: Unable to Skip USB reset when attaching a USB device to a Virtual Machine

Posted: 25. Mar 2022, 18:50
by scottgus1
I don't think I have ever heard of such a Virtualbox command. See USB basics and troubleshooting. There is a mention of devices that change what they are after being plugged in, and a filtering scheme that might help.

Re: Unable to Skip USB reset when attaching a USB device to a Virtual Machine

Posted: 7. Apr 2022, 08:09
by GurramLakshmiNarayana
I have gone through the USB basics and trouble shooting guide but i did not find the options that i require which are present in VMware as described in this post : https://kb.vmware.com/s/article/1025256

Re: Unable to Skip USB reset when attaching a USB device to a Virtual Machine

Posted: 7. Apr 2022, 15:55
by mpack
A VMWare tutorial has nothing to do with VirtualBox. Check the VirtualBox user manual if you want to know about features available in VirtualBox.

I have no idea how it could be possible to skip the init step that happens when a USB device is plugged in (whether to a physical or virtual port), yet still have the device work.