Intel 10Gb 82599ES 没有运营商

Intel 10Gb 82599ES 没有运营商

我无法Intel 10Gbit/s 82599ES运行我的 NIC。内核 4.19 上也同样如此:

$ uname -a
Linux 4.19.0-8-amd64

带内置驱动程序:

$ sudo ethtool -i eth6
driver: ixgbe
version: 5.1.0-k
firmware-version: 0x80000827, 16.5.19
expansion-rom-version: 
bus-info: 0000:04:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes

在内核 5.6 上也同样如此:

$ uname -a
Linux 5.6.0-2-amd64

使用最新的驱动程序:

$ sudo ethtool -i eth6
driver: ixgbe
version: 5.7.1
firmware-version: 0x80000827, 16.5.19
expansion-rom-version: 
bus-info: 0000:04:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes

我做了什么:

$ sudo ip link
8: eth6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether a0:36:9f:82:92:a4 brd ff:ff:ff:ff:ff:ff

sudo ip link set eth6 up

$ sudo ip link
8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether a0:36:9f:82:92:a4 brd ff:ff:ff:ff:ff:ff

$ sudo ip addr add 10.1.6.207/16 dev eth6

$ sudo ip link
8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether a0:36:9f:82:92:a4 brd ff:ff:ff:ff:ff:ff

$ ethtool eth6
Settings for eth6:
        Supported ports: [ FIBRE ]
        Supported link modes:   10000baseT/Full 
        Supported pause frame use: Symmetric
        Supports auto-negotiation: No
        Supported FEC modes: Not reported
        Advertised link modes:  10000baseT/Full 
        Advertised pause frame use: Symmetric
        Advertised auto-negotiation: No
        Advertised FEC modes: Not reported
        Speed: Unknown!
        Duplex: Unknown! (255)
        Port: Other
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: off
        Supports Wake-on: d
        Wake-on: d
        Current message level: 0x00000007 (7)
                               drv probe link
        Link detected: no

知道这里有什么问题吗?

编辑:也尝试过,$ sudo ifconfig eth6 mtu 9000但没有任何效果:

8: eth6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 9000 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether a0:36:9f:82:92:a4 brd ff:ff:ff:ff:ff:ff

相关内容