Coder Social home page Coder Social logo

Comments (4)

Pyrestone avatar Pyrestone commented on August 23, 2024

workaround: open the config file in your favorite editor (e.g. nano):
sudo nano /etc/automagic-fan/config.json

and change
"MAX_PERF":1
to
"MAX_PERF":0

the main issue here is probably in your jetson_clocks tool, which this script calls, but it is not part of the automagic-fan package. It comes with jetpack.

from jetson-fan-ctl.

sunfic avatar sunfic commented on August 23, 2024

I think we need to reopen this one.
the issue is when the service start the GPU is not ready yet. solution is delay the service until GPU ready.

add

After=nvargus-daemon.service

inside Unit section of automagic-fan.service file will do it

from jetson-fan-ctl.

Pyrestone avatar Pyrestone commented on August 23, 2024

@sunfic are you sure that all users even have the nvargus-daemon service installed?

Otherwise that line might prevent the service from ever starting up...

I think for now a better solution might be to just add a try-catch block around the jetson-clocks call.

from jetson-fan-ctl.

sunfic avatar sunfic commented on August 23, 2024

@sunfic are you sure that all users even have the nvargus-daemon service installed?

Otherwise that line might prevent the service from ever starting up...

I think for now a better solution might be to just add a try-catch block around the jetson-clocks call.

nvargus-daemon is the default component within jetson pack. Unless user uninstall it on purpose it is always there and starts with system regardless you have camera hooking on or not.

Capturing the error from jetson-clocks is also good idea.

from jetson-fan-ctl.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.