请问怎么让网卡变成1000Mbps?
Tofloor
poster avatar
svfeng
deepin
2018-06-02 02:57
Author
在windows下是1000mbps,到了DEEP怎么变成100了?
Reply Favorite View the author
All Replies
avatar
gongsong
deepin
2018-06-02 03:18
#1
对端是千兆才能协商成千兆
Reply View the author
avatar
ljbaaa
deepin
2018-06-02 07:41
#2
两点,1,网线两端的设备均支持千兆,2,千兆网线连接他们即可。其中一条达不到就不是千兆,
Reply View the author
avatar
bill_2018
deepin
2018-06-04 16:13
#3
ethtool -s eth0 speed 100 duplex full autoneg off 此指令将eth0设备设置为全双工自适应,速度为100Mbs。若要eth0启动时设置这些参数, 修改文件/etc/sysconfig/network-scripts/ifcfg-eth0 ,添加如下一行:  ETHTOOL_OPTS="speed 100 duplex full autoneg off" 或 ETHTOOL_OPTIONS="speed 100 duplex full autoneg off"
Reply View the author
avatar
窄口牛
deepin
2018-06-04 16:14
#4
换个别的芯片的网卡试试。
Reply View the author