Giter Site home page Giter Site logo

odroid-xu3-fan-control's People

Contributors

engrin avatar mhmxs avatar nthx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

odroid-xu3-fan-control's Issues

systemd init script

As most modern distributions are switching to systemd, it might be appropriate to add a service for it.

XU4: Fan spins even when the temperatur is so low that the fan shouldn't

Hey there,

thx a lot for your work!

I have installed the script on my XU4-device and is is working well - with one exception:

When the cpu-temp ist below the 55 degrees then the fan shouldn't work and the variable fan_speed is set to the vaule 2:

elif (( ${current_max_temp} >= 55000 )); then
new_fan_speed=30
else
new_fan_speed=2

But in my case the fan spins for a short moment (not even a second), makes maybe 2 to 3 spins and stops. Then there is another short moment (not even a second too) where the fan is in stop-mode and then he spins again 2 to 3 spins. This goes on and on and on.
Shouldn't the fan stop and doing nothing when the cpu-temp ist below 55 degress according to your script?

What can I do do stop the fan from this 2-3-spins-stop-cycle every "half second"?

Any hint?

Thx a lot, mike

squeaking sound

Hi!

tried your script on the new XU-4 which is said to be XU-3 compatible. Use it on Ubuntu 15.04.
$uname -a ->
Linux odroid 3.10.82-39 #1 SMP PREEMPT Fri Jul 10 17:47:37 BRT 2015 armv7l armv7l armv7l GNU/Linux

Instead of the fan noise I know get a high frequency squeak (but no fan noise as it stops turning)

Disable syslog information

Hi,

Do you know how to disable fan control information from syslog ? I found that these messages are from kernel but I do not know how to turn it off.

Please help.
Marcin

Works on XU4

If I changed odroid_fan.14 to odroid_fan.13 it works on Odroid XU4 too.

FAN_MODE_FILE="/sys/devices/odroid_fan.13/fan_mode"
FAN_SPEED_FILE="/sys/devices/odroid_fan.13/pwm_duty"

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.