我最近为我的笔记本电脑购买了一个新的以太网适配器,但它总是无法连接到互联网。我没有碰过我的网络设置(一切都设置为自动),我知道 USB 端口可以工作(并且是 3.0),我已经关闭了以太网电缆,并且我已经重新启动,但问题仍然存在。我查看了几个类似的问题,但没有看到答案。以下是一些相关命令的输出:
\n\n~$ ifconfig\nenx00e04c680050: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500\n inet6 fe80::660a:4122:589c:5867 prefixlen 64 scopeid 0x20<link>\n ether 00:e0:4c:68:00:50 txqueuelen 1000 (Ethernet)\n RX packets 13613 bytes 2126629 (2.1 MB)\n RX errors 0 dropped 5 overruns 0 frame 0\n TX packets 539 bytes 529852 (529.8 KB)\n TX errors 247 dropped 0 overruns 0 carrier 0 collisions 0\n\nlo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536\n inet 127.0.0.1 netmask 255.0.0.0\n inet6 ::1 prefixlen 128 scopeid 0x10<host>\n loop txqueuelen 1000 (Local Loopback)\n RX packets 3817 bytes 240361 (240.3 KB)\n …
Run Code Online (Sandbox Code Playgroud)