I’ve been trying to get the CUDA toolkit installed on my current setup. I have a GTX 1060 8GB and am running Linux Kernal ‘Linux 6.1.0-0.deb11.13-amd64’ (OMV).
When using the nvidia-detect tool it reccomends the ‘nvidia-legacy-390xx-drivers’ package. I have that installed along with the legacy SMI version and the nvidia-container-toolkit (version 1.14.3-1).
According to what I have read I would need to install the 9.1 version of the CUDA tools. However when looking at the install instructions for that version there doesn’t appear to be an option for Debian at all. Trying to install the newest version attempts to install the newest drivers as well which doesn’t work with the older card.
My main goal is to get this working so that I can compile a version of ffmpeg that will use the card for HW encoding/decoding. Any help or advice would be appreciated.