All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
@ 2014-01-22 14:43 Michael Vorburger
  2014-01-22 16:01 ` Mathias Gerber
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Michael Vorburger @ 2014-01-22 14:43 UTC (permalink / raw)
  To: lm-sensors

Hello,

On an Asus H87-PRO, running on Ubuntu 13.10, if, I'm getting
"/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed"
from "pwmconfig" [revision 5857 (2010-08-22]. I've tried
the acpi_enforce_resources=lax thing, which doesn't seem to help.
http://pastebin.com/Up6KFRyu has full log from sensors-detect.

Do I need any special drivers or other settings, for this motherboard? -
Thank you for any tips!

PS: Same also on
http://askubuntu.com/questions/408929/asus-h87-pro-usr-sbin-pwmconfig-there-are-no-pwm-capable-sensor-modules-instal
 ..
_______________________
Michael Vorburger
http://www.vorburger.ch
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
@ 2014-01-22 16:01 ` Mathias Gerber
  2014-01-22 16:25 ` Guenter Roeck
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Mathias Gerber @ 2014-01-22 16:01 UTC (permalink / raw)
  To: lm-sensors

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Michael

On 22.01.2014 15:43, Michael Vorburger wrote:> Do I need any special
drivers or other settings, for this motherboard? -
> Thank you for any tips!
Same mainboard here :-) Debian 7.3. My logfile looked almost the same.
The chip on the mainboard is a NCT5538D. You have to get the module
nct6775 from: https://github.com/groeck/nct6775

Build, install it and load the module. Run sensors to ensure that
values are shown now. dmesg should something like:
nct6775: Found NCT6791D or compatible chip at 0x2e:0x290

I had some issues with pwmconfig. The script tries to stop the fans
completely. This does not work for the cpu fan (pwm2). I had to assign
the pwm output pwm2 by hand to the inputs fan2_input.

This is my !! preliminary !! config for the mainboard:
http://pastebin.com/JhysG21x
- -- 
kind regards
 Mathias

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlLf61EACgkQnfTEjDUZ2fMaSACgy8/xw9ANDS87mS4xax7jvy3J
BvUAoLPfbWf3ykwVnYlZxMvxRe6sbbFX
=QRsd
-----END PGP SIGNATURE-----

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
  2014-01-22 16:01 ` Mathias Gerber
@ 2014-01-22 16:25 ` Guenter Roeck
  2014-01-22 17:01 ` Mathias Gerber
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Guenter Roeck @ 2014-01-22 16:25 UTC (permalink / raw)
  To: lm-sensors

On Wed, Jan 22, 2014 at 05:01:28PM +0100, Mathias Gerber wrote:
> Hi Michael
> 
> On 22.01.2014 15:43, Michael Vorburger wrote:> Do I need any special
> drivers or other settings, for this motherboard? -
> > Thank you for any tips!
> Same mainboard here :-) Debian 7.3. My logfile looked almost the same.
> The chip on the mainboard is a NCT5538D. You have to get the module
> nct6775 from: https://github.com/groeck/nct6775
> 
> Build, install it and load the module. Run sensors to ensure that
> values are shown now. dmesg should something like:
> nct6775: Found NCT6791D or compatible chip at 0x2e:0x290
> 
Hi Mathias,

you were faster than me ;-). Michael, let me know if you have any problems with
the driver.

Note that the upstream driver supports the chip starting with kernel version 3.12.

> I had some issues with pwmconfig. The script tries to stop the fans
> completely. This does not work for the cpu fan (pwm2). I had to assign
> the pwm output pwm2 by hand to the inputs fan2_input.
> 
Interesting that pwmconfig doesn't recognize this. CPU fans usually never stop
completely, and afaik the script should recognize the speed change.

Anyway, I would recommend to use the chip's automatic fan control if possible.
It doesn't rely on a script running in the OS to control fan speeds, and
usually works pretty well (and can be reconfigured if you dislike the BIOS
settings).

