To make a USB device accessible to the host when using Quickemu (version 4.9.7-1), follow these steps:
-
Identify the USB Device: Run the following command to list your USB devices:
Note the Bus and Device numbers of your USB device.
-
Edit the VM Configuration: Open your Quickemu VM configuration file (usually located in
~/.quickemu/<vm-name>.conf
):Add the following line to specify the USB device (replace
1234:5678
with your device ID fromlsusb
):Alternatively, you can add a more generic rule to pass through all USB devices:
-
Restart the VM: Restart your VM to apply changes:
Now your USB device should be accessible to both the host and the guest OS.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.