Hi,
I have also ran into the exact same issue, was anybody able to solve this problem, NIC not getting detected in Windows guest OS ?
FYI, this is my vmx file
#!/usr/bin/vmplayer
.encoding = "windows-1252"
- Filename: WindowsXP.vmx
- Generated 2008-12-10;08:42:41 by EasyVMX! 2.0 (beta)
- http://www.easyvmx.com
- This is a Workstation 6 config file
- It can be used with Player
config.version = "8"
virtualHW.version = "6"
- Selected operating system for your virtual machine
guestOS = "winvista"
- displayName is your own name for the virtual machine
displayName = "WindowsXP"
- These fields are free text description fields
guestinfo.vmware.product.url = "http://www.easyvmx.com/"
guestinfo.vmware.product.class = "virtual machine"
- Number of virtual CPUs. Your virtual machine will not
- work if this number is higher than the number of your physical CPUs
numvcpus = "2"
- Memory size and other memory settings
memsize = "512"
MemAllowAutoScaleDown = "FALSE"
MemTrimRate = "-1"
- PowerOn/Off options
gui.powerOnAtStartup = "FALSE"
gui.fullScreenAtPowerOn = "FALSE"
gui.exitAtPowerOff = "FALSE"
- Unique ID for the virtual machine will be created
uuid.action = "create"
- Settings for VMware Tools
tools.remindInstall = "FALSE"
tools.upgrade.policy = "upgradeAtPowerCycle"
- Startup hints interfers with automatic startup of a virtual machine
- This setting has no effect in VMware Player
hints.hideAll = "TRUE"
- Enable time synchronization between computer
- and virtual machine
tools.syncTime = "TRUE"
- USB settings
- This config activates USB
usb.present = "TRUE"
usb.generic.autoconnect = "FALSE"
- First serial port, physical COM1 is available
serial0.present = "TRUE"
serial0.fileName = "Auto Detect"
serial0.autodetect = "TRUE"
serial0.hardwareFlowControl = "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"
- Logging
- This config activates logging, and keeps last log
logging = "TRUE"
log.fileName = "WindowsXP.log"
log.append = "TRUE"
log.keepOld = "3"
- These settings decides interaction between your
- computer and the virtual machine
isolation.tools.hgfs.disable = "FALSE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.copy.enable = "TRUE"
isolation.tools.paste.enabled = "TRUE"
- Other default settings
svga.autodetect = "TRUE"
mks.keyboardFilter = "allow"
snapshot.action = "autoCommit"
- First network interface card
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.connectionType = "bridged"
ethernet0.addressType = "generated"
ethernet0.generatedAddressOffset = "0"
- Settings for physical floppy drive
floppy0.present = "FALSE"
- Settings for physical CDROM drive
ide1:0.present = "TRUE"
ide1:0.deviceType = "cdrom-image"
ide1:0.startConnected = "TRUE"
ide1:0.fileName = "C:\Users\earukan\Downloads\Windows XP Professional SP3\VRMPVOL_EN.iso"
ide1:0.autodetect = "TRUE"
- Settings for the optional virtual CDROM, ISO-image
ide1:1.present = "TRUE"
ide1:1.fileName = "F:"
ide1:1.deviceType = "cdrom-raw"
ide1:1.mode = "persistent"
ide1:1.startConnected = "FALSE"
- LsiLogic SCSI card
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
- First IDE disk, size 4800Mb
ide0:0.present = "TRUE"
ide0:0.fileName = "WindowsXP.vmdk"
ide0:0.mode = "persistent"
ide0:0.startConnected = "TRUE"
ide0:0.writeThrough = "TRUE"
- Second SCSI disk image, size 3Gb
scsi0:1.present = "TRUE"
scsi0:1.fileName = "WindowsXP-2.vmdk"
scsi0:1.mode = "persistent"
scsi0:1.startConnected = "TRUE"
scsi0:1.writeThrough = "TRUE"
- END OF EasyVMX! CONFIG
extendedConfigFile = "WindowsXP.vmxf"
virtualHW.productCompatibility = "hosted"
ethernet0.generatedAddress = "00:0c:29:c0:e2:2a"
uuid.location = "56 4d dc 18 bd 7a 30 d2-3c ba 2b 2f a8 c0 e2 2a"
uuid.bios = "56 4d dc 18 bd 7a 30 d2-3c ba 2b 2f a8 c0 e2 2a"
ide0:0.redo = ""
scsi0:1.redo = ""
vmotion.checkpointFBSize = "16777216"
scsi0.pciSlotNumber = "16"
ethernet0.pciSlotNumber = "17"
sound.pciSlotNumber = "18"
hgfs.mapRootShare = "TRUE"