What does HRESULT 0x80340006 (ERROR_NDIS_ADAPTER_NOT_FOUND) mean?

 
Previous Next
ERROR_NDIS_BAD_CHARACTERISTICS ERROR_NDIS_OPEN_FAILED

ERROR_NDIS_ADAPTER_NOT_FOUND

ERROR_NDIS_ADAPTER_NOT_FOUND NDIS could not locate a usable network interface for the request. The adapter may have been removed, disabled, still initializing, or referenced by stale identity information.

What to check

  • Confirm the adapter is present and enabled before retrying the operation.
  • Check Device Manager and the System event log for a driver start, reset, or Plug and Play failure.
  • For software that stores adapter identifiers, refresh the identifier instead of assuming that a previous interface instance still exists.

Microsoft: NDIS status values

Microsoft: !ndiskd.netadapter

Microsoft: netsh trace


Looking for a different code? Search another status or error code.