Thanks,
Guenter

> This is my !! preliminary !! config for the mainboard:
> http://pastebin.com/JhysG21x
> -- 
> kind regards
>  Mathias
> 
> 
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
> 

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
  2014-01-22 16:01 ` Mathias Gerber
  2014-01-22 16:25 ` Guenter Roeck
@ 2014-01-22 17:01 ` Mathias Gerber
  2014-01-22 17:27 ` Guenter Roeck
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Mathias Gerber @ 2014-01-22 17:01 UTC (permalink / raw)
  To: lm-sensors

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Günther, Hi Michael

On 22.01.2014 17:25, Guenter Roeck wrote:
> you were faster than me ;-). Michael, let me know if you have any
> problems with the driver.
I'm just through all this during the last few days ;-)

> Interesting that pwmconfig doesn't recognize this. CPU fans usually
> never stop completely, and afaik the script should recognize the
> speed change.
The output in this step of pwmconfig is:
> Testing pwm control hwmon1/device/pwm2 ... hwmon1/device/fan2_input
> ... speed was 2292 now 2292 no correlation hwmon1/device/fan4_input
> ... speed was 1739 now 1739 no correlation
> 
> No correlations were detected. There is either no fan connected to
> the output of hwmon1/device/pwm2, or the connected fan has no
> rpm-signal connected to one of the tested fan sensors. (Note: not
> all motherboards have the pwm outputs connected to the fan
> connectors, check out the hardware database on
> http://www.almico.com/forumindex.php)
> 
> Did you see/hear a fan stopping during the above test (n)? ^C

During this few seconds test, /sys/class/hwmon/hwmon1/device/pwm2 is
set to 0. But if you set this pwm2 to 0, the CPU fan runs with full
speed (same rpm as with pwm2=255)
The other pwm output with a fan connected (pwm4) does not behave like
this and stops the fan with pwm0.

> Anyway, I would recommend to use the chip's automatic fan control
> if possible. It doesn't rely on a script running in the OS to
> control fan speeds, and usually works pretty well (and can be
> reconfigured if you dislike the BIOS settings).
Normally, yes. But it was not possible to go that low with the fan
speed within the BIOS settings (20% or 25% is the minimum IIRC)
But with my current setup (i3-4130T, 35W TDP) the CPU temperature is
the last problem. I can go down till pwm 7, the fan (A.C. Freezer 13)
still runs silent and stable at ~550rpm.

@Michael: Could you give me some feedback to my mainboard config file?
Could you especially take a look at the +5V and +12V readings,
compared to the reading in the BIOS. Its possible that they are
inverted. But with my readings from the PSU I had idea how to verify
the assignment because the raw values were almost the same..
The scaling should be ok. Thanks alot!
- -- 
kind regards
 mathias
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlLf+VMACgkQnfTEjDUZ2fP6ewCg3KDhSK3E0GrIm/CmeafSXvNh
sCUAoKnYhy61cXYfA+F8ElQ7qABqmkbe
=3TdR
-----END PGP SIGNATURE-----

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
                   ` (2 preceding siblings ...)
  2014-01-22 17:01 ` Mathias Gerber
@ 2014-01-22 17:27 ` Guenter Roeck
  2014-01-22 17:59 ` Mathias Gerber
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Guenter Roeck @ 2014-01-22 17:27 UTC (permalink / raw)
  To: lm-sensors

On Wed, Jan 22, 2014 at 06:01:07PM +0100, Mathias Gerber wrote:
> Hi Günther, Hi Michael
> 
> On 22.01.2014 17:25, Guenter Roeck wrote:
> > you were faster than me ;-). Michael, let me know if you have any
> > problems with the driver.
> I'm just through all this during the last few days ;-)
> 
> > Interesting that pwmconfig doesn't recognize this. CPU fans usually
> > never stop completely, and afaik the script should recognize the
> > speed change.
> The output in this step of pwmconfig is:
> > Testing pwm control hwmon1/device/pwm2 ... hwmon1/device/fan2_input
> > ... speed was 2292 now 2292 no correlation hwmon1/device/fan4_input
> > ... speed was 1739 now 1739 no correlation
> > 
> > No correlations were detected. There is either no fan connected to
> > the output of hwmon1/device/pwm2, or the connected fan has no
> > rpm-signal connected to one of the tested fan sensors. (Note: not
> > all motherboards have the pwm outputs connected to the fan
> > connectors, check out the hardware database on
> > http://www.almico.com/forumindex.php)
> > 
> > Did you see/hear a fan stopping during the above test (n)? ^C
> 
> During this few seconds test, /sys/class/hwmon/hwmon1/device/pwm2 is
> set to 0. But if you set this pwm2 to 0, the CPU fan runs with full
> speed (same rpm as with pwm2=255)
> The other pwm output with a fan connected (pwm4) does not behave like
> this and stops the fan with pwm0.
> 
Interesting. Obviously that doesn't help ;-). What is returned back
if you read pwm2 after setting it to 0 ?

> > Anyway, I would recommend to use the chip's automatic fan control
> > if possible. It doesn't rely on a script running in the OS to
> > control fan speeds, and usually works pretty well (and can be
> > reconfigured if you dislike the BIOS settings).
> Normally, yes. But it was not possible to go that low with the fan
> speed within the BIOS settings (20% or 25% is the minimum IIRC)

You might try setting pwm2_auto_point1_pwm to your preferred minimum
(assuming pwm2_enable is set to 5). If that doesn't help, please send me the
output of all pwm2 attributes ('grep . /sys/class/hwmon/hwmon1/device/pwm2*').

Side note: If you run 3.13 or later kernels, the attributes will move to
/sys/class/hwmon/hwmonX/.

Thanks,
Guenter

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
                   ` (3 preceding siblings ...)
  2014-01-22 17:27 ` Guenter Roeck
@ 2014-01-22 17:59 ` Mathias Gerber
  2014-01-22 18:34 ` Guenter Roeck
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Mathias Gerber @ 2014-01-22 17:59 UTC (permalink / raw)
  To: lm-sensors

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Guenter

On 22.01.2014 18:27, Guenter Roeck wrote:
> Interesting. Obviously that doesn't help ;-). What is returned
> back if you read pwm2 after setting it to 0 ?
0 (zero). Maybe some sort of protection?

> You might try setting pwm2_auto_point1_pwm to your preferred
> minimum (assuming pwm2_enable is set to 5). If that doesn't help,
> please send me the output of all pwm2 attributes ('grep .
> /sys/class/hwmon/hwmon1/device/pwm2*').
Thanks for this hint. I didn't knew about this possibility.

For my needs I set these values:
pwm2_auto_point1_pwm	7
pwm2_auto_point1_temp	30000
pwm2_auto_point2_pwm	178 (default)
pwm2_auto_point2_temp	55000
pwm2_auto_point3_pwm	255 (default)
pwm2_auto_point3_temp	75000 (default)

With these settings the CPU fan (fan2) runs quiet as wished :-)

> Side note: If you run 3.13 or later kernels, the attributes will
> move to /sys/class/hwmon/hwmonX/.
$ uname -a
Linux myhost 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux

$ sensors -v
sensors version 3.3.2 with libsensors version 3.3.2

thanks alot!
- -- 
kind regards
 Mathias
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlLgBuQACgkQnfTEjDUZ2fMmiwCg14GK/saUyIDb9Yx1GPyTSZMr
z1EAn2Pn0FFo3dxymI5mUggjq6Qn7gHX
¥eN
-----END PGP SIGNATURE-----

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
                   ` (4 preceding siblings ...)
  2014-01-22 17:59 ` Mathias Gerber
@ 2014-01-22 18:34 ` Guenter Roeck
  2014-01-22 19:32 ` Mathias Gerber
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Guenter Roeck @ 2014-01-22 18:34 UTC (permalink / raw)
  To: lm-sensors

On Wed, Jan 22, 2014 at 06:59:00PM +0100, Mathias Gerber wrote:
> Hi Guenter
> 
> On 22.01.2014 18:27, Guenter Roeck wrote:
> > Interesting. Obviously that doesn't help ;-). What is returned
> > back if you read pwm2 after setting it to 0 ?
> 0 (zero). Maybe some sort of protection?
> 
No idea. Might be the fan itself doing it. What happens if you set it to 1 ?

> > You might try setting pwm2_auto_point1_pwm to your preferred
> > minimum (assuming pwm2_enable is set to 5). If that doesn't help,
> > please send me the output of all pwm2 attributes ('grep .
> > /sys/class/hwmon/hwmon1/device/pwm2*').
> Thanks for this hint. I didn't knew about this possibility.
> 
Well-kept secret ;-)

> For my needs I set these values:
> pwm2_auto_point1_pwm	7
> pwm2_auto_point1_temp	30000
> pwm2_auto_point2_pwm	178 (default)
> pwm2_auto_point2_temp	55000
> pwm2_auto_point3_pwm	255 (default)
> pwm2_auto_point3_temp	75000 (default)
> 
> With these settings the CPU fan (fan2) runs quiet as wished :-)
> 
Excellent. Note there is one problem in the driver - any changed pwm
settings will revert to the default after a suspend/resume cycle.
That requires a major change to the driver to fix, so it will take a while.
Until then, you'll have to re-apply the changed configuration after
suspend/resume.

