如何让 NIC 以 1000mbps 的速度工作

如何让 NIC 以 1000mbps 的速度工作

我的 Acer AXC-603 设置为双启动 Ubuntu 15.04 和 Win 8.1。我的 ISP 是 Comcast,互联网下载速度为“Blast”(最高 150 mbps)。在 Win 8.1 中,使用 Comcast Speed Test,我的下载速度为 100 +/- mbps。在 Ubuntu 中,我的下载速度为 30 +/- mbps。电缆是 Cat5e,我尝试了许多终端命令组合,但无法增加 Ubuntu 中的下载速度。以下是输出lshw

~$ sudo lshw -numeric -C network -sanitize
  *-network               
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
       vendor: Realtek Semiconductor Co., Ltd. [10EC]
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 11
       serial: [REMOVED]
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-2_0.0.1 02/06/13 ip=[REMOVED] latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:89 ioport:e000(size=256) memory:d0604000-d0604fff memory:d0600000-d0603fff

编辑1:

$ sudo ethtool eth0
Settings for eth0:
    Supported ports: [ TP MII ]
    Supported link modes:   10baseT/Half 10baseT/Full 
                            100baseT/Half 100baseT/Full 
                            1000baseT/Half 1000baseT/Full 
    Supported pause frame use: No
    Supports auto-negotiation: Yes
    Advertised link modes:  10baseT/Half 10baseT/Full 
                            100baseT/Half 100baseT/Full 
    Advertised pause frame use: Symmetric Receive-only
    Advertised auto-negotiation: Yes
    Link partner advertised link modes:  10baseT/Half 10baseT/Full 
                                         100baseT/Half 100baseT/Full 
    Link partner advertised pause frame use: Symmetric Receive-only
    Link partner advertised auto-negotiation: Yes
    Speed: 100Mb/s
    Duplex: Full
    Port: MII
    PHYAD: 0
    Transceiver: internal
    Auto-negotiation: on
    Supports Wake-on: pumbg
    Wake-on: d
    Current message level: 0x00000033 (51)
                   drv probe ifdown ifup
    Link detected: yes

编辑2:

$ sudo ethtool -i eth0
driver: r8169
version: 2.3LK-NAPI
firmware-version: rtl8168g-2_0.0.1 02/06/13
bus-info: 0000:02:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no

结束编辑2

答案1

NIC 现在以 1Gbps 的速度工作。问题出在我的计算机和 Comcast 调制解调器之间的电缆上,Comcast 调制解调器位于楼下约 100 英尺远的地方,就在我妻子的计算机旁边。我妻子的联想和我的 Acer 在从调制解调器直接连接的短电缆上以 150 Mbps +/- 的速度下载(即没有中间插头/插座)。但是,当我的 Acer 在楼上的办公室时,它通过穿过墙壁的 cat5e 连接到调制解调器,因此有 2 组中间墙壁插座/插头。作为测试,我得到了大约 110 英尺的新 cat5e,在两端安装了 RJ45,并将 110 英尺的电缆穿过走廊和楼梯。有了调制解调器和楼上办公室的 Acer 之间的这根电缆,我现在可以获得 1Gbps 的速度。现在必须调试/升级墙壁中的电缆。感谢您的意见。

相关内容