I am using Ubuntu, but have a USB plotter I need to use occasionally that works best with software that only runs in Windows. I thought a good solution would be to use Windows as a guest in VirtualBox, but I cannot get the plotter to be detected by the software in Windows. Much of the help I've found about this relates to storage devices that would 'mount' within Ubuntu, but since this is a plotter I expect it is handled differently and I don't know how to proceed.
Currently I have a USB filter with blank fields set in VirtualBox.
lsusb
does not list this device.
VBoxManage list usbhost
also does not list this device.
The device details do appear with udevadm
attribute walk, and also dmesg
.
So it seems that at lease on some very low level this is being recognized? Is there a way I can force this device to be recognized or handled at a higher level so that VirtualBox can pass it through?
dmesg
. I can add this to the filters list in VirtualBox and the USB connection still is not found. – DLDL Oct 10 '23 at 01:19vboxusers
group in order to have access to any usb devices at all. – DLDL Oct 10 '23 at 02:03