any body know how to set fanspeed gpu at ubuntu 16.40??
cause at sensor, speed just run max 30% with temperature 78-79C,
make throttling..
i try to modded bios, but not make change..
im appreciated for solutions...
For card 0 :
Go to /sys/class/drm/card0/device/hwmon/hwmon1
and look up the min and max values for fanspeed for your card (files pwm1_min and pwm1_max).
Say, the pwm1_max says 255 and you want to set fanspeed to ~40%
Enter these commands, either diretly in a bash shell or in a shell script.
export PTH=/sys/class/drm/card0/device/hwmon/hwmon1
cat $PTH/pwm1
sudo bash -c "echo 102 > $PTH/pwm1"
cat $PTH/pwm1
The cat command will show you the value before and after you set the speed.
Hopefully, you may hear a change in the fanspeed.
For other cards locate the corresponding files.
Cheers
Can this be done Via ssh?
as I am getting a few errors with this program.. seems to set cards 1 and 3 but not 2... so would like to set them myself
root@streetlight:~/amdgpu-pro-fans# chmod +x amdgpu-pro-fans.sh
root@streetlight:~/amdgpu-pro-fans# ./amdgpu-pro-fans.sh --speed=75-100
Checking for elivated privlidges . . .
echo: write error: Invalid argument
***************************
* Request Returned Errors *
***************************
ERROR: could not set fan speed for Card2\n