More and more about NS-2

VMX file to allow VMWARE to detect USB driver

Open your vmware vmx file with notepad and replace all as below and make sure the filename is same as your filename inside the same folder:

Download: VMX File

#!/usr/bin/vmware

.encoding = "UTF-8"

config.version = "8"

virtualHW.version = "4"

scsi0.present = "TRUE"

scsi0.virtualDev = "lsilogic"

memsize = "256"

scsi0:0.present = "TRUE"

scsi0:0.fileName = "fedora-10-i386.vmdk"

ide1:0.present = "TRUE"

ide1:0.fileName = "auto detect"

ide1:0.deviceType = "cdrom-raw"

floppy0.startConnected = "FALSE"

floppy0.fileName = "/dev/fd0"

ethernet0.present = "TRUE"

ethernet0.connectionType = "nat"

ethernet0.wakeOnPcktRcv = "FALSE"

roamingVM.exitBehavior = "go"

displayName = "Fedora10"

guestOS = "other26xlinux"

nvram = "fedora-10-i386.nvram"

virtualHW.productCompatibility = "esx"

ft.secondary0.enabled = "TRUE"

tools.upgrade.policy = "useGlobal"

# PowerOn/Off options

gui.powerOnAtStartup = "FALSE"

gui.fullScreenAtPowerOn = "TRUE"

gui.exitAtPowerOff = "TRUE"

# USB settings

# This config activates USB

usb.present = "TRUE"

usb.generic.autoconnect = "TRUE"

# Optional second serial port, physical COM2 is not available

serial1.present = "FALSE"

# First parallell port, physical LPT1 is available

parallel0.present = "TRUE"

parallel0.fileName = "Auto Detect"

parallel0.autodetect = "TRUE"

parallel0.bidirectional = "TRUE"

# Sound settings

sound.present = "TRUE"

sound.fileName = "-1"

sound.autodetect = "TRUE"

# Other default settings

#svga.autodetect = "TRUE"

svga.maxWidth=1280

svga.maxHeight=1024

mks.keyboardFilter = "allow"

snapshot.action = "autoCommit"

extendedConfigFile = "fedora-10-i386.vmxf"

ethernet0.addressType = "generated"

uuid.location = "56 4d b4 d1 71 51 96 7f-92 5a e6 00 a7 63 44 b1"

uuid.bios = "56 4d b4 d1 71 51 96 7f-92 5a e6 00 a7 63 44 b1"

scsi0:0.redo = ""

vmotion.checkpointFBSize = "16777216"

ethernet0.generatedAddress = "00:0c:29:63:44:b1"

ethernet0.generatedAddressOffset = "0"

tools.remindInstall = "FALSE"

ide1:0.autodetect = "TRUE"

floppy0.autodetect = "TRUE"

checkpoint.vmState = "fedora-10-i386.vmss"

tools.syncTime = "FALSE"

isolation.tools.hgfs.disable = "FALSE"

usb.autoConnect.device0 = ""

parallel0.startConnected = "FALSE"

0 comments:

Post a Comment