首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >CentOS: e1000显示为光纤端口,但必须是MII

CentOS: e1000显示为光纤端口,但必须是MII
EN

Server Fault用户
提问于 2009-10-01 11:17:11
回答 2查看 5.4K关注 0票数 0

我安装了一个英特尔千兆位卡,它显示如下:

代码语言:javascript
复制
[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 ~]#

因此,我得到了错误:

代码语言:javascript
复制
[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?民族工具改变不了它。

谢谢

EN

回答 2

Server Fault用户

回答已采纳

发布于 2009-10-03 08:35:26

您可以尝试将您的问题发布到e1000开发人员邮件列表中,该列表受到Intel驱动程序开发人员的积极监视。一定要包括您的OS发行版、来自"ethtool -i eth0“的输出以及lspci的输出。

您可以在英特尔网卡驱动程序的SourceForge站点上找到邮件列表信息:https://lists.sourceforge.net/lists/listinfo/e1000-devel

票数 1
EN

Server Fault用户

发布于 2009-10-01 12:25:47

当民族工具不知道该说什么时,它只是说了些什么。换句话说,这是谎言。

更新内核以包括NIC的最新驱动程序。然后民族工具会知道更多,并得到正确的。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/70331

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档