What does HRESULT 0x8034000D (ERROR_NDIS_RESET_IN_PROGRESS) mean?

 
Previous Next
ERROR_NDIS_REQUEST_ABORTED ERROR_NDIS_INVALID_PACKET

ERROR_NDIS_RESET_IN_PROGRESS

ERROR_NDIS_RESET_IN_PROGRESS The adapter is in a reset transition, so it cannot accept the requested operation yet. A reset normally causes a short interruption while NDIS and the miniport reinitialize the device and data path.

What to check

  • Locate the reason for the reset in the System log and adapter diagnostics.
  • Wait for the adapter to return to an operational state before retrying a management or OID request.
  • If resets repeat, investigate driver, firmware, power, PCIe or USB transport, and physical link events.

Microsoft: Miniport adapter check-for-hang and reset operations

Microsoft: netsh trace

Microsoft: !ndiskd.netadapter


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