How to install network driver

Rocky Linux 10
Mellanox Technologies MT27520 Family [ConnectX-3 Pro]

You would probably have to ask elrepo to build one - they build kmod-mlx4 for that particular card for Rocky 8 and 9. See: deviceids [ELRepo Wiki]

Alternatively, try installing kernel-lt or kernel-ml from elrepo repositories as that may already have the module in it.

2 Likes

As @iwalker suggested, send a request to elrepo through My View - ELRepo Bugs . Or you can use elrepo’s mailing list as well.

1 Like

And also, yes, elrepo’s kernel-ml has the mlx4 driver enabled. Please note that kernel-lt for el10 is not available atm.

1 Like

it’s work. but glibc-devel need kernel-header no kernel-ml-header.

rpm -ivh --nodeps /var/cache/dnf/appstream-8f18e4146890fdfc/packages/glibc-devel-2.39-46.el10_0.x86_64.rpm
then it’s work .thanks