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!"
USB propblems under OpenSuse 11.1 64 bit VBox 3.0
-
stefan.becker
- Volunteer
- Posts: 7640
- Joined: 7. Jun 2007, 21:53
Re: USB propblems under OpenSuse 11.1 64 bit VBox 3.0
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.
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.
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
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
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.schlomo wrote:I solved the problem by patching the udev rule that VirtualBox installed:
Note the final assignment := in the last line!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"
See also http://www.virtualbox.org/ticket/5249
Fluid
Re: USB propblems under OpenSuse 11.1 64 bit VBox 3.0
Outstanding. My undying respect for this.schlomo wrote:I solved the problem by patching the udev rule that VirtualBox installed:
Note the final assignment := in the last line!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"
See also http://www.virtualbox.org/ticket/5249