ubuntu16.04.03 LTS 无法识别Inter X520 10Gb网卡

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
coldhost
帖子: 2
注册时间: 2018-12-27 14:07
系统: ubuntu16.04

ubuntu16.04.03 LTS 无法识别Inter X520 10Gb网卡

#1

帖子 coldhost » 2018-12-27 14:41

服务器版本是ubuntu16.04.03 LTS,安装了Inter X520 10Gb网卡,系统无法识别,求问ubuntun哪个版本集成了这个网卡的驱动,如果单独下载驱动哪里可以下载到?麻烦大神给点帮助
头像
astolia
论坛版主
帖子: 6435
注册时间: 2008-09-18 13:11

Re: ubuntu16.04.03 LTS 无法识别Inter X520 10Gb网卡

#2

帖子 astolia » 2018-12-27 19:39

代码: 全选

sudo lshw -C network
看下具体的型号
coldhost
帖子: 2
注册时间: 2018-12-27 14:07
系统: ubuntu16.04

Re: ubuntu16.04.03 LTS 无法识别Inter X520 10Gb网卡

#3

帖子 coldhost » 2018-12-28 9:40

astolia 写了: 2018-12-27 19:39

代码: 全选

sudo lshw -C network
看下具体的型号
网卡型号:
*-network:0 DISABLED
description: Ethernet interface
product: Ethernet 10G 2P X520 Adapter
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:84:00.0
logical name: enp132s0f0
version: 01
serial: b4:96:91:1e:e9:7c
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd bus_master cap_list rom ethernet physical fibre 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=4.2.1-k firmware=0x800008bd latency=0 link=no multicast=yes port=fibre
resources: irq:79 memory:c8100000-c81fffff ioport:8020(size=32) memory:c8204000-c8207fff memory:c8280000-c82fffff memory:3c000000000-3c0000fffff memory:3c000100000-3c0001fffff
*-network:1 DISABLED
description: Ethernet interface
product: Ethernet 10G 2P X520 Adapter
vendor: Intel Corporation
physical id: 0.1
bus info: pci@0000:84:00.1
logical name: enp132s0f1
version: 01
serial: b4:96:91:1e:e9:7e
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress vpd bus_master cap_list ethernet physical fibre 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=4.2.1-k firmware=0x800008bd latency=0 link=no multicast=yes port=fibre
resources: irq:113 memory:c8000000-c80fffff ioport:8000(size=32) memory:c8200000-c8203fff memory:3c000200000-3c0002fffff memory:3c000300000-3c0003fffff


机器型号: dell poweredge r730
问了dell厂商,730官方支持列表里是没有ubuntu的,740才支持,不知道是不是硬件问题
头像
astolia
论坛版主
帖子: 6435
注册时间: 2008-09-18 13:11

Re: ubuntu16.04.03 LTS 无法识别Inter X520 10Gb网卡

#4

帖子 astolia » 2018-12-28 16:07

再看下

代码: 全选

sudo ip link set enp132s0f0 up

代码: 全选

dmesg | grep ixgbe
的输出结果
回复