我安装了一个英特尔千兆位卡,它显示如下:
[root@mail ~]# ethtool eth0
Settings for eth0:
Supported ports: [ FIBRE ]
Supported link modes: 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: FIBRE
PHYAD: 0
Transceiver: external
Auto-negotiation: on
Supports Wake-on: umbg
Wake-on: g
Current message level: 0x00000007 (7)
Link detected: yes
[root@mail ~]#因此,我得到了错误:
[root@mail ~]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:07:E9:0A:75:A5
inet addr:78.158.192.29 Bcast:78.158.192.127 Mask:255.255.255.128
inet6 addr: fe80::207:e9ff:fe0a:75a5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:29351806494030 dropped:4891967749005 overruns:0 frame:19567870996020
TX packets:0 errors:9783935498010 dropped:0 overruns:0 carrier:14675903247015
collisions:4891967749005 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Base address:0xb000 Memory:ff700000-ff720000其他网卡显示为"MII“,工作正常。是否有能力将端口类型从光纤改为MII?民族工具改变不了它。
谢谢
发布于 2009-10-03 08:35:26
您可以尝试将您的问题发布到e1000开发人员邮件列表中,该列表受到Intel驱动程序开发人员的积极监视。一定要包括您的OS发行版、来自"ethtool -i eth0“的输出以及lspci的输出。
您可以在英特尔网卡驱动程序的SourceForge站点上找到邮件列表信息:https://lists.sourceforge.net/lists/listinfo/e1000-devel
发布于 2009-10-01 12:25:47
当民族工具不知道该说什么时,它只是说了些什么。换句话说,这是谎言。
更新内核以包括NIC的最新驱动程序。然后民族工具会知道更多,并得到正确的。
https://serverfault.com/questions/70331
复制相似问题