I've this problem when I want to use "Host only" network adapter in VM-Ware 7.0 this is the error message:

The host-only adapter driver does not seem to be running. If you have not rebooted the host since installing the host-only network adapter, you need to do so before you can use this support. Otherwise, check the system Event Log for an explanation of why service VMnetAdapter did not startup properly. Failed to connect virtual device Ethernet0.

I looked at my device manager in the host system "Windows 7" but I couldn't find the VMware network adapter at all.

And I tried to reinstall it by "Virtual Network Editor" but it doesn't work

So please how to reinstall these drivers and adapters ?

link|improve this question

Did you manage to figure out how to reinstall the VM nics? – Synetech Jul 13 '11 at 3:21
No i didn't till now – Wahid Bitar Jul 19 '11 at 11:40
feedback

3 Answers

I disabled my VMware network adaptor in Windows 7.

After enabling it in Windows 7, it also works again in VMware.

See if that works for you.

link|improve this answer
That does not apply because he does not have a VMWare network adapter in the host OS, so he can’t disable/enable it. He’s asking how to re-install it. – Synetech Jul 13 '11 at 3:21
feedback

It seems that few people have needed to reinstall the host virtual adapters (or at least if they did, they just resorted to reinstalling VMWare instead of just the adapters), so it’s no surprise that there are very few references to fixing it. Fortunately, it has come up and a solution does exist.

What you need to do is to use the vnetlib utility (it should be in the VMWare installation directory).

Someone on the VMWare forums has attempted to document the vnetlib command and another tried to use it to add the host virtual adapters.

Ulli Hankeln has done an even more through job of documenting vnetlib at his Sanbarrow site (which basically, is the online VMWare bible). He also lists a few other ways to manage the network settings.

Anyway, what you can do is to manually reinstall the adapters by using the add adapter argument to vmnetlib, and then managing all the settings, but it’s much easier to just reinstall the VMWare network services:

> vnetlib.exe -- install devices
link|improve this answer
feedback

Stop the VMware services first, then run the following command:

vnetlib.exe -- install devices

On a 64-bit system replcae vnetlib.exe with vnetlib64.exe.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.