On Mon, 08 Sep 2008 01:48:39 -0700, Dean Loros wrote: > Hi Jean--- > > Unloaded both. Dump for isadump 0x295 0x296: > > dean at linux:~/Desktop$ sudo isadump 0x295 0x296 > [sudo] password for dean: > WARNING! Running this program can cause system crashes, data loss and worse! > I will probe address register 0x295 and data register 0x296. > Continue? [Y/n] y > 0 1 2 3 4 5 6 7 8 9 a b c d e f > 00: 04 ff 04 21 31 00 1e 50 01 02 01 02 3c 3c 0a 0a > 10: 04 ff 50 00 00 01 01 3c 43 07 00 00 ff ff ff d8 > 20: a0 83 d0 d0 a0 c2 e6 5a e1 41 ff cb 88 cb 74 d9 > 30: 90 ff db ff fe 00 00 00 01 00 7f fe a9 3f b9 68 > 40: 01 de 1f ff ff ff 07 d4 2d 00 40 44 18 15 01 a3 > 50: 21 80 02 00 00 7f 05 e0 ff ff ff ff ff ff ff ff > 60: 04 40 33 1e 02 02 3c ff 1f ff 1f ff ff ff ff ff > 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff > 80: 04 ff 04 21 31 00 1e 50 01 02 01 02 3c 3c 0a 0a > 90: 04 ff 50 00 00 01 01 3c 43 07 00 00 ff ff ff d8 > a0: a0 83 d0 d0 a0 c2 e6 5a e1 41 ff cb 88 cb 74 d9 > b0: 90 ff db ff fe 00 00 00 01 00 7f fe a9 3f b9 68 > c0: 01 00 10 ff ff ff 07 d4 2d 00 40 44 18 15 01 a3 > d0: 21 80 02 00 00 7f 05 e0 ff ff ff ff ff ff ff ff > e0: 04 40 33 1e 02 02 3c ff 1f ff 1f ff ff ff ff ff > f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff > > Interesting about i2cdump 1 0x2d b: > > dean at linux:~/Desktop$ sudo i2cdump 1 0x2d b > sudo: i2cdump: command not found i2cdump is no longer part of lm-sensors and is now part of a separate package named i2c-tools. Please install that package first and then you should have i2cdump. When you have it, please run the isadump command as well, it's better to have both dumps done at the same time for comparison purposes. > I got from BIOS: > CPU temp=40c > board temp=35c > > So I don't know where the 98c is coming from.... Could be that temp1 isn't wired at all. Does it change in a consistent way depending in the system load? I suspect that temp2 is the CPU temperature and temp3 is the system temperature on your system. This would lead to the following configuration section: label temp2 "CPU Temp" label temp3 "Sys Temp" set temp2_max 62 set temp2_max_hyst 58 set temp3_max 45 set temp3_max_hyst 42 And if you can't make sense of temp1, you can add: ignore temp1 > After reloading the w83627ehf I get: > > dean at linux:~/Desktop$ sensors > acpitz-virtual-0 > Adapter: Virtual device > temp1: +40.0?C (crit = +60.0?C) > > coretemp-isa-0000 > Adapter: ISA adapter > Core 0: +39.0?C (high = +80.0?C, crit = +100.0?C) > > coretemp-isa-0001 > Adapter: ISA adapter > Core 1: +46.0?C (high = +80.0?C, crit = +100.0?C) > > coretemp-isa-0002 > Adapter: ISA adapter > Core 2: +42.0?C (high = +80.0?C, crit = +100.0?C) > > coretemp-isa-0003 > Adapter: ISA adapter > Core 3: +44.0?C (high = +80.0?C, crit = +100.0?C) > > w83627dhg-isa-0290 > Adapter: ISA adapter > VCore: +1.27 V (min = +1.09 V, max = +1.62 V) > in1: +6.92 V (min = +6.12 V, max = +10.72 V) > AVCC: +3.33 V (min = +2.30 V, max = +3.47 V) > 3VCC: +3.33 V (min = +3.50 V, max = +4.08 V) ALARM > in4: +1.28 V (min = +2.03 V, max = +2.04 V) ALARM > in5: +1.55 V (min = +0.00 V, max = +0.00 V) ALARM > in6: +5.89 V (min = +0.03 V, max = +0.00 V) ALARM > VSB: +3.33 V (min = +1.57 V, max = +0.02 V) ALARM > VBAT: +3.02 V (min = +0.10 V, max = +1.54 V) ALARM > Case Fan: 3000 RPM (min = 2657 RPM, div = 2) > CPU Fan: 2556 RPM (min = 998 RPM, div = 8) > Aux Fan: 0 RPM (min = 10887 RPM, div = 4) ALARM > fan4: 1638 RPM (min = 912 RPM, div = 8) > fan5: 0 RPM (min = 0 RPM, div = 2) ALARM > Sys Temp: +90.0?C (high = +0.0?C, hyst = +127.0?C) sensor = thermistor > CPU Temp: +33.0?C (high = +127.0?C, hyst = +0.0?C) sensor = transistor > AUX Temp: +34.5?C (high = +127.0?C, hyst = +0.0?C) sensor = thermistor > > > Sensors is not reading a critical fan speed--nForce northbridge. Is the BIOS displaying it? How many wires does this fan have? Remember that the default labels in sensors3.conf may not match your motherboard. Also, the w83627ehf driver is adjusting the fan clock divisors automatically, so it may take a couple runs of "sensors" before fan speeds show. > Sensors-detect requested that both the lm78 & w83627ehf get > loaded..running the latest Ubuntu kernel 2.6.27-2-generic OK. When I received your dumps, I'll fix sensors-detect so that it handles this case properly and no longer suggest the lm78 driver. I'll also update fix the lm78 driver so that it refuses to attach to W83627EHF and DHG chips. Thanks, -- Jean Delvare