View Full Version : VIRTUAL PC Help!
illbashu
November 28th, 2007, 05:22 PM
ok, i got VM sever set up and i installed windows Pro. xp. the problem is it wont recognize usb drives... :/ any help will be greatly appreciated!!!
pebo
November 28th, 2007, 06:16 PM
Have you set up VM tools?
illbashu
November 28th, 2007, 08:33 PM
yes.... it still wont see the usb items like my sony psp slim... i checked on vm on the tool bar and checked usb and vm itself doesn't see the usb item..
yes, my psp is usb mode....
-grubby
November 28th, 2007, 09:07 PM
tried virtualbox?
EDIT: nevermin
fjgaude
November 28th, 2007, 09:09 PM
ok, i got VM sever set up and i installed windows Pro. xp. the problem is it wont recognize usb drives... :/ any help will be greatly appreciated!!!
See this post, Msg #4, for solution:
http://ubuntuforums.org/showthread.php?t=626062
Good luck. VMware Server is rock solid with everything that it supports.
illbashu
November 28th, 2007, 09:45 PM
ya, i dont get what he means by "Lines 42-45 get uncommented, starting with #mkdir -p /dev/bus/usb/.usbfs."
fjgaude
November 28th, 2007, 10:43 PM
See msg #7 of post:
http://ubuntuforums.org/showthread.php?t=626118&highlight=Vmware
Keep asking questions if this doesn't do it for you.
illbashu
November 28th, 2007, 10:47 PM
You remove the "#" mark to uncomment. You will have to do it with the superuser command "sudo". Count down the lines in the file until you get to "mkdir -p " and delete the #s in front of each of the four lines.
.. i dont get it...
this is how mine looks
#mkdir -p /dev/bus/usb/.usbfs
#domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
#ln -s .usbfs/devices /dev/bus/usb/devices
#mount --rbind /dev/bus/usb /proc/bus/usb
ewr2san
November 28th, 2007, 11:02 PM
#commented line
uncommented line
#still a commented line
still an uncommented line
So to uncomment those lines you would need to edit them and remove the leading # symbols.
With the exception of #! on the first line of a file, # is a pretty nearly universal unix comment token.
illbashu
November 29th, 2007, 12:11 AM
ok, i made it like this
mkdir -p /dev/bus/usb/.usbfs
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb
it still wont find the usbs devices... :( took off the #s
illbashu
November 29th, 2007, 05:41 PM
bump, any one elce have any help?
illbashu
November 30th, 2007, 02:07 PM
can someone help me!@:mad:
patagonik
December 6th, 2007, 06:32 PM
Hy there!
I did uncomment those lines as well and nothing happened. VMware does not recognize my usb devices.
Could be nice to have some help here!!!
Mny many thanks!
patagonik
December 6th, 2007, 07:19 PM
Ok, got it!
Maybe you've already tried but if you power off the guest machine, you are allowed to add devices to it. Notice that i've previously followed all the suggestions posted above!!!
With WinXP off, go to VM->Settings and you'll see that you are allowed to ADD devices. Select USB Controller and it will then appear listed above.
Power on your Guest system, go to VM->Removable Device->USB Devices and you'll have them all listed there. As it was commented before, they will disappear from Linux, but will be recognized on WinXP... that's it!
Hope that this will help someone.
michaelsharman
January 4th, 2009, 04:20 AM
@patagonik - thanks for your tip, got me going on 8.10 when nothing else would!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.