VMWare: Windows 7 Ethernet is Missing

I recently created a VM for Windows 7 and proceeded to waste hours trying to figure out why the Ethernet controller was missing from the Device Manager.  Installing VMWare Tools didn’t fix the issue, tracking down the correct Ethernet driver didn’t help; other people that created the same Virtual Machine were not having problems (of course), just me.  Fixing the problem is easier than you may think…

  1. Shut Down your Virtual Machine completely, suspending it will NOT work!
  2. Find the main .vmx file for your Virtual Machine, right click, and choose Edit
  3. Look for the line:
    ethernet0.addressType = "generated"
  4. Once you’ve located the line, ABOVE it enter the following code:
    ethernet0.virtualDev = "e1000"
  5. Save the file and power on your Windows 7 Virtual Machine.  It should automatically detect the network adapter and install the components.
  6. Join your domain (if necessary).

About Abigail Nering

Check Also

Play .MKV’s in Windows Media Center (WMC)

For a long time I had resisted converting my DVD and Blu-Ray disks into any …

17 comments

  1. Thanks! This still works for VMware fusion 8.5

  2. Thank you very much!

  3. Thanks a lot for sharing!

  4. for two days i was unable to work…… Thanks very much !!

  5. I’m going crazy all this morning ! Thanks a lot..now it works !

  6. Abigail you rock mate………..this helped me in getting my issue fixed.

  7. You are amazing! I virtualized a Win7HP 64-bit and ran into this issue. Only your advice resolved it. 

  8. Thank you very much.
    This solved the problem immediately. It is very easy after all, after trying to figure if it was because I was using bridge or NAT and trying to change firewall configs.

    Thanks a lot!

  9. Thanks a bunch! After reading some FAQs, I was looking for the e1000 setting in vmware workstation, but couldn't find it.

  10. after much searching, I followed your steps and my VM is now working fine! Many thanks!

  11. Both lines are in my BootCamp.vmx 'e1000' on line 13 and 'generated' on line 57. Fusion works fine with XP and many Linuxes…

  12. windwalkertrotter

    Not sure how you figured this one out but it sure saved me a lot of time…..

    Thanks!

  13. > other people that created the same Virtual Machine were not having problems (of course), just me.

    not just you 🙂

    thank you very much.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.