USA

To make a USB device accessible to the host when using Quickemu (version 4.9.7-1), follow these steps:

  1. Identify the USB Device: Run the following command to list your USB devices:

    bash
    lsusb

    Note the Bus and Device numbers of your USB device.

  2. Edit the VM Configuration: Open your Quickemu VM configuration file (usually located in ~/.quickemu/<vm-name>.conf):

    bash
    nano ~/.quickemu/<vm-name>.conf

    Add the following line to specify the USB device (replace 1234:5678 with your device ID from lsusb):

    ini
    quickemu_usb_devices=1234:5678

    Alternatively, you can add a more generic rule to pass through all USB devices:

    ini
    quickemu_usb_devices=auto
  3. Restart the VM: Restart your VM to apply changes:

    bash
    quickemu --vm <vm-name>.conf

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.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.


Page dynamically generated on

Brooks Computing Systems, LLC
Quality, Reliability & Service