June 4, 2020 Update:
Another reason was found that the USB wireless network card of the chip could not be connected to the USB interface of the monitor (USB interface is provided on the AOC monitor of the blogger).
It is speculated that the network card device could not be successfully initialized due to insufficient power supply of THE USB interface on the display when the system started. In this case, the network card can only be directly inserted into the host computer.
Or buy a separate USB extension cord and place it on the desktop (it may cause signal problems if some partners plug it into the host).
Problem description
After booting up, the wireless network card does not start successfully. When entering the device manager, you can see that the network card is marked as warning. The device can be successfully activated and used by disabling and enabling the device.
The log
In the Windows system log, we can see a warning log with the event ID of 10002, which is described as follows:
WLAN Extensibility Module has stopped.
Module Path: C:\WINDOWS\system32\Rtlihvs.dll
Analysis of the
Preliminary analysis indicates that the component version is too low (the current system is Windows 10) or the driver version is too low. Through the replacement of various versions of the driver can not solve the problem. Hence Google…
To solve
Reference: WLAN Extensibility Module has failed to start-up – Microsoft Community
The solution steps are as follows:
- Win + R open
regedit
registry editor; Expand and locate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Class\{4d36e972-e325-11ce-bfc1-08002be10318}
; There are several items beginning with 00
, and the sub-items Ndi
are searched in turn for the presence of IHVExtensions
. Its contents are roughly as follows:[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0008\Ndi\IHVExtensions]
"ExtensibilityDLL"="%SystemRoot%\\system32\\Rtlihvs.dll"
"UIExtensibilityCLSID"="{6C2A8CCA-B2A2-4d81-A3B2-4E15F445C312}"
"GroupName"="Realtek CCX SDK IHV Service"
"AdapterOUI"=dword:0000e04c
After confirmation, right-click IHVExtensions
and select export and backup to any place. Delete IHVExtensions
, restart the system and confirm, Fixed!
Read More:
- Wireless network solution of deepin Linux network card driver (manual) installation
- Solution summary of VMware network card without IP and failure to start network card (continuous update)
- Network card problem: Unable to initialize Windows Sockets interface
- Solve the problem of “wireless network activation failure” in Ubuntu 18, and repeatedly pop up the password input interface
- Solve the problem of USB mouse failure in the laptop mode of Ubuntu
- Debian using networking to restart the network can not start the solution of network card
- Docker creation container cannot find network card: error response from daemon: network XXXX not found
- Virtualbox failed to attach usb, VERR_PDM_NO_USB_PORTS problem solved
- Memory leak in Windows 8.1 with Killer E2200 and Windows Network Data Usage Monitoring
- The local network card cannot be obtained by opening Wireshark
- Boot nginx flash back under Windows
- failed to open usb interface: 0, error: RS2_USB_STATUS_ACCESS
- Failed to install realtek HD audio driver Code:0xE0000247
- Python’s importerror: DLL load failed: the specified module was not found and the problem was solved
- Windows10解决ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed
- Ubuntu cannot access USB device, failed to create a proxy device for the USB device
- The most complete solution for service network restart failure under CENTOS 7
- Spring boot problem 1: error reporting life processing instructions for building a spring boot project
- Ubuntu (16.04) creates a Windows boot U disk, using woeusb instead of DD
- tensorflow import error: DLL load failed: The specified module could not be found (DLL load failed: The specified module could not be found)