I'm trying to get this card (MCX311A-XCAT) working under 15-RELEASE but something is wrong. The card never even gets a link light. It works under Ubuntu 22 and booting the Windows installer from a flash drive also initializes the card enough to get a link. I added the following to /boot/loader.conf
dmesg shows the following
Running ifconfig -a does not show the interface. kldstat -v shows
The machine in question is a Lenovo Thinkstation S30. Any ideas?
Code:
if_mlx4en_load="YES"
dmesg shows the following
Code:
mlx4_core0: <mlx4_core> mem 0xfb200000-0xfb2fffff,0xf2800000-0xf2ffffff at device 0.0 on pci6
mlx4_core: Mellanox ConnectX core driver v3.7.1 (November 2021)
mlx4_core: Initializing 0000:06:00.0
mlx4_core0: Unable to determine PCI device chain minimum BW
Running ifconfig -a does not show the interface. kldstat -v shows
Code:
12 1 0xffffffff83c32000 3c028 mlx4.ko (/boot/kernel/mlx4.ko)
Contains modules:
Id Name
520 mlx4
519 pci/lkpi_mlx4_pci_table
The machine in question is a Lenovo Thinkstation S30. Any ideas?