> > alias char-major-89 i2c-dev > > This one is essentially useless (but harmless) if your system uses udev. It does, removed it. > Please read this FAQ entry: > > http://www.lm-sensors.org/wiki/FAQ/Chapter3#MyfansreportexactlyhalfdoubletheirvaluescomparedtotheBIOS OK, that worked. > Note how you have sensor type set to transistor here, as opposed to > thermistor on the other (non-working) system. You should uncomment the > set temp#_type statements in the chip "w83627hf-*" section of your > configuration file, and then run "sensors -s" to apply the change. Your > temperature readings should be back then. That worked too. Remaining mystery - min values for fan are odd, sensors shows: w83627hf-isa-0c00 CPU1 Fan: 0 RPM (min = 5314 RPM, div = 2) ALARM CPU0 Fan: 6616 RPM (min = 21092 RPM, div = 2) ALARM w83782d-i2c-0-2d Ch Fan 1: 0 RPM (min = 664 RPM, div = 8) ALARM Ch Fan 2: 4326 RPM (min = 664 RPM, div = 8) Ch Fan 3: 4500 RPM (min = 1328 RPM, div = 4) when sensors3.conf has these settings: chip "w83782d-*" label fan1 "Ch Fan 1" label fan2 "Ch Fan 2" label fan3 "Ch Fan 3" set fan1_min 3000 set fan2_min 3000 set fan3_min 3000 chip "w83627hf-*" label fan1 "CPU1 Fan" label fan2 "CPU0 Fan" ignore fan3 compute fan1 2*@,@/2 compute fan2 2*@,@/2 Apparently div is in play on the second set of min values, although how any of them get to the displayed min values escapes me. Thank you, David Mathog mathog@xxxxxxxxxxx Manager, Sequence Analysis Facility, Biology Division, Caltech _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors