Categorías
hoy aprendí ...

… a controlar el ventilador de la netbook

En la netbook que estoy usando últimamente (Commodore KE-ZR70), desde que la notebook Dell se rompió, el ventilador hace un poco de ruido cuando enciende con todo así que me puse a ver cómo controlarlo.

En Ask Ubuntu: How to control fan speed?

Explican cómo, pero no me funcionó porque si bien los componentes soporte el PWM al parecer el motherboard puede que no tenga los circuitos. (O al menos eso es lo que pone pwmconfig al ejecutarse).

# pwmconfig revision 5857 (2010-08-22)
This program will search your sensors for pulse width modulation (pwm)
controls, and test each one to see if it controls a fan on
your motherboard. Note that many motherboards do not have pwm
circuitry installed, even if your sensor chip supports pwm.

We will attempt to briefly stop each fan using the pwm controls.
The program will attempt to restore each fan to full speed
after testing. However, it is ** very important ** that you
physically verify that the fans have been to full speed
after the program has completed.

Chau.