18

When I am trying to add a new Network Interface for Host only network, Virtual Box version :Version 5.0.22 r108108.

I am getting a following error:

Could not find Host Interface Networking driver! Please reinstall.


Result Code: 
E_FAIL (0x80004005)
Component: 
HostNetworkInterfaceWrap
Interface: 
IHostNetworkInterface {455f8c45-44a0-a470-ba20-27890b96dba9}
Arpit Agarwal
  • 553
  • 1
  • 4
  • 15

8 Answers8

17

Reinstall the Virtual Box and restart your system.

Arpit Agarwal
  • 553
  • 1
  • 4
  • 15
3

You must reinstall the driver.

Go to device manager, you will find an "unknown driver" missing then update it by pointing to this link: C:\Program Files\Oracle\VirtualBox\drivers\network\netadp6\VBoxNetAdp6.inf

gwillz
  • 276
  • 5
  • 12
Yassine
  • 31
  • 1
  • This was helpful to me. I went to Device Manager>Action>Add Legacy Hardware. I selected network adapter then browsed to `C:\Program Files\Oracle\VirtualBox\drivers\network\netadp6\` and picked the driver. – agileMike Nov 04 '20 at 17:38
  • 1
    If the 'add legacy hardware' option isn't there or if the 'unknown device' doesn't appear -- you can always right-click the .inf file and select 'Install'. – gwillz Jan 27 '22 at 10:59
2

open virtual box -> select the default virtual machine-> setting -> network -> change host-only to bridged networking -> start virtual machine -> Open docker quickStart Terminal to connect

mefor sy
  • 71
  • 2
1

Existing answers didn't help me, but this did:

Open the Network tab of your VirtualBox settings.

Cycle through all Adapter tabs and make sure none of them points to something non-existent, even if the adapter is disabled.

For disabled adapters, enable them, set to Not attached, then disable again.

Save.

UPD: that didn't solve it. The solution was to reinstall VirtualBox like @ArpitArgarwal suggests, but simply repairing it didn't help. What helped was:

  1. Manually uninstall existing VirtualBox.
  2. Install VirtualBox, starting the installer with admin privileges.
Andrey Mikhaylov - lolmaus
  • 23,107
  • 6
  • 84
  • 133
  • In case anyone like me tryed everything to uninstall Virtualbox after a bad update - having vierualbox doing a "rollback" of the installation (green bar going backward) - i'd recommand using the Windows's Program Install Uninstall Troubleshooter https://support.microsoft.com/en-us/topic/fix-problems-that-block-programs-from-being-installed-or-removed-cca7d1b6-65a9-3d98-426b-e9f927e1eb4d . – Tms91 Nov 08 '22 at 23:33
1

Follow the below settings and it will allow you to configure Host-only Adapter-

  1. Open VirtualBox Manager
  2. Click on "File" -> "Host Network Manager"

enter image description here

  1. Click on "Create".

enter image description here

  1. Now you can select "Host-only Adapter" from Network tab of a VM.

enter image description here

Note: Screenshot taken from VirtualBox 6.0

IRSHAD
  • 2,855
  • 30
  • 39
0

1.Open Virtual Box with Run as administrator. Then it showing below snapshot error: 0x80004005 belongs to Failed to open a session for the virtual machine. Check with this error correct or not.

http://commandstech.com/how-to-resolve-failed-to-open-a-session-for-the-virtual-machine-error-code-0x80004005/

5.Now, the issue may be solved. If an issue is still pending then close it Virtual Box. Then open with Headless start option. It means that Restart the Virtual Box.

Spandana r
  • 213
  • 2
  • 3
0

In some cases, (worked for me) running and getting the latest update of vbox fix the problem. And got the Host Interface Networking driver automatically installed. The update I run was: VirtualBox-6.0.14-133895-Win

sweetkaos
  • 311
  • 3
  • 6
0

In my case I just restarted the system and it worked,i don't know how