What's kind of NIC hardware is Windows 7 asking about when it asks for a device driver? What does the Device Manager say about the networking card that it's found? If Windows 7 is like Vista, ...
See more...
What's kind of NIC hardware is Windows 7 asking about when it asks for a device driver? What does the Device Manager say about the networking card that it's found? If Windows 7 is like Vista, it probably doesn't have a AMD PCnet NIC driver out of the box. If you upgraded from a Windows XP VM, the NIC is probably being offered to the VM as the PCnet NIC, which would explain why Windows 7 is complaining about a missing driver. My bet is that Windows 7 VMs have the same default virtual NIC type as Vista VMs. (I don't have a copy of Fusion 3 yet to try this out). The defaults for Vista VMs are, I believe, an Intel e1000 NIC, which Vista had an out-of-the-box driver for. Try shutting down the VM (not suspend), modify the VM's OS type setting to reflect that it's a Windows 7 VM, not a Windows XP VM and then reboot the VM. See if the NIC gets a device driver claimed. If that doesn't work, shut down the VM, exit Fusion, and add the following line to the .vmx file found in the VM's bundle: ethernet0.virtualDev = "e1000" Start Fusion and the VM and see if the device gets a driver assigned properly.