Good afternno all...
I have been trying to install and configure a Mellanox ConnectX-3 CX311A 10bge nic on a Proxmox v8.2.4 server running on an HP Elite 800 G4. The Proxmox GUI does not show the card but dmesg and lspci recognize it.
What I've done so far:
Physically install card into full length PCIE slot
Following this post https://forum.proxmox.com/threads/pve-6-3-infiniband-error.86682/
I have added 'acpi=off pci=realloc=off' in /etc/default/grub
Any ideas?
I have been trying to install and configure a Mellanox ConnectX-3 CX311A 10bge nic on a Proxmox v8.2.4 server running on an HP Elite 800 G4. The Proxmox GUI does not show the card but dmesg and lspci recognize it.
What I've done so far:
Physically install card into full length PCIE slot
Bash:
root@elitelab:~# lspci | grep -i mellanoX
01:00.0 Ethernet controller: Mellanox Technologies MT27500 Family [ConnectX-3]
root@elitelab:~# dmesg | grep -i mellanoX
[ 1.088170] mlx4_core: Mellanox ConnectX core driver v4.0-0
[ 10.556130] mlx4_en: Mellanox ConnectX HCA Ethernet driver v4.0-0
[ 10.608794] <mlx4_ib> mlx4_ib_probe: mlx4_ib: Mellanox ConnectX InfiniBand driver v4.0-0
Following this post https://forum.proxmox.com/threads/pve-6-3-infiniband-error.86682/
I have added 'acpi=off pci=realloc=off' in /etc/default/grub
Any ideas?