On Sat, 2012-04-14 at 14:46 +0200, Csanyi Pal wrote:
> Sérgio Basto <[email protected]> writes:
>
> > On Sat, 2012-04-14 at 12:42 +0200, Csanyi Pal wrote:
>
> >> I have installed on Debian GNU/Linux wheezy/sid the Virtualbox version
> >> 4.1.12-dfsg-2.
> >>
> >> This is the host system. On the Virtualbox I have installed MS Windos XP
> >> Professional and the version 4.1.12-1 of the
> >> virtualbox-guest-additions-iso too.
> >>
> >> On the host system my username is the member of the vboxusers group.
> >>
> >> When I put the USB drive connector into a USB slot the Virtualbox can
> >> detect the USB drive but only in the Windows Explorer of the guest
> >> system I can't see any removable disk, so actually I can't use my USB
> >> stick on the guest system. In the same time on the host system I can't
> >> open the USB stick directories, but this is right because I should now
> >> to be able to open those on the guest system, right?
> >>
> >> So, what is the solution for my problem?
> >
> > Debian change from hal to udev ?
>
> Yes, probably. On my host Debian system I have only:
> /etc/init.d/udev but haven't any hal out there.
>
> > if yes, need drop hal and add udev rules.
>
> In /etc/udev/rules.d/ I have 99-hiddev.rules file in which I have the
> line
> SUBSYSTEM=="usb", KERNEL=="hiddev[0-9]", SYSFS{idProduct}=="0100",
> SYSFS{idVendor}=="04d8", GROUP="plugdev"
>
> Which udev rules should I add?
on Fedora16 we have
cat /etc/udev/rules.d/90-vboxdrv.rules
ACTION=="add", DEVPATH=="/devices/virtual/misc/vboxdrv", OWNER="root",
MODE="0600"
ACTION=="add", DEVPATH=="/devices/virtual/misc/vboxnetctl",
OWNER="root", MODE="0600"
ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device",
ATTR{bDeviceClass}!="09", GROUP="vboxusers", MODE="660", SYMLINK
+="vboxusb/$env{BUSNUM}/$env{DEVNUM}"
and on rpm script:
# Assign USB devices
if /sbin/udevadm control --reload-rules >/dev/null 2>&1
then
# /sbin/udevadm trigger --subsystem-match=usb >/dev/null 2>&1 || :
# /sbin/udevadm settle >/dev/null 2>&1 || :
systemctl restart udev-trigger.service
systemctl restart udev-settle.service
fi
--
Sérgio M. B.
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community