(本篇文章只适合虚拟机win7 64位环境)
1, 正常安装系统。
2, 安装VM tools
3, 在虚拟机文件存放位置用记事本打开.vmx,如需
.encoding = "GBK"
config.version = "8"
virtualHW.version = "12"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsisas1068"
sata0.present = "TRUE"
memsize = "2048"
mem.hotadd = "TRUE"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "Windows 7 x64.vmdk"
sata0:1.present = "TRUE"
sata0:1.autodetect = "TRUE"
sata0:1.deviceType = "cdrom-raw"
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.addressType = "generated"
usb.present = "TRUE"
ehci.present = "TRUE"
ehci.pciSlotNumber = "0"
sound.present = "TRUE"
sound.virtualDev = "hdaudio"网卡驱动装不上
sound.fileName = "-1"
sound.autodetect = "TRUE"
able3d = "TRUE"
aphicsMemoryKB = "1048576"
serial0.present = "TRUE"
serial0.fileType = "thinprint"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
hpet0.present = "TRUE"
usb.vbluetooth.startConnected = "TRUE"
displayName = "Windows 7 x64"
guestOS = "windows7-64"
nvram = "Windows 7 x64.nvram"
virtualHW.productCompatibility = "hosted"
powerType.powerOff = "soft"
powerType.powerOn = "soft"
powerType.suspend = "soft"
set = "soft"
extendedConfigFile = "Windows 7 x64.vmxf"
floppy0.present = "FALSE"
关键在ethernet0处插入ethernet0.virtualDev = "e1000"
上面红标记处。
保存后打开虚拟机就会发现已经安装上英特尔网卡驱动,可以正常上网了。
注意:如修改完配置文件后无法进入系统,可以强制关闭系统。再重新打开虚拟机。
不能保证百分百可行,^^^^
希望帮到有需要的童鞋们。。。。
发布评论