Hello,
I am rebuilding my homelab and am running into an issue with the SFP+ ports on my new Proxmox systems. I acquired 2 Minisforum MS-A2's and am trying to use the fiber ports for my connectivity. I have been unable to get Proxmox to detect the link on either fiber port so far, with them saying the link is down. If I boot into a live Ubuntu or Fedora instance they work with no issues, so I believe the hardware is fine. I have attempted to fix it with the following:
-Updated the firmware to the latest available
-Updated Proxmox to the latest revision (Running pve-manager/8.4.16)
-Updated the kernel to the latest revision (Running Linux 6.8.12-18-pve)
-Verified the driver is present and loaded using modinfo and modprobe
I am fairly new when it comes to Linux and am not sure where else to go from here. I have tried searching the forums for help but every time I find a post with someone with the same issue the post is abandoned after sharing outputs back and forth. Any help would be greatly appreciated.
I am rebuilding my homelab and am running into an issue with the SFP+ ports on my new Proxmox systems. I acquired 2 Minisforum MS-A2's and am trying to use the fiber ports for my connectivity. I have been unable to get Proxmox to detect the link on either fiber port so far, with them saying the link is down. If I boot into a live Ubuntu or Fedora instance they work with no issues, so I believe the hardware is fine. I have attempted to fix it with the following:
-Updated the firmware to the latest available
-Updated Proxmox to the latest revision (Running pve-manager/8.4.16)
-Updated the kernel to the latest revision (Running Linux 6.8.12-18-pve)
-Verified the driver is present and loaded using modinfo and modprobe
I am fairly new when it comes to Linux and am not sure where else to go from here. I have tried searching the forums for help but every time I find a post with someone with the same issue the post is abandoned after sharing outputs back and forth. Any help would be greatly appreciated.
Code:
ethtool enp5s0f0np0
Settings for enp5s0f0np0:
Supported ports: [ FIBRE ]
Supported link modes: 10000baseSR/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10000baseSR/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: FIBRE
PHYAD: 0
Transceiver: internal
Supports Wake-on: g
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: no
Code:
ethtool -i enp5s0f0np0
driver: i40e
version: 6.8.12-18-pve
firmware-version: 9.56 0x800100fb 1.3602.0
expansion-rom-version:
bus-info: 0000:05:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
Code:
modinfo i40e
filename: /lib/modules/6.8.12-18-pve/kernel/drivers/net/ethernet/intel/i40e/i40e.ko
license: GPL v2
description: Intel(R) Ethernet Connection XL710 Network Driver
author: Intel Corporation, <e1000-devel@lists.sourceforge.net>
srcversion: F9C9CEE389B7DD19E8C7D81
depends:
retpoline: Y
intree: Y
name: i40e
vermagic: 6.8.12-18-pve SMP preempt mod_unload modversions
<I removed some output to save space>