重置网络设备
重置“Realtek PCIe GBE系列控制器”为我解决了这个问题
devcon restart "PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09"
PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09\4&21A1C3AE&0&00E5: Restarted
1 device(s) restarted.
卸载realtek网络驱动程序无法修复它
卸载realtek网络驱动程序并不能解决它。当我从睡眠中返回时,dns查找仍然经常被破坏
测试
在重置之前nslookup需要几秒钟
nslookup google.com
DNS request timed out.
timeout was 2 seconds.
Server: UnKnown
Address: 8.8.8.8
DNS request timed out.
timeout was 2 seconds.
Name: google.com
Address: 2a00:1450:400f:804::200e
重置后立即返回
nslookup google.com
Server: google-public-dns-a.google.com
Address: 8.8.8.8
Non-authoritative answer:
Name: google.com
Addresses: 2a00:1450:400f:804::200e
216.58.209.142
我的DNS服务器是8.8.8.8而不是我的isp,因为我改变了它以防万一。它不是
netsh interface ipv4 add dnsserver "Local Area Connection" address=8.8.8.8
测试后我重置dns服务器,nslookup仍然有效
netsh interface ip set dns "Local Area Connection" dhcp
在重置之前dhcp更新超时
C:\Users\User>ipconfig /release & ipconfig /renew
Windows IP Configuration
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::a1cf:1ddf:5c50:191%8
Autoconfiguration IPv4 Address. . : 169.254.1.145
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
Ethernet adapter VMware Network Adapter VMnet8:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::3dae:5a21:fdc0:e49e%6
IPv4 Address. . . . . . . . . . . : 192.168.217.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Tunnel adapter isatap.{1D0B324E-565A-4A26-9ED5-5C638FA964E3}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter isatap.{EE0FF7D8-C160-4203-91ED-73706E508332}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter Local Area Connection* 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Windows IP Configuration
An error occurred while renewing interface Ethernet : unable to contact your DHCP server. Request has timed out.
在网络设备复位之前,我也做了这些复位命令。它可能不相关但可能不是因为他们说完成它需要os重启。这可能意味着网络设备重启
netsh interface ip reset
Resetting Global, OK!
Resetting Interface, OK!
Resetting Unicast Address, OK!
Resetting Neighbor, OK!
Resetting Path, OK!
Resetting , failed.
Access is denied.
Resetting , OK!
Restart the computer to complete this action.
netsh winsock reset catalog
You must restart the computer in order to complete the reset.
我还为与设备关联的网络连接禁用了VMware Bridge协议,这可能是无关紧要的
系统
我的系统是
Operating System
Windows 8.1 Enterprise 64-bit
Motherboard
ASUSTeK COMPUTER INC. P8Z77-M PRO (LGA1155) 30 °C
devcon driverfiles "PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09"
PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09\4&21A1C3AE&0&00E5
Name: Realtek PCIe GBE Family Controller
Driver installed from C:\WINDOWS\INF\oem30.inf [RTL8168FB.ndi]. 5 file(s) used by driver:
C:\WINDOWS\system32\DRIVERS\au630x64.sys
C:\WINDOWS\system32\RtNicProp64.dll
C:\Program Files\ASUS\AMDA\U3\U3.dll
C:\Program Files\ASUS\AMDA\U3\U3BoostSvr64.dll
C:\Program Files\ASUS\AMDA\U3\U3BoostSvr64.exe.manifest
1 matching device(s) found.
devcon drivernodes "PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09"
PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09\4&21A1C3AE&0&00E5
Name: Realtek PCIe GBE Family Controller
Driver node #0:
Inf file is C:\WINDOWS\INF\oem30.inf
Inf section is RTL8168FB.ndi
Driver description is Realtek PCIe GBE Family Controller
Manufacturer name is Realtek
Provider name is Realtek
Driver date is 2013-03-14
Driver version is 8.13.314.2013
Driver node rank is 16719872
Driver node flags are 0000B045
Inf is digitally signed
Driver node #1:
Inf file is C:\WINDOWS\INF\oem30.inf
Inf section is RTL8168FB.ndi
Driver description is Realtek PCIe GBE Family Controller
Manufacturer name is Realtek
Provider name is Realtek
Driver date is 2013-03-14
Driver version is 8.13.314.2013
Driver node rank is 16711680
Driver node flags are 0004B045
Inf is digitally signed
Driver node #2:
Inf file is C:\WINDOWS\INF\oem81.inf
Inf section is RTL8168FB.ndi
Driver description is Realtek PCIe GBE Family Controller
Manufacturer name is Realtek
Provider name is Realtek
Driver date is 2012-02-03
Driver version is 7.52.203.2012
Driver node rank is 16719872
Driver node flags are 00003045
Inf is digitally signed
Driver node #3:
Inf file is C:\WINDOWS\INF\netrt630x64.inf
Inf section is RTL8168FB.ndi
Driver description is Realtek PCIe GBE Family Controller
Manufacturer name is Realtek
Provider name is Microsoft
Driver date is 2013-05-10
Driver version is 8.1.510.2013
Driver node rank is 16719872
Driver node flags are 00102045
Inf is digitally signed
1 matching device(s) found.
卸载后,realtek网络驱动程序窗口恢复为此驱动程序没有唤醒问题
C:\Users\User>devcon driverfiles "PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09"
PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09\4&21A1C3AE&0&00E5
Name: Realtek PCIe GBE Family Controller
Driver installed from C:\WINDOWS\INF\netrt630x64.inf [RTL8168FB.ndi]. 1 file(s) used by driver:
C:\WINDOWS\system32\DRIVERS\Rt630x64.sys
1 matching device(s) found.
C:\Users\User>devcon drivernodes "PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09"
PCI\VEN_10EC&DEV_8168&SUBSYS_85051043&REV_09\4&21A1C3AE&0&00E5
Name: Realtek PCIe GBE Family Controller
Driver node #0:
Inf file is C:\WINDOWS\INF\oem81.inf
Inf section is RTL8168FB.ndi
Driver description is Realtek PCIe GBE Family Controller
Manufacturer name is Realtek
Provider name is Realtek
Driver date is 2012-02-03
Driver version is 7.52.203.2012
Driver node rank is 16719872
Driver node flags are 00002045
Inf is digitally signed
Driver node #1:
Inf file is C:\WINDOWS\INF\netrt630x64.inf
Inf section is RTL8168FB.ndi
Driver description is Realtek PCIe GBE Family Controller
Manufacturer name is Realtek
Provider name is Microsoft
Driver date is 2013-05-10
Driver version is 8.1.510.2013
Driver node rank is 16719872
Driver node flags are 00142045
Inf is digitally signed
1 matching device(s) found.