以太网协议不工作

以太网协议不工作

我试着再次通过 WiFi 连接到 WiFi 菠萝,结果不小心弄坏了以太网。我能诊断出的唯一有问题的适配器是以太网。以下是我的网络适配器:

网络适​​配器

这是我尝试诊断时遇到的错误:

网络适​​配器错误

当我尝试以管理员身份修复它时:

无法修复错误

我也在命令提示符中尝试过这个:

C:\WINDOWS\system32>netsh int ip reset resetlog.txt
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.

这时,我意识到好像我没有管理员权限来修复自己的电脑。我尝试了这个命令:

ipconfig /all >C:\pingresult.txt

在输出的文件中,我在以太网部分得到了这个:

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : Realtek PCIe FE Family Controller
   Physical Address. . . . . . . . . : 34-E6-D7-81-BE-DF
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::b4e2:623:6404:61de%6(Preferred) 
   Autoconfiguration IPv4 Address. . : 169.254.97.222(Preferred) 
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . : 
   DHCPv6 IAID . . . . . . . . . . . : 406120151
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1E-10-EB-26-34-E6-D7-81-BE-DF
   DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                       fec0:0:0:ffff::2%1
                                       fec0:0:0:ffff::3%1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter VMware Network Adapter VMnet1:

   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet1
   Physical Address. . . . . . . . . : 00-50-56-C0-00-01
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::dcf5:8e1f:fb20:c7b2%4(Preferred) 
   IPv4 Address. . . . . . . . . . . : 192.168.75.1(Preferred) 
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Saturday, December 26, 2015 11:34:00 PM
   Lease Expires . . . . . . . . . . : Sunday, December 27, 2015 12:04:00 AM
   Default Gateway . . . . . . . . . : 
   DHCP Server . . . . . . . . . . . : 192.168.75.254
   DHCPv6 IAID . . . . . . . . . . . : 50352214
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1E-10-EB-26-34-E6-D7-81-BE-DF
   DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                       fec0:0:0:ffff::2%1
                                       fec0:0:0:ffff::3%1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter VMware Network Adapter VMnet8:

   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet8
   Physical Address. . . . . . . . . : 00-50-56-C0-00-08
   DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . :     fe80::ed8b:970b:dc4c:dfa9%13(Preferred) 
       IPv4 Address. . . . . . . . . . . : 192.168.66.1(Preferred) 
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
           Lease Obtained. . . . . . . . . . : Saturday, December 26, 2015 11:33:45 PM
       Lease Expires . . . . . . . . . . : Sunday, December 27, 2015 12:03:45 AM
       Default Gateway . . . . . . . . . : 
       DHCP Server . . . . . . . . . . . : 192.168.66.254
       DHCPv6 IAID . . . . . . . . . . . : 268456022
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1E-10-EB-26-34-E6-D7-81-BE-DF
       DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                       fec0:0:0:ffff::2%1
                                       fec0:0:0:ffff::3%1
       Primary WINS Server . . . . . . . : 192.168.66.2
       NetBIOS over Tcpip. . . . . . . . : Enabled

答案1

如果您有以太网驱动程序,请尝试卸载以太网驱动程序并重新启动计算机。

重新启动计算机后,检查以太网连接(在某些计算机中,重新启动 PC 后会自动检查一些必要的驱动程序)。

如果问题仍然存在,请安装以太网驱动程序并重新启动您的电脑。

答案2

我通过安装和使用适用于 Windows 10 的 FixWin 并使用所有网络修复程序,然后重新启动计算机来修复它。

相关内容