You are not logged in.

#1 2009-04-24 08:35:15

fixu
Member
Registered: 2008-05-29
Posts: 27

[SOLVED] usb support vmware server

hi,

i have a problem with the usb support in a vm using windows xp. i added the following line to fstab:

usbfs           /proc/bus/usb   usbfs     auto           0          0

and then connect my usb device to the computer. after that i have to write this command inside the console:

chmod -R 777 /proc/bus/usb/*

If I dont type this command I have no access to my usb stick or printer. I suppose its a permission problem, but i dont know what i have to add to the fstab file.

Can someone help me?

thanks

felix

Last edited by fixu (2009-04-25 08:57:05)

Offline

#2 2009-04-25 08:56:46

fixu
Member
Registered: 2008-05-29
Posts: 27

Re: [SOLVED] usb support vmware server

i found a solution.

just add the line

chmod -R 777 /proc/bus/usb/*

to /etc/rc.local

thats it!

Offline

Board footer

Powered by FluxBB