vmware server under ubuntu is unable to see some USB devices
two ways to fix this:
1. execute this command:
mount -t usbfs none /proc/bus/usb
2. add the following to /etc/fstab
usbfs /proc/bus/usb usbfs auto 0 0
Reference:
http://www.blog.arun-prabha.com/2007/04/11/running-windows-under-ubuntu-edgy-using-vmware/
No comments:
Post a Comment