Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't change fan values #3

Open
icepicknz opened this issue Feb 25, 2018 · 8 comments
Open

Doesn't change fan values #3

icepicknz opened this issue Feb 25, 2018 · 8 comments

Comments

@icepicknz
Copy link

01:53 PM root@294350 192.168.33.52 [298.5 hash] /home/ethos # tail -f /var/log/custom-fanbytemp.log
Ref Percents: 48 49 47 49 41 46 46 46 49 45 45
Fan Percents:
Diff Percents:
Stable time: -6
........................................................................................................................................................................................................^C

Am i doing something wrong? Do i need to have an existing fan entry for each GPU for it to modify?

@icepicknz
Copy link
Author

Ahh, i just added an entry for each fan and now it works, you may want to add this to the instructions but thank you for your wonderful work

@0xhessam
Copy link

0xhessam commented Mar 3, 2018

can u give us the work u do ?

im confuse !!

@ghost
Copy link

ghost commented Apr 13, 2018

@zigzamtb did you manage to make it work? It is not that bad, just a bit tricky.

@soravitp
Copy link

soravitp commented May 3, 2018

@icepicknz icepicknz
Can you explain more abt a method to make this work.
becoz fan's value didn,t changed at all.
Thanks

@icepicknz
Copy link
Author

Have you edited local.conf and added a fan value for each GPU?

@soravitp
Copy link

soravitp commented May 3, 2018

fan 6d579c 47 47 47 47 47 47
@icepicknz

yes I put this in local.conf, btw how can I have
tail -f /var/log/custom-fanbytemp.log
I dnt have this file. I guess

and when I start running this cmd

"sh custom-fanbytemp.sh start"
output here.
custom-fanbytemp.sh: 18: [: start: unexpected operator
custom-fanbytemp.sh: 18: [: start: unexpected operator
custom-fanbytemp.sh: 27: [: unexpected operator
Already launched!

@icepicknz
Copy link
Author

if /var/log/custom-fanbytemp.log is not there then you haven't started the app yet.

03:27 PM root@2554df 192.168.33.51 [364.7 hash] /root # ps -auxwww | grep custom
root 5908 0.0 0.0 15960 2192 pts/2 S+ 15:27 0:00 grep --color=auto custom
root 22280 0.0 0.2 139020 17480 ? S 00:30 0:22 /usr/bin/php /home/ethos/custom-fanbytemp-daemon.php
03:27 PM root@2554df 192.168.33.51 [364.8 hash] /root #

Run
03:27 PM root@2554df 192.168.33.51 [364.8 hash] /root # /home/ethos/custom-fanbytemp.sh restart

You should get Success!

Also make sure you are root or add sudo in front.

@soravitp
Copy link

soravitp commented May 3, 2018

@icepicknz
Thanks you so much It's work !!! using
(if in ethos user)
sudo ps -auxwww | grep custom
then sudo chmod +x custom-fanbytemp-daemon.php

and to start run
sudo bash custom-fanbytemp-daemon.php start

this solved for me. many thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants