I installed dual port ConnectX-3 NICs into two different Proxmox 7.1 servers and I'm only seeing a single port on each show up.  These NICs were pulled from working Unraid (Slackware) servers where both NICs showed up fine and were functioning.  I had previously configured these NICs to run in Ethernet mode on a WIndows system.  Can anyone advise on how I can get both to show up inside Proxmox?
	
	
	
		
	
	
	
		
				
			
		Code:
	
	~# lshw -class network -businfo
Bus info          Device           Class          Description
=============================================================
pci@0000:43:00.0  enp67s0          network        MT27500 Family [ConnectX-3]
pci@0000:49:00.0  eno1             network        NetXtreme BCM5720 2-port Gigabit Ethernet PCIe
pci@0000:49:00.1  eno2             network        NetXtreme BCM5720 2-port Gigabit Ethernet PCIe
pci@0000:43:00.0  enp67s0d1        network        Ethernet interface
                  bond0            network        Ethernet interface
                  vmbr0            network        Ethernet interface
                  bond0.140        network        Ethernet interface
                  vmbr140          network        Ethernet interface
                  docker0          network        Ethernet interface
	
		Code:
	
	~# lshw -class network -businfo
Bus info          Device           Class          Description
=============================================================
pci@0000:02:00.0  enp2s0           network        MT27500 Family [ConnectX-3]
pci@0000:04:00.0  eno1             network        I210 Gigabit Network Connection
pci@0000:05:00.0  eno2             network        I210 Gigabit Network Connection
pci@0000:02:00.0  enp2s0d1         network        Ethernet interface
                  bond0            network        Ethernet interface
                  vmbr0            network        Ethernet interface
                  bond0.140        network        Ethernet interface
                  vmbr140          network        Ethernet interface
                  docker0          network        Ethernet interface
	
			
				Last edited: