When I attempt to connect to a network with a 5Ghz band, my network card crashes and reboots until I convince it to stop connecting to the network. When I say crashes, I mean that I connect, and I watch in DevMgr as the WLAN card literally disappears from the list while it reboots. My home network is a dual-band network with limited configuration options, so when I finally figured out it was the 5Ghz, I set my card to only connect on the 2.4 band and it works...but I paid for more...so....
I've tried everything on this list multiple times:
Restarting the routers (at home and at work...different brands)
Restarting the notebook
Network Troubleshooter
//everything below was an article on another page....did it all verbaitim
Method 1:
Open a command prompt with Administrator privileges and type:
netsh int ip reset
Reboot
Method 2:
Go to adapter settings /configuration tab and make sure that the computer is NOT allowed to turn-off the WiFi, regardless of the power scheme. Uncheck the box that says something like "Allow the computer to turn this device off to save power"
Method 3:
Open a command prompt with Administrator privileges and type:
netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global rss=enabled
netsh int tcp show global
Reboot
Method 4:
Open a command prompt with Administrator privileges and type:
netsh winsock reset
Reboot
Method 5:
With the WiFi plugged in, uninstall the device from Device Manager. I chose not to keep the driver files. Open a command prompt with Administrator privileges and type:
netcfg -d
Reboot
Method 6:
if you still have the issue, try this. There is a more detailed Windows article on this somewhere.
Check your Windows event logs -- see if there are any error messages such as
"WLAN Extensibility Module has stopped"
"WLAN Extensibility Module has failed to start"
This is followed by a line displaying the path to the errant module:
Module Path: C:\windows\system32\Rtlihvs.dll
The dll name varies depending on the WiFi chipset you have, I have seen :
athihvs.dll; cscoihvs.dll; bcmihvsrv.dll; IWMSSvc.dll
These modules are "independent hardware vendor" extensions to the 802.11 framework to provide additional functionality.
First try restarting the service provided by this dll:
In Start->Run, type services.msc or get to the services list via the control panel. Examine a line with wlansvc - "WLAN autoconfig" . Change the startup type to "automatic" and restart the service. See if it continues to run.
Reboot. Check if wlansvc is still running.
Method 7 (last resort):
By the time I reached here last night, I was ready to dump Windows for good, which I have on most other computers in my network without anyone noticing.
Make a backup of your registry first.
Then edit the registry (regedit.exe) and
Delete the IHV key and all the values
Reboot
////
Did all the things below independent of the processes outlined above:
Disabling power save mode
Win 10 Network Reset
Updating to latest driver
Rolling back to previous driver
Uninstalling Card completely and reinstalling generic Intel driver
Uninstalling Card completely and reinstalling Acer's Intel driver
Deleting IHVextensions from registry to disable OEM .dlls that I thought might be interfering.
Testing various 5Ghz band width configurations in the card settings...(20mhz or auto...)
I'm pulling my hair out...any other suggestions?