tobimensch / aqemu

Official AQEMU repository - a GUI for virtual machines using QEMU as the backend
https://sourceforge.net/projects/aqemu/
GNU General Public License v2.0
502 stars 88 forks source link

usb stick not visible in guest #124

Open pstrotmann opened 1 year ago

pstrotmann commented 1 year ago

I'm running aqemu on kubuntu 22.04 and run a kubuntu 18.04 as the guest. I added a USB stick as USB-Port. The Stick is not visible in the guest.

pstrotmann commented 1 year ago

aqemu-usb-port aqemu-usb-port-not-visible-

CosmicDuck commented 2 weeks ago

Hello, please check in a terminal the permissions by lsusb Please identify the line and check it at the path here: ls -lr /dev/bus/* Your user should have rw rights to the corrosponded usb device. Maybe you must first grant permissions to your user by chown or chmod.

In the Info tab there should be the command shown in multiple lines below QEMU Arguments. This should be helpful.

Also good idea is to know the correct version of aqemu (don't know if dpkg -l aqemu is working on ubuntu.