Thanks,
Guenter 

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
                   ` (5 preceding siblings ...)
  2014-01-22 18:34 ` Guenter Roeck
@ 2014-01-22 19:32 ` Mathias Gerber
  2014-01-22 20:02 ` Guenter Roeck
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Mathias Gerber @ 2014-01-22 19:32 UTC (permalink / raw)
  To: lm-sensors

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Guenter

On 22.01.2014 19:34, Guenter Roeck wrote:
>>> Interesting. Obviously that doesn't help ;-). What is returned 
>>> back if you read pwm2 after setting it to 0 ?
>> 0 (zero). Maybe some sort of protection?
> No idea. Might be the fan itself doing it.
Unlikely. The same fan model is installed on my other main-board
(Gigabyte with it8728) and its possible there to bring down the fan to
0 rpm with pwm set to 0.

> What happens if you set it to 1 ?
Set to [0-4] => fan spins up to maximum rpm (~2250rpm)
Set to > 5 => fan spins at desired rpm (~600rpm upward)

> Excellent. Note there is one problem in the driver - any changed
> pwm settings will revert to the default after a suspend/resume
> cycle. That requires a major change to the driver to fix, so it
> will take a while. Until then, you'll have to re-apply the changed
> configuration after suspend/resume.
No problem for me. This box runs all the time with no suspend mode
anyway :-)
- -- 
kind regards
 Mathias
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlLgHM8ACgkQnfTEjDUZ2fPDWwCgmX5ztf4MPGbchLRGlZL56q17
6xUAn3ZZnpOJOpbB8hAGi4PQZdX3Py3y
=EYT1
-----END PGP SIGNATURE-----

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
                   ` (6 preceding siblings ...)
  2014-01-22 19:32 ` Mathias Gerber
