View previous topic :: View next topic |
Author |
Message |
Budoka l33t
Joined: 03 Jun 2012 Posts: 777 Location: Tokyo, Japan
|
Posted: Mon Oct 13, 2014 4:50 am Post subject: fancontrol fails to start. |
|
|
My laptop has been seriously overheating. I saw in my system log that there were some temperature issues.
Quote: | 10/13/14 10:23:12 AM kernel CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
10/13/14 10:28:19 AM kernel CPU0: Core temperature above threshold, cpu clock throttled (total events = 1442) |
I also notice in the rc.log that fancontrol isn't starting.
Quote: | 249: * ERROR: fancontrol failed to start | Here is the rc.log"
Code: | cat /var/log/rc.log |wgetpaste
Your paste can be seen here: [url]https://bpaste.net/show/ec13558e5164[/url] |
When I run fancontrol it kicks back the following error.
Quote: | # fancontrol
Loading configuration from /etc/fancontrol ...
Error: Can't read configuration file |
I checked etc and there isn't any fan control file or directory. Do I need to create it manually and if so what should I populate it with?
I am also not sure what package installs fancontrol? Is it lm-sensors? I have it installed and it is version 3.3.3-r3
Any help would be greatly appreciated. |
|
Back to top |
|
|
Anon-E-moose Watchman
Joined: 23 May 2008 Posts: 6214 Location: Dallas area
|
Posted: Mon Oct 13, 2014 10:01 am Post subject: Re: fancontrol fails to start. |
|
|
Budoka wrote: | I checked etc and there isn't any fan control file or directory. Do I need to create it manually and if so what should I populate it with? |
pwmconfig _________________ UM780, 6.12 zen kernel, gcc 13, openrc, wayland |
|
Back to top |
|
|
Budoka l33t
Joined: 03 Jun 2012 Posts: 777 Location: Tokyo, Japan
|
Posted: Mon Oct 13, 2014 12:00 pm Post subject: |
|
|
kicks this back...
Quote: | # pwmconfig
# 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.
/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
|
|
|
Back to top |
|
|
albright Advocate
Joined: 16 Nov 2003 Posts: 2588 Location: Near Toronto
|
Posted: Mon Oct 13, 2014 12:38 pm Post subject: |
|
|
fancontrol is from lmsensors package; you need a bunch
of kernel settings (at least i2c IIRC) _________________ .... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme) |
|
Back to top |
|
|
Anon-E-moose Watchman
Joined: 23 May 2008 Posts: 6214 Location: Dallas area
|
Posted: Mon Oct 13, 2014 2:41 pm Post subject: |
|
|
Budoka wrote: | kicks this back...
Quote: | # pwmconfig
# 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.
/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
|
|
And the answer is in red, bolded
My original post was to answer your question about creating the fancontrol file, which pwmconfig will do.
As far as the sensor modules, they need to be in the kernel (built-in or module) and which one depends on what motherboard you have.
Google your mb model and lm sensors to see what others have chosen _________________ UM780, 6.12 zen kernel, gcc 13, openrc, wayland |
|
Back to top |
|
|
|