rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
https://rnext.it/jetson_stats
GNU Affero General Public License v3.0
2.17k stars 264 forks source link

What's the difference among the FAN f "Jc", "Auto" and "Manual" #41

Closed borninfreedom closed 4 years ago

rbonghi commented 5 years ago

Hi @borninfreedom ,

this functionality is under update and fix.

rbonghi commented 5 years ago

At this time I'm looking to fix this issue #39

borninfreedom commented 5 years ago

Thank you @rbonghi ,but my jetson nano does not occur the issue #39 even I set the control mode to Auto. The default auto control mode is not smoothly for my fan, because when the temperature comes to about 59C, the fan rate will reach 31% with a big noisy. So I write the fan a python script, https://blog.csdn.net/bornfree5511/article/details/103076414

borninfreedom commented 5 years ago

There is another problem I want to consult to you. How does the Jc control mode work?

rbonghi commented 5 years ago

A next release of jetson-stats will look to include a fan manager, like your!

Usually when you run jetson_clocks the fan is simple manage from the same script:

If you set "JC" from jtop in this case the fan and fan_control is the same controlled from jetson_clocks

rbonghi commented 5 years ago

I just release a new version of jetson-stats in this version is temporary disabled the "Auto" mode. In the new version I will add a service like the article that you post me

borninfreedom commented 5 years ago

Looking forward to the new version and thank you for your answer.

rbonghi commented 4 years ago

Same issue on devtalk https://devtalk.nvidia.com/default/topic/1047060/jetson-agx-xavier/fan-management-xavier/post/5424627/#5424627

rbonghi commented 4 years ago

In according with this topic: https://devtalk.nvidia.com/default/topic/1071493/jetson-agx-xavier/xavier-fan-trouble-re-enable-dvfs-/post/5429430/#5429430

I will retry soon the "Auto" mode and I will enable again this feature on jtop

borninfreedom commented 4 years ago

OK,thank you!

rbonghi commented 4 years ago

The new version of jtop library include a simple way to manage the fan.

Finally after a lot of time will be simple to control in 3 ways:

borninfreedom commented 4 years ago

OK, I will have a try.

rbonghi commented 4 years ago

New control page. The 3 options look like more clear than before

image

borninfreedom commented 4 years ago

Cool!