VirtualBox

Opened 16 years ago

Last modified 11 years ago

#4291 closed defect

USB devices cannot be connected on Fedora 11 host - should not be using /proc/bus/usb — at Initial Version

Reported by: Robert Hancock Owned by:
Component: USB Version: VirtualBox 3.0.6
Keywords: Cc:
Guest type: Windows Host type: Linux

Description

With the default permissions in Fedora 11 VirtualBox is unable to connect any USB devices to guests (the devices show up in the list but are all grayed out). It appears this is because all the /proc/bus/usb files are owned by root and inaccessible. Doing a chgrp/chmod of the files to be owned by vboxusers group and readable/writable by the group seems to allow it to work. Unmounting /proc/bus/usb entirely also seems to allow it to work. (It seems that it's mounted by /etc/rc.sysinit.)

Apparently VirtualBox uses /proc/bus/usb (which is deprecated) if it's available, but doesn't check if the permissions actually allow it to be used. It seems the newer /dev/bus/usb is only used if /proc/bus/usb is entirely unmounted. Seems like it should be the other way around and /dev/bus/usb should be used unless it's not present.

Change History (0)

Note: See TracTickets for help on using tickets.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette