wi$em@n
Newbie
Offline
Activity: 46
Merit: 0
|
|
December 18, 2017, 02:44:11 AM |
|
HI, after applying the latest version of nvOC-19-2-update I've got this in the MINER_TEMP_CONTROL:
GPU 0, Target temp: 65, Current: 60, Diff: 5, Fan: 50, Power: [Not Supported] GPU 1, Target temp: 65, Current: 59, Diff: 6, Fan: 50, Power: [Not Supported] GPU 2, Target temp: 65, Current: 57, Diff: 8, Fan: 50, Power: [Not Supported] GPU 3, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported] GPU 4, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported] GPU 5, Target temp: 65, Current: 64, Diff: 1, Fan: 50, Power: [Not Supported] GPU 6, Target temp: 65, Current: 61, Diff: 4, Fan: 50, Power: [Not Supported] GPU 7, Target temp: 65, Current: 59, Diff: 6, Fan: 50, Power: [Not Supported] GPU 8, Target temp: 65, Current: 63, Diff: 2, Fan: 55, Power: [Not Supported] GPU 9, Target temp: 65, Current: 64, Diff: 1, Fan: 50, Power: [Not Supported] GPU 10, Target temp: 65, Current: 60, Diff: 5, Fan: 50, Power: [Not Supported] GPU 11, Target temp: 65, Current: 62, Diff: 3, Fan: 50, Power: [Not Supported] GPU 12, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported] Sun Dec 17 10:43:54 MST 2017 - All good, will check again in 13.5 seconds
Why power has become "Not Supported"?
Ah. Are you are using the 1050 GPU? For that GPU, Nvidia's linux API does not support reading the power. Hence, reading it returns [Not Supported]. It is the only GPU (so far) that we have seen like that. As far as I know, it has little to no impact on the temp control for 19-2.0 but leenoox can correct me if I am wrong. It is 1050ti. On nvOC-19-1.4 and early versions of nvOC-19-2 it was like this: GPU 0, Target temp: 75, Current: 73, Diff: 2, Fan: 50, Power: 70 GPU 1, Target temp: 75, Current: 73, Diff: 2, Fan: 50, Power: 70 GPU 2, Target temp: 75, Current: 75, Diff: 0, Fan: 50, Power: 70 GPU 3, Target temp: 75, Current: 68, Diff: 7, Fan: 50, Power: 70 GPU 4, Target temp: 75, Current: 68, Diff: 7, Fan: 50, Power: 70 GPU 5, Target temp: 75, Current: 66, Diff: 9, Fan: 50, Power: 70 Sun Dec 17 11:52:06 MST 2017 - All good, will check again soon Hmm. Try the this on your rig and see what it returns: nvidia-smi --query-gpu=power.draw --format=csv
It returns the same: m1@m1-desktop:~$ GPU 0, Target temp: 65, Current: 60, Diff: 5, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 1, Target temp: 65, Current: 59, Diff: 6, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 2, Target temp: 65, Current: 57, Diff: 8, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 3, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 4, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 5, Target temp: 65, Current: 64, Diff: 1, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 6, Target temp: 65, Current: 61, Diff: 4, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 7, Target temp: 65, Current: 59, Diff: 6, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 8, Target temp: 65, Current: 63, Diff: 2, Fan: 55, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 9, Target temp: 65, Current: 64, Diff: 1, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 10, Target temp: 65, Current: 60, Diff: 5, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 11, Target temp: 65, Current: 62, Diff: 3, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ GPU 12, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported] GPU: command not found m1@m1-desktop:~$ m1@m1-desktop:~$ Sun Dec 17 10:43:54 MST 2017 - All good, will check again in 13.5 seconds
|