You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have two system using the same CentOS 7 with old kernel (3.10.0-1160.80.1.el7.x86_64). One of the systems works perfectly with the master version of the amd_hsmp, however the other one (2x7763 + 8x A100 per node) fails when inserting the kernel module. It results in the following error:
insmod: ERROR: could not insert module amd_hsmp/4276242/amd_hsmp.ko: No such device
I have tested older versions of the code, and found out that only the very old version without ioctl interface (5d590b2) is possible to insert, and works fine.
Do you have a clue why the ioctl versions do not work? Thanks @nchatrad
The text was updated successfully, but these errors were encountered:
Hi Vysocky,
7763 should be Milan, did you check if HSMP interface is enabled in the BIOS. Note: BIOS config options vary among ODMs.
Can you share the dmesg logs around the error while inserting.
We have two system using the same CentOS 7 with old kernel (3.10.0-1160.80.1.el7.x86_64). One of the systems works perfectly with the master version of the amd_hsmp, however the other one (2x7763 + 8x A100 per node) fails when inserting the kernel module. It results in the following error:
insmod: ERROR: could not insert module amd_hsmp/4276242/amd_hsmp.ko: No such device
I have tested older versions of the code, and found out that only the very old version without ioctl interface (5d590b2) is possible to insert, and works fine.
Do you have a clue why the ioctl versions do not work? Thanks
@nchatrad
The text was updated successfully, but these errors were encountered: