Hi Stefan, On Sun, 05 Aug 2007 19:13:34 +0200, Stefan Richter wrote: > Mark M. Hoffman wrote: > > Does this patch (against v2.6.23-rc2) fix it? > > > > commit f15c50e703c14ff7d72c3cb34e8e55417476a290 > > Author: Mark M. Hoffman <mhoffman at lightlink.com> > > Date: Sun Aug 5 12:19:01 2007 -0400 > > > > hwmon: read fan_div values during probe > > > > This patch forces the driver to read the fan divider values during early init. > > Otherwise, a call to store_fan_min() could access uninitialized variables. > > Alas not; there is no change. > (I applied on vanilla 2.6.23-rc2 and rebooted.) I just tried 2.6.23-rc2 on a system where I use the w83627ehf hardware monitoring driver, and was not able to reproduce the problem you described. Fan speeds are reported properly for me. Which I kind of expected, as I tested all my w83627ehf patches on this system before submitting them. Please try using sensors instead of ksensors, and confirm that the behavior is the same. I'd like to rule out a problem in ksensors itself. sensors will also report the fan divs, this is a useful information given the problem you have. Your original post suggests that the fan speed is supposed to change depending on the system load? Or temperature? Please describe the mechanism used to achieve this. Could it be that this mechanism isn't working properly, and the reported (low) speeds are actually true? What fan inputs are used by your CPU and system fans? "sensors -c /dev/null" will tell. Other than that, I can only ask for the same things Mark already suggested: compile with HWMON debugging and provide the logs (this will show what fan div the driver is trying to select), and try bisecting using git to find out which patch exactly caused the problem. Thanks, -- Jean Delvare