`
andyzhchy
  • 浏览: 94384 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

VMware 下Ubuntu 访问USB设备

阅读更多
Setup VMWare USB Access in Ubuntu Gutsy
From $1
Table of contents
No headers
1. Make sure the virtual machine configured with from vmware console usb controller

Sutdown the virtual machine before config


2. add below line into related <VM Name>.vmx

usb.generic.skipSetConfig = "TRUE"
3. Edit /etc/init.d/mountdevsubfs.sh uncomment below lines near line 42

mkdir -p /dev/bus/usb/.usbfsdomount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644ln -s .usbfs/devices /dev/bus/usb/devicesmount --rbind /dev/bus/usb /proc/bus/usb
4. Restart mountdevsubfs.sh

sudo /etc/init.d/mountdevsubfs.sh start
5. Restart vmware service

sudo /etc/init.d/vmware* restart
6. Start Virtual machine

注:本文转自http://blog.chinaunix.net/u1/38994/showart_1132963.html
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics