lspci | grep SFP
04:00.0 Ethernet controller: Intel Corporation Ethernet Connection X552 10 GbE SFP+
04:00.1 Ethernet controller: Intel Corporation Ethernet Connection X552 10 GbE SFP+
[root@proxmox1.p10atl ~]# ethtool -i eno7
driver: ixgbe
version: 5.1.0-k
firmware-version: 0x800006b1
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
[root@proxmox1.p10atl ~]# ethtool -i eno8
driver: ixgbe
version: 5.1.0-k
firmware-version: 0x800006b1
expansion-rom-version:
bus-info: 0000:04:00.1
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
You know what they say about assumptions ... evidence in my case showed different behavior from different driver versions in the kernel.well.... if it is embedded nic... then it is more of motherboard vendor issue/firmware
I would at least recommend compiling and installing the latest official intel ixgbe driver and seeing if it magically resolves your issue. If so, maybe the proxmox guys can either bundle the newer version, or maybe switch to a newer kernel that already bundles a newer driver.Can someone give me advice about the problem I'm having?
I would at least recommend compiling and installing the latest official intel ixgbe driver and seeing if it magically resolves your issue. If so, maybe the proxmox guys can either bundle the newer version, or maybe switch to a newer kernel that already bundles a newer driver.
https://downloadcenter.intel.com/download/14687
root@node03:/usr/local/src/ixgbe-5.5.3/src# make install
common.mk:81: *** Kernel header files not in any of the expected locations.
common.mk:82: *** Install the appropriate kernel development package, e.g.
common.mk:83: *** kernel-devel, for building kernel modules and try again. Stop.
root@node03:/usr/local/src/ixgbe-5.5.3/src# apt install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-4.15.18-9-pve
E: Couldn't find any package by glob 'linux-headers-4.15.18-9-pve'
E: Couldn't find any package by regex 'linux-headers-4.15.18-9-pve'
root@node03:/usr/local/src/ixgbe-5.5.3/src# apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-4.15.18-9-pve
E: Couldn't find any package by glob 'linux-headers-4.15.18-9-pve'
E: Couldn't find any package by regex 'linux-headers-4.15.18-9-pve'
root@node03:~# apt-get install pve-headers-4.15.18-9-pve
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pve-headers-4.15.18-9-pve
E: Couldn't find any package by glob 'pve-headers-4.15.18-9-pve'
E: Couldn't find any package by regex 'pve-headers-4.15.18-9-pve'
root@node03:~# apt-get install pve-headers
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pve-headers