@ 2014-01-22 20:02 ` Guenter Roeck
  2014-01-23  7:25 ` mathias_g
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Guenter Roeck @ 2014-01-22 20:02 UTC (permalink / raw)
  To: lm-sensors

On Wed, Jan 22, 2014 at 08:32:31PM +0100, Mathias Gerber wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello Guenter
> 
> On 22.01.2014 19:34, Guenter Roeck wrote:
> >>> Interesting. Obviously that doesn't help ;-). What is returned 
> >>> back if you read pwm2 after setting it to 0 ?
> >> 0 (zero). Maybe some sort of protection?
> > No idea. Might be the fan itself doing it.
> Unlikely. The same fan model is installed on my other main-board
> (Gigabyte with it8728) and its possible there to bring down the fan to
> 0 rpm with pwm set to 0.
> 
Ok.

> > What happens if you set it to 1 ?
> Set to [0-4] => fan spins up to maximum rpm (~2250rpm)
> Set to > 5 => fan spins at desired rpm (~600rpm upward)
> 
Mathias,

Can you send me the output of "grep . pwm2*" ? I'll see if I can
find anything in the datasheet that might explain this behavior.

Thanks,
Guenter

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
                   ` (7 preceding siblings ...)
  2014-01-22 20:02 ` Guenter Roeck
@ 2014-01-23  7:25 ` mathias_g
  2014-01-24 14:40 ` Guenter Roeck
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mathias_g @ 2014-01-23  7:25 UTC (permalink / raw)
  To: lm-sensors

Hi Guenter

> Can you send me the output of "grep . pwm2*" ? I'll see if I can
> find anything in the datasheet that might explain this behavior.
Sure. Here is the output:
pwm2:27
pwm2_auto_point1_pwm:7
pwm2_auto_point1_temp:30000
pwm2_auto_point2_pwm:178
pwm2_auto_point2_temp:55000
pwm2_auto_point3_pwm:255
pwm2_auto_point3_temp:75000
pwm2_auto_point4_pwm:255
pwm2_auto_point4_temp:75000
pwm2_auto_point5_pwm:255
pwm2_auto_point5_temp:75000
pwm2_crit_temp_tolerance:2000
pwm2_enable:5
pwm2_floor:1
pwm2_mode:1
pwm2_start:1
pwm2_step_down_time:100
pwm2_step_up_time:100
pwm2_stop_time:6000
pwm2_target_temp:50000
pwm2_temp_sel:7
pwm2_temp_tolerance:0
pwm2_weight_duty_base:0
pwm2_weight_duty_step:0
pwm2_weight_temp_sel:1
pwm2_weight_temp_step:0
pwm2_weight_temp_step_base:0
pwm2_weight_temp_step_tol:0

BIOS profile set to "Quiet", values modified like mentioned in my previous
post.

Maybe Michael (with the same Mainboard) could try to reproduce this effect
on his hardware?

Thanks!
-- 
kind regards
 Mathias


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
                   ` (8 preceding siblings ...)
  2014-01-23  7:25 ` mathias_g
@ 2014-01-24 14:40 ` Guenter Roeck
  2014-01-26 15:58 ` Mathias Gerber
  2014-01-27 18:51 ` Guenter Roeck
  11 siblings, 0 replies; 13+ messages in thread
From: Guenter Roeck @ 2014-01-24 14:40 UTC (permalink / raw)
  To: lm-sensors

On 01/22/2014 11:25 PM, mathias_g@tuxedo.ath.cx wrote:
> Hi Guenter
>
>> Can you send me the output of "grep . pwm2*" ? I'll see if I can
>> find anything in the datasheet that might explain this behavior.
> Sure. Here is the output:
> pwm2:27
> pwm2_auto_point1_pwm:7
> pwm2_auto_point1_temp:30000
> pwm2_auto_point2_pwm:178
> pwm2_auto_point2_temp:55000
> pwm2_auto_point3_pwm:255
> pwm2_auto_point3_temp:75000
> pwm2_auto_point4_pwm:255
> pwm2_auto_point4_temp:75000
> pwm2_auto_point5_pwm:255
> pwm2_auto_point5_temp:75000
> pwm2_crit_temp_tolerance:2000
> pwm2_enable:5
> pwm2_floor:1
> pwm2_mode:1
> pwm2_start:1
> pwm2_step_down_time:100
> pwm2_step_up_time:100
> pwm2_stop_time:6000
> pwm2_target_temp:50000
> pwm2_temp_sel:7
> pwm2_temp_tolerance:0
> pwm2_weight_duty_base:0
> pwm2_weight_duty_step:0
> pwm2_weight_temp_sel:1
> pwm2_weight_temp_step:0
> pwm2_weight_temp_step_base:0
> pwm2_weight_temp_step_tol:0
>
> BIOS profile set to "Quiet", values modified like mentioned in my previous
> post.
>
> Maybe Michael (with the same Mainboard) could try to reproduce this effect
> on his hardware?
>

Might be a good idea. For my part I have no idea why that happens. I don't find
anything in the chip datasheet, nor in the code, nor in your configuration,
that would explain this behavior :-(.

One interesting experiment might be to check what happens if you set
pwm2_auto_point1_pwm to a value between 1 and 4. If that results in the fan
running at full speed, we have some indication that either the fan or the
board hardware is causing this behavior.

Thanks,
Guenter


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
                   ` (9 preceding siblings ...)
  2014-01-24 14:40 ` Guenter Roeck
@ 2014-01-26 15:58 ` Mathias Gerber
  2014-01-27 18:51 ` Guenter Roeck
  11 siblings, 0 replies; 13+ messages in thread
From: Mathias Gerber @ 2014-01-26 15:58 UTC (permalink / raw)
  To: lm-sensors

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Guenter

On 24.01.2014 15:40, Guenter Roeck wrote:
> One interesting experiment might be to check what happens if you
> set pwm2_auto_point1_pwm to a value between 1 and 4. If that
> results in the fan running at full speed, we have some indication
> that either the fan or the board hardware is causing this
> behavior.
Same result. If the calculated pwm value (pwm2) is smaller than 5, the
fan spins up to maximum rpm.

Today I disassembled my other pc (on which I'm able to completely stop
the fan by reducing the pwm value) with the same model of CPU fan
(Arctic Freezer 13) and hooked it up to the ASUS H87-PRO. The fan
looks a little bit different than the other, but the values are almost
the same.

Arctic Cooling Freezer 13 (Old Model)
- -------------------------------------

pwm2	rpm
1	2064
2	2064
3	2064
4	2064
5	393
6	272
7	398
8	187
9	196
10	423
11	493
20	486
30	630
40	730
50	912
60	1060
70	633
90	859
128	1251
255	2261

Almost the same result with the original fan

Arctic Cooling Freezer 13 (New Model)
- -------------------------------------

pwm2	rpm
1	2257
2	2253
3	2261
4	2180
5	551
6	451
7	407
8	370
9	366
10	370
11	392
12	411
13	433
60	1203
70	1355
90	1580
128	1836
255	2260

Then I took the boxed Intel fan and hooked it to the ASUS Board.

Intel Boxed Cooler
- ------------------

pwm2	rpm
1	976
2	974
3	972
4	976
5	978
6	972
7	975
8	973
9	973
58	976
59	1005
60	1018
61	1021
70	1072
90	1184
128	1393
255	1953

And now the interesting part ;-) Connected the original fan to
CHA_FAN2 (controlled by pwm3)

Arctic Cooling Freezer 13 (New Model)
- -------------------------------------

pwm3	rpm
1	0
2	0
3	0
4	0
5	0
6	0
50	0
55	430
60	512
70	633
90	859
128	1251
255	2261

On this pwm3 output I'm able to let the fan spin down until it stops
(around pwm 50-55)

So it seems that the CPU fan output is somehow special - but I guess
only ASUS knows how exactly and why.
- -- 
greetings
 Mathias

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlLlMI4ACgkQnfTEjDUZ2fOXxgCfeIyv7NXNZLm4gHc9a+bFEF/0
cnkAnAvThiVg2teiDw5mXxelg+gfNeR9
+kY
-----END PGP SIGNATURE-----

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
  2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
                   ` (10 preceding siblings ...)
  2014-01-26 15:58 ` Mathias Gerber
@ 2014-01-27 18:51 ` Guenter Roeck
  11 siblings, 0 replies; 13+ messages in thread
