I think I resolved. Since the follow command gave an error, I dug into it:
In the release notes for one of their drivers, they note the usage was changed. You can get info on all of the attributes with:
After reviewing this, I ran the below command for each GPU. Nvidia-settings took it and now the fans are spinning up/down as needed with HashCat.
Code:
nvidia-settings -a GPUCurrentFanSpeed=100
In the release notes for one of their drivers, they note the usage was changed. You can get info on all of the attributes with:
Code:
nvidia-settings -q all | grep Fan
After reviewing this, I ran the below command for each GPU. Nvidia-settings took it and now the fans are spinning up/down as needed with HashCat.
Code:
nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan-0]/GPUTargetFanSpeed=75"