USB propblems under OpenSuse 11.1 64 bit VBox 3.0

Discussions related to using VirtualBox on Linux hosts.
vberic
Posts: 22
Joined: 27. Nov 2009, 18:00
Primary OS: openSUSE
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: XP SP3

Re: USB propblems under OpenSuse 11.1 64 bit VBox 3.0

Post by vberic »

Gee, thanks.

I just spent about 4 days setting up 11.1, re-installing and upgrading all my apps and building my XP VM. Now you want me to do it all over again because something wasn't built right for 11.1? Not to mention whatever new problems might remain in a brand-new release.

"Gib mir ein Bruch!"
stefan.becker
Volunteer
Posts: 7640
Joined: 7. Jun 2007, 21:53

Re: USB propblems under OpenSuse 11.1 64 bit VBox 3.0

Post by stefan.becker »

If yount want to behalt Opensuse 11.1, you can lies the deutsch Howto :)

Schau mal im Howto nach (Links siehe Signatur), mit USBFS EIntrag und VBOX_USB Parameter geht es auch mit Suse 11.1. Ist halt Bastelei. Mit 11.2 geht es ohne irgendwas zu machen.
fluid
Posts: 6
Joined: 31. Jan 2010, 22:40
Primary OS: openSUSE
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows2000

Re: USB propblems under OpenSuse 11.1 64 bit VBox 3.0

Post by fluid »

schlomo wrote:I solved the problem by patching the udev rule that VirtualBox installed:

Code: Select all

# cat /etc/udev/rules.d/10-vboxdrv.rules 
KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
SUBSYSTEM=="usb_device", GROUP="vboxusers", MODE="0664"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="vboxusers", MODE:="0664"
Note the final assignment := in the last line!

See also http://www.virtualbox.org/ticket/5249
Thanks, Schlomo, my problem solved as well (Opensuse 11.1, 32 bit, VBox 3.1.2 from RPM) I am just wondering why VirtualBox did not correct the problem since it was already noted months ago.

Fluid
aescott
Posts: 34
Joined: 25. Aug 2008, 16:02

Re: USB propblems under OpenSuse 11.1 64 bit VBox 3.0

Post by aescott »

schlomo wrote:I solved the problem by patching the udev rule that VirtualBox installed:

Code: Select all

# cat /etc/udev/rules.d/10-vboxdrv.rules 
KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
SUBSYSTEM=="usb_device", GROUP="vboxusers", MODE="0664"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="vboxusers", MODE:="0664"
Note the final assignment := in the last line!

See also http://www.virtualbox.org/ticket/5249
Outstanding. My undying respect for this.
Post Reply