nan0s7 / nfancurve

A small and lightweight POSIX script for using a custom fan curve in Linux for those with an Nvidia GPU.
GNU General Public License v3.0
314 stars 57 forks source link

Error with double fans GPU on Ubuntu 18.04 #27

Closed dominoplayer84 closed 4 years ago

dominoplayer84 commented 4 years ago

I tried to control my fans with this project and I got this output when I execute the temp.sh script's. Output :

################################################################################
#          nan0s7's script for automatically managing GPU fan speed            #
################################################################################

Configuration file: /home/cedric/FanControl/nfancurve/config
Number of Fans detected: 
2
Number of GPUs detected: 
1

Started process for n-GPUs and n-Fans

ERROR: Error assigning value 70 to attribute 'GPUTargetFanSpeed'
       (cedric-home-kubuntu:0[fan:0]) as specified in assignment
       '[fan:0]/GPUTargetFanSpeed=70' (Unknown Error).

ERROR: Error assigning value 70 to attribute 'GPUTargetFanSpeed'
       (cedric-home-kubuntu:0[fan:1]) as specified in assignment
       '[fan:1]/GPUTargetFanSpeed=70' (Unknown Error).

I used the default configuration provide by this repo. My hardward is : CPU : Ryzen 3900X GPU : Nvidia RTX 2080 ti

dominoplayer84 commented 4 years ago

It was an issue from my nvidia drivers. It works right now. Sorry.

nan0s7 commented 4 years ago

No worries, glad it works now! :)