i'm running Virtualbox machines for operSUSE, Windows, and Ubuntu... now to enablle USB i have to do the following:
Code:
1 - create a new group called “usb”;
2 - locate file usbfs: in my case is /sys/bus/usb/drivers (I suggest to find the file with a usb device inserted;
3 - modify file /etc/fstab inserting a line containing the right path and the number corresponding the “usb” group :
none /sys/bus/usb/drivers usbfs devgid=503,devmode=664 0 0
I'm using a USB Wireless stick for internet... so enabling USB for virtualmachines seems to disable my usage of the wireless stick for internet... is there a way around this?
thanks for any help...