I have added myself to the vboxusers in yast. I stll cannot access USB.
Suse 11.1 host, XP pro guest.
This is not the OSE version.
I have added myself to the vboxusers in yast. I stll cannot access USB.
Suse 11.1 host, XP pro guest.
This is not the OSE version.
USB in VirtualBox on openSuse seems to be a problem.
First, the USB device must be plugged in before starting your VirtualBox machine. Second, the device must be enabled in the settings section of your VirtualBox machine, again before starting the virtual OS.
You will also probably have to modify /etc/fstab. The guide for openSUSE 10.3 and 11.0 is at:
Virtualbox USB Support - openSUSE.
I, and others, had to put the linein the file /etc/init.d/boot.local to make USB work. After the edits have been made, you'll need to reboot to have the changes take effect.Code:mount -a
I use 11.0, and have only mounted different USB flash drives, not hard drives or mp3 players, in VirtualBox. I also am not sure if the edits to fstab would be different for 11.1, but the ones given at the above link won't harm your system.
How do I get the "gid" number?
Open a terminal
Code:grep vboxuser /etc/group
Leap 15.1_KDE
My Articles Was I any help? If yes: Click the star below ✰
So I got the gid number. But the directions Virtualbox USB Support - openSUSE are not clear to me.
Can someone hold my hand through this?
This section of the HowTo:
(2) As root, edit /etc/fstab and set the gid and mode for usbfs as follows: /sys/bus/usb/drivers /proc/bus/usb usbfs devmode=664,devgid=113 0 0
The 113 is the number you just found, whatever the number is for you:
Depending on if you use kde or gnome, edit fstab this way:
kdesu kwrite /etc/fstab
gnomesu gedit /etc/fstab
Note the user comments on the Page too.
Leap 15.1_KDE
My Articles Was I any help? If yes: Click the star below ✰
I'm taking the risk of createing more confusion on this topic. Fact is I'm running 11.1-32bit and since VirtualBox 2.1.4, the latest version from SUN, there's no need to edit fstab or issue any mount command. Can anyone confirm this? Does it work this way for 64-bit too? The good guys at SUN-VirtualBox are doing a fine job ass I see it!
Hi folks,
/me running OSS 11.0 x86-64 with
VirtualBox 2.1.4 (latest) Took some
headbanging with USB but finally
works 99.9% w/o hickups.
As per instructions you have to add user
to vboxusers (after finding out GID as explained)
Crucial part to working USB was to add in /etc/fstab:
/sys/bus/usb/drivers /proc/bus/usb usbfs devgid=XXX devmode=664 0 0
where XXX should be the vboxusers GID
Not sure about 11.1, but try same and revert
Best Regards
Sorry! missed a comma. The correct entry
(copied from nano)
/sys/bus/usb/drivers /proc/bus/usb usbfs devgid=XXXX,devmode=664 0 0
Regards
I have an different situation. First off, my usb works.
I'm using OpenSUSE 11.1 with KDE 4.2.1 "108"
Anyways, I needed usb support because my Sonicstage for my NetMD wouldn't work with wine and Vista wouldn't install it correctly or even run it. So I needed support from XP in my virtual machine.
I tried all of the above suggestions, since usb didn't work in the first place (using the latest Virtualbox), and none worked.
The only way I got it working was to have
in my fstab.Code:none /proc/bus/usb usbfs devgid=1000,devmode=XXX 0 0
Not
I'm not sure why or if something's wrong with that, but it's the only way it's works for me, so if nothing else works you can try that also.Code:/sys/bus/usb/drivers /proc/bus/usb usbfs devgid=XXX devmode=664 0 0
Hope this helps!
Laptop: Dell Inspiron E1505 | OpenSUSE 12.1/Windows Vista | KDE | Intel CPU T2050 1.6 GHz | Intel 945GM | 3.2GB RAM
Box: OpenSUSE 12.1/Windows 7 | KDE | Intel Core 2 Quad 8300 2.5GHz/core | nVidia Geforce 9500GT 1GB| 4 GB RAM
Bookmarks