User Tools

Site Tools


nvidia-smi-debian

This is an old revision of the document!


Getting nvml_fix to work adequately on Debian

nvml_fix is an excelent piece of hackery. It gets your nvidia-smi showing some stats usually only “supported” on flagship GPU's. Go check out the link for more information.

There's a small perk, though. README mentions dpkg-divert etc. but it won't solve the problem. Install nvidia-smi package as normal, then rename the symbolic link libnvidia-ml.so.1 to libnvidia-ml.so.VERSION (like …so.666.66). Then do the make install accordingly. The reason is: libnvidia-ml.so.1 is nvml_fix hacking itself into the middle, but it still needs to find the original Nvidia library. If you run ldd libnvidia-ml.so.1, you can see where it expects to find the original library.

And voilá

Source: idk, I just ran into that mess a bit too many times.

nvidia-smi-debian.1599625244.txt.gz · Last modified: 2020/09/09 01:20 by prppedro