VMware Communities > VMTN > VMware Server > VMware Server 1 > Discussions

This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
1 Replies Last post: Oct 31, 2007 3:51 PM by Admoseley
Reply

no usb dection in ubuntu 7.10

Oct 27, 2007 11:32 AM

Click to view kergan's profile Lurker kergan 1 posts since
Feb 5, 2007

in ubuntu 7.04 all my usb devices i used in vmware-server worked fine

i did a fresh install of the latest ubuntu 7.10 and vmware-server dont see any usb devices at all

whats up with that???

if you need more info

e-mail me @ kergan@gmail.com

and i will provide the info

Reply Re: no usb dection in ubuntu 7.10 Oct 31, 2007 3:51 PM
Click to view Admoseley's profile Lurker Admoseley 1 posts since
Oct 31, 2007

I looked all over for this for the past two weeks and finally found the following:


http://communities.vmware.com/thread/108796

SOLVED

Please open the following file: /etc/init.d/mountdevsubfs.sh by following command - gksudo gedit /etc/init.d/mountdevsubfs.sh

Find the following lines:
#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

Unmark them so that look 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

Restart and your usb devices will be recognised

Actions