VMware Communities > VMTN > VMware Server > Discussions
Actions

This Question is Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
2 Replies Last post: Jan 29, 2008 3:09 PM by IBM_Morpheus
Reply

Vmware Server Version 1.0.4 not picking Canon MP110 Printer as USB peripheral in Ubuntu 7.10(Gusty), Linux Kernel 2.6.22-14; GNOME 2.20(HOST) ; Guest - WinXP

Oct 23, 2007 7:49 AM

Click to view ashishgoel's profile Lurker ashishgoel 2 posts since
Oct 23, 2007

Hi all,

I upgraded to Ubuntu 7.10 recently from 7.04 and as there is no support from the Ubuntu Community(The program not available in Add/Remove and also not in Automatix) for Vmware Server, I installed latest VMware Server directly. Everything is working fine after some tweaking but the server is not recognizing my attached printer as USB peripheral because of which I'm not able to use it with the Guest operating system. The printer is working fine in the Ubuntu 7.10 installation and had no problem in 7.04 version with Vmware Server 1.0.3.

Please help.

Thanx

Reply Re: Vmware Server Version 1.0.4 not picking Canon MP110 Printer as USB peripheral in Ubuntu 7.10(Gusty), Linux Kernel 2.6.22-14; GNOME 2.20(HOST) ; Guest - WinXP Oct 25, 2007 2:06 PM
Click to view ashishgoel's profile Lurker ashishgoel 2 posts since
Oct 23, 2007
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

Reply Re: Vmware Server Version 1.0.4 not picking Canon MP110 Printer as USB peripheral in Ubuntu 7.10(Gusty), Linux Kernel 2.6.22-14; GNOME 2.20(HOST) ; Guest - WinXP Jan 29, 2008 3:09 PM
in response to: ashishgoel
Click to view IBM_Morpheus's profile Lurker IBM_Morpheus 1 posts since
Jan 29, 2008
Thx for the post.. but I tried what you suggested & still have the same issue with not seeing any USB devices on the VM. Any other suggestions? Thx -