From: Guenter Roeck @ 2014-01-27 18:51 UTC (permalink / raw)
  To: lm-sensors

On Sun, Jan 26, 2014 at 04:58:06PM +0100, Mathias Gerber wrote:
> Hi Guenter
> 
> On 24.01.2014 15:40, Guenter Roeck wrote:
> > One interesting experiment might be to check what happens if you
> > set pwm2_auto_point1_pwm to a value between 1 and 4. If that
> > results in the fan running at full speed, we have some indication
> > that either the fan or the board hardware is causing this
> > behavior.
> Same result. If the calculated pwm value (pwm2) is smaller than 5, the
> fan spins up to maximum rpm.
> 
> Today I disassembled my other pc (on which I'm able to completely stop
> the fan by reducing the pwm value) with the same model of CPU fan
> (Arctic Freezer 13) and hooked it up to the ASUS H87-PRO. The fan
> looks a little bit different than the other, but the values are almost
> the same.
> 
> Arctic Cooling Freezer 13 (Old Model)
> -------------------------------------
> 
> pwm2	rpm
> 1	2064
> 2	2064
> 3	2064
> 4	2064
> 5	393
> 6	272
> 7	398
> 8	187
> 9	196
> 10	423
> 11	493
> 20	486
> 30	630
> 40	730
> 50	912
> 60	1060
> 70	633
> 90	859
> 128	1251
> 255	2261
> 
> Almost the same result with the original fan
> 
> Arctic Cooling Freezer 13 (New Model)
> -------------------------------------
> 
> pwm2	rpm
> 1	2257
> 2	2253
> 3	2261
> 4	2180
> 5	551
> 6	451
> 7	407
> 8	370
> 9	366
> 10	370
> 11	392
> 12	411
> 13	433
> 60	1203
> 70	1355
> 90	1580
> 128	1836
> 255	2260
> 
> Then I took the boxed Intel fan and hooked it to the ASUS Board.
> 
> Intel Boxed Cooler
> ------------------
> 
> pwm2	rpm
> 1	976
> 2	974
> 3	972
> 4	976
> 5	978
> 6	972
> 7	975
> 8	973
> 9	973
> 58	976
> 59	1005
> 60	1018
> 61	1021
> 70	1072
> 90	1184
> 128	1393
> 255	1953
> 
> And now the interesting part ;-) Connected the original fan to
> CHA_FAN2 (controlled by pwm3)
> 
> Arctic Cooling Freezer 13 (New Model)
> -------------------------------------
> 
> pwm3	rpm
> 1	0
> 2	0
> 3	0
> 4	0
> 5	0
> 6	0
> 50	0
> 55	430
> 60	512
> 70	633
> 90	859
> 128	1251
> 255	2261
> 
> On this pwm3 output I'm able to let the fan spin down until it stops
> (around pwm 50-55)
> 
> So it seems that the CPU fan output is somehow special - but I guess
> only ASUS knows how exactly and why.

Odd results. Guess there is nothing we can do about it.

Thanks a lot for testing!

Guenter

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-01-27 18:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-22 14:43 [lm-sensors] Asus H87-PRO /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed Michael Vorburger
2014-01-22 16:01 ` Mathias Gerber
2014-01-22 16:25 ` Guenter Roeck
2014-01-22 17:01 ` Mathias Gerber
2014-01-22 17:27 ` Guenter Roeck
2014-01-22 17:59 ` Mathias Gerber
2014-01-22 18:34 ` Guenter Roeck
2014-01-22 19:32 ` Mathias Gerber
2014-01-22 20:02 ` Guenter Roeck
2014-01-23  7:25 ` mathias_g
2014-01-24 14:40 ` Guenter Roeck
2014-01-26 15:58 ` Mathias Gerber
2014-01-27 18:51 ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.