Skip to main content
12 events
when toggle format what by license comment
Jun 26, 2024 at 9:27 comment added Tom Yan Not exactly. I mean, VirtualBox creates/uses its own sets of dev nodes under /dev/vboxusb/ to access the USB devices. Those dev nodes' owner group is vboxusers, which you can add your user to. However, qemu does not use those. As you can see, dev nodes under /dev/bus/usb/, which qemu uses, has the owner group of root. You will need to either set the permission for "others" to rw (it's just r now, as you can see), or add an ACL entry for it (like what uaccess in a udev rule would result in).
Jun 24, 2024 at 12:11 comment added Dimitrios Desyllas But Virtualbox allow me to usb passthrough withoput sudo only qemu needs sudo. Maybe it is a group issue.
Jun 23, 2024 at 19:55 comment added Tom Yan Fix the permission of the device node of the respective USB device (with chmod for a volatile change; with udev rule for a persistent change).
Jun 23, 2024 at 19:07 answer added Dimitrios Desyllas timeline score: 1
Jun 23, 2024 at 19:07 history edited Dimitrios Desyllas CC BY-SA 4.0
added 1 character in body
Jun 23, 2024 at 18:45 comment added Dimitrios Desyllas Running as root did fix the issue. Is there a way to do it as a normal user???
Jun 23, 2024 at 18:45 history edited Dimitrios Desyllas CC BY-SA 4.0
added 542 characters in body
Jun 23, 2024 at 18:32 comment added Dimitrios Desyllas @TomYan I am running as normal user.
Jun 22, 2024 at 15:18 comment added Tom Yan Why do you have -usb between the host controller and the passthrough'd device? Also, what's the permission of the device /dev/bus/usb/xxx/xxx (assuming you are not running qemu as root)?
Jun 21, 2024 at 22:52 history edited Dimitrios Desyllas CC BY-SA 4.0
edited title
Jun 21, 2024 at 22:46 history edited Dimitrios Desyllas CC BY-SA 4.0
edited title
Jun 21, 2024 at 22:36 history asked Dimitrios Desyllas CC BY-SA 4.0