| Author |
Message |
lawmanuk
|
|
Post subject:
Posted: Aug 20, 2008 - 09:59 PM
|
|
Joined: Aug 08, 2008
Posts: 141
Status: Offline
|
|
good point xet.
on adding usb rights.... i don't have the file mentioned on my filesystem...
my file list is:
user@parsix:/etc/udev/rules.d$ ls
020_permissions.rules
025_libgphoto2.rules
11-hplj10xx.rules
45-hplip.rules
55-hpmud.rules
60-vboxdrv.rules
84-linux-wlan-ng.rules
85-hwclock.rules
85-pcmcia.rules
ltmodem.rules
udev.rules
z20_persistent-input.rules
z20_persistent.rules
z25_persistent-cd.rules
z25_persistent-net.rules
z45_persistent-net-generator.rules
z50_run.rules
z55_hotplug.rules
z60_alsa-utils.rules
z60_hdparm.rules
z60_libccid.rules
z60_libpisock9.rules
z60_libsane-extras.rules
z60_libsane.rules
z60_virtualbox-ose-guest-utils.rules
z60_virtualbox-ose.rules
z60_xserver-xorg-input-wacom.rules
z75_cd-aliases-generator.rules
z99_hal.rules
user@parsix:/etc/udev/rules.d$ |
|
|
| |
|
|
|
 |
xet7
|
|
Post subject:
Posted: Aug 21, 2008 - 08:46 AM
|
|
Forum Moderator

Joined: Feb 20, 2008
Posts: 205
Location: Finland
Status: Offline
|
|
lawmanuk:
Maybe it's just a typo. Try:
Code:
gedit /etc/udev/rules.d/020_permissions.rules
|
|
|
| |
|
|
|
 |
lawmanuk
|
|
Post subject:
Posted: Aug 23, 2008 - 11:03 AM
|
|
Joined: Aug 08, 2008
Posts: 141
Status: Offline
|
|
okay, i think i've followed instructions...
get the following error still:
Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might be not installed on the host computer.
Result Code:
0x00004005
Component:
Host
Interface:
IHost {81729c26-1aec-46f5-b7c0-cc7364738fdb}
Callee:
IMachine {f95c0793-7737-49a1-85d9-6da81097173b} |
|
|
| |
|
|
|
 |
lawmanuk
|
|
Post subject:
Posted: Sep 05, 2008 - 03:25 AM
|
|
Joined: Aug 08, 2008
Posts: 141
Status: Offline
|
|
the usb solution above didn't work for me.
what did work is as below:
add yourself to the vboxusers group created when you installed VirtualBox and note the gid, here for me it was 1002. Then add line in fstab file:
## usbfs is the USB group in fstab file:
none /proc/bus/usb usbfs devgid=1002,devmode=664 0 0
And also add this line in /etc/init.d/mountkernfs.sh:
## Mount the usbfs for use in Virtual Box
domount usbfs usbdevfs /proc/bus/usb -onoexec,nosuid,nodev,devgid=1002,devmode=664
That's it... |
|
|
| |
|
|
|
 |
|
|
|
|