dick hoogendijk ??:
Michael Li wrote:
Hi,
I have problem to setup my 1GB flashdisk for XP guest, the host is OpenSolaris/build_123, my virtualbox is v3.0.6-r52128. I have set usb filter in the management GUI, but when XP gust boot up, it always reports a dialog box as below: Failed to attach the USB device Kingmax USB2.0 FlashDisk[0100] to the virtual machine XP. Failed to create a proxy device for the USB device(Error: VERR_ACCESS_DENIED).
Can anyone help?
From another article I quote:

There is a bug in opensolaris that makes the file /etc/logindevperm not do its job right. I must say here that before doing what I did for the USB support in my windows xp guestI already had this issue FIXED.
(well not quite fixed but kind of a workaround..

I changed the last two lines in /etc/logindevperm like this:
/dev/vt/active 0666 /dev/usb/hid[0-9]+ # hid devices should have the same permission with conskbd and consms /dev/vt/active 0666 /dev/usb/[0-9a-f]+[.][0-9a-f]+/[0-9]+/* driver=scsa2usb, usb_mid,usbprn,ugen #libusb/ugen devices

As you can see the permissions are changed from 0600 to 0666.
All USB devices now work again like they should.
It may do some good in your case too.

Hope this helps.

Yes, this workaround works!

Thanks,
Micahel

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to