我最近在 amd64 台式机上安装了 Debian。以太网上网速度非常非常慢,我还没能解决这个问题。这不是我的网络问题,因为我在同一台机器上使用 Windows 时速度很快。
lspci:
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
我已经尝试安装 r8168 驱动程序来替换 8169 驱动程序,因为有人说它有问题,但它实际上使互联网变慢了。
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Flags: bus master, fast devsel, latency 0, IRQ 53
I/O ports at 3000 [size=256]
Memory at f0b04000 (64-bit, non-prefetchable) [size=4K]
Memory at f0b00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169
以太网开箱即可使用,但是速度非常慢。
我是否缺少其他驱动程序,或者这是其他问题?谢谢
编辑:
没有eth0,但有enp1s0:
enp1s0: negotiated 1000baseT-FD flow-control, link ok
product info: vendor 00:07:32, model 0 rev 0
basic mode: autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
link partner: 1000baseT-HD 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
答案1
自动协商可能失败了。我在 Arch Linux 上使用 Realtek 卡时也遇到过类似的问题。该ethtool
命令(通过 apt 安装)可能会有用。
sudo ethtool -s enp1s0 speed N duplex M
其中N
是 10、100 或 1000,并且M
是“一半”或“全部”,具体取决于您的硬件支持。也可以从 Debian 的 NetworkManager GUI 设置这些。
目前看来您正在以全双工方式运行 1000。尝试半双工。