PDA

View Full Version : How to detect and control fans speed



abhijeet
2017-12-15, 08:40
Hello there,
I am currently using Lenovoy50-70 with kali linux 2017.3.



uname -a
Linux abhi 4.14.0-kali1-amd64 #1 SMP Debian 4.14.2-1kali1 (2017-12-04) x86_64 GNU/Linux


I have tried some solutions like :


sudo apt-get install lm-sensors

sudo apt-get install fancontrol

sudo sensors-detect

sudo service kmod start



I am getting problem in following output:


sudo pwmconfig
# pwmconfig revision 6243 (2014-03-20)
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.

/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed



I tried to solve above problem but no luck. Any suggestion?

grid
2017-12-15, 12:29
First thing I would check is to see if the software installed ok. Any errors in dmesg, or /var/log? If all is well there, I'd check the manufacturer's site, and verify the fan speed control work on non-Windows o/s.

_defalt
2017-12-15, 15:33
I don't see the error. It's a message. What problem are you facing?

Mister_X
2017-12-17, 16:23
Just FYI, not all laptops allow to control it.

abhijeet
2018-02-20, 10:50
Just FYI, not all laptops allow to control it.
Thanks for the reply. So whether it will be controlled from the BIOS automatically?


I don't see the error. It's a message. What problem are you facing?
Ya its a message which i also commonly seen on the internet for different distros but they have solved their problem in some cases. I was trying to follow this guide for the fan control after which i struck at that place.
https://askubuntu.com/questions/22108/how-to-control-fan-speed?answertab=votes#tab-top
Any other solution for this?

Thanks


First thing I would check is to see if the software installed ok. Any errors in dmesg, or /var/log? If all is well there, I'd check the manufacturer's site, and verify the fan speed control work on non-Windows o/s.

Thanks for the reply but i was unable to find that whether my fan will be controlled in non-windows os.