Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
ratatella
on 28/10/2016, 16:29:27 UTC
Does the fanspeed setting work on Linux? Doesn't seem to do anything on my 470's, and the fan is too slow.
The new AMDGPU-PRO Driver for Linux doesn't seem to have any console app to adjust it.
same here. it's over 70oC. sometimes, one of my gpu (6xRX470) crash.

Same same,

Running silent army under linux with rx 480 because win10 crashes with silent army but gives double sols compared to non-silent army..

It would be really nice if we could, in Linux, control freq, mem, fan through the config.txt as there is no AMD tweak tool for Linux as there is Wattman for Windows.. But.. changing this config.txt makes no changes.. not even turns fans faster..?

GPU's getting quite hot and need to turn fans up.. but how?



increase value in /sys/class/drm/card0/device/hwmon/hwmon0/pwm1 (default on mine was 35)


i.e. set fans to 250 (255 is max)
Code:
sudo echo 250 > /sys/class/drm/card0/device/hwmon/hwmon0/pwm1

additional cards change card# hwmon#





That works, thanks a lot!

Might you also know how to do this for core freq, mem and tune?