I'm trying to use a network card on my server, I've tried some configurations but without success, would anyone have any guidance on this?
-network card does not appear in IP link
Proxmox: 7.4-3
I tried this and it didn't work:
$modprobe -r ixgbe
$modprobe ixgbe allow_unsupported_sft=1
$ echo "options ixgbe allow_unsupported_sfp=1" > /etc/modprobe.d/ixgbe.conf
$depmod -a
$update-initramfs -u
Output:
lspci -v :
dmesg | grep Gigabit
lspci -k | sed -n '/Ethernet/,/Kernel/p'
-network card does not appear in IP link
Proxmox: 7.4-3
I tried this and it didn't work:
$modprobe -r ixgbe
$modprobe ixgbe allow_unsupported_sft=1
$ echo "options ixgbe allow_unsupported_sfp=1" > /etc/modprobe.d/ixgbe.conf
$depmod -a
$update-initramfs -u
Output:
lspci -v :
0a:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) Subsystem: Intel Corporation Ethernet Server Adapter X520-2 Flags: fast devsel, IRQ 38, NUMA node 0 Memory at d0000000 (64-bit, non-prefetchable) [size=512K] I/O ports at ecc0 Memory at d0100000 (64-bit, non-prefetchable) [size=16K] Capabilities: [40] Power Management version 3 Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+ Capabilities: [70] MSI-X: Enable- Count=64 Masked- Capabilities: [a0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number ..... Capabilities: [150] Alternative Routing-ID Interpretation (ARI) Capabilities: [160] Single Root I/O Virtualization (SR-IOV) Kernel modules: ixgbe 0a:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) Subsystem: Intel Corporation Ethernet Server Adapter X520-2 Flags: fast devsel, IRQ 39, NUMA node 0 Memory at d0080000 (64-bit, non-prefetchable) [size=512K] I/O ports at ece0 Memory at d0304000 (64-bit, non-prefetchable) [size=16K] Capabilities: [40] Power Management version 3 Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+ Capabilities: [70] MSI-X: Enable- Count=64 Masked- Capabilities: [a0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number .... Capabilities: [150] Alternative Routing-ID Interpretation (ARI) Capabilities: [160] Single Root I/O Virtualization (SR-IOV) Kernel modules: ixgbe |
dmesg | grep Gigabit
[ 1.922669] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver |
lspci -k | sed -n '/Ethernet/,/Kernel/p'
01:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 2-port Gigabit Ethernet PCIe DeviceName: NIC1 Subsystem: Dell NetXtreme BCM5720 2-port Gigabit Ethernet PCIe Kernel driver in use: tg3 01:00.1 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 2-port Gigabit Ethernet PCIe DeviceName: NIC2 Subsystem: Dell NetXtreme BCM5720 2-port Gigabit Ethernet PCIe Kernel driver in use: tg3 0a:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) Subsystem: Intel Corporation Ethernet Server Adapter X520-2 Kernel modules: ixgbe 0a:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) Subsystem: Intel Corporation Ethernet Server Adapter X520-2 Kernel modules: ixgbe |
Attachments
Last edited: