故障排除:Ubuntu 20.04 Server - 以太网卡运行速度约为预期速度的一半

故障排除:Ubuntu 20.04 Server - 以太网卡运行速度约为预期速度的一半

在全新安装的 Ubuntu 20.04 服务器上,我无法让该以太网卡在有线连接上以超过预期速度的一半的速度运行。

我感觉它实际上并没有以全双工方式运行,因为下载速度始终接近另一台使用同一调制解调器有线连接的计算机的一半。但这只是猜测。

例如,我的笔记本电脑(也配有 1Gbit 网卡)的下载速度通常为 800+ Mbps,而这张网卡的速度却停留在 400 Mbps 以下。两台电脑的上传速度相同。

安装后,我直接从 这里

我们当然非常感谢你的建议。

$ sudo lshw -class network
  *-network                 
       description: Ethernet interface
       product: 82574L Gigabit Network Connection
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: enp4s0
       version: 00
       serial: 68:05:ca:c7:88:22
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k duplex=full firmware=1.8-0 ip=192.168.0.13 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:17 memory:f7ee0000-f7efffff memory:f7e00000-f7e7ffff ioport:dc00(size=32) memory:f7edc000-f7edffff memory:f7e80000-f7ebffff

编辑:

ip addr | grep mtu
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000

相关内容