Results 1 to 2 of 2
Hi everyone! I have just installed VirtualBox 2.0.2 from Sun on OpenSuse 11 and i have a problem with the usb devices. When i go to settings:
Code:
Could not ...
- 09-28-2008 #1
[SOLVED] VirtualBox OpenSuse Problem
Hi everyone! I have just installed VirtualBox 2.0.2 from Sun on OpenSuse 11 and i have a problem with the usb devices. When i go to settings:
Have you any ideas why?Code:Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might be not installed on the host computer. Result Code: NS_ERROR_FAILURE (0x00004005) Component: Host Interface: IHost {489fb370-c227-4d43-9761-ceb28484fd9f} Callee: IMachine {1e509de4-d96c-4f44-8b94-860194f710ac}
Thx!
- 09-29-2008 #2
I found the solution
why...you have to add the following entry to /etc/fstab:
Replace XXX by the group ID of the group vboxusers. You can determine this value by executingCode:none /proc/bus/usb usbfs auto,busgid=XXX,busmode=0775,devgid=XXX,devmode=0664 0 0
Code:grep vboxusers /etc/group
Of course, the current user should be member of that group. After the next reboot, there should be a directory /proc/bus/usb/ and the device entries below should be accessible by any user of the vboxusers group.
Hope this helps someone!



