Hi, On Sun, 23 Jan 2011 14:27:26 -0800 (PST), Audio Phile wrote: > I had to reinstall Linux after a HDD crash. Before the crash, sensors would work just fine with this board. I am now unable to get it to work to correctly read the temp sensors. If I look at them in the BIOS, the CPU is about 50C and the MB is about 35C. When I view them in sensors, I get: > > # sensors > via686a-isa-f000 > Adapter: ISA adapter > Vcore: +3.10 V (min = +3.10 V, max = +3.10 V) > in1: +3.10 V (min = +3.10 V, max = +3.10 V) > +3.3V: +3.12 V (min = +2.98 V, max = +3.63 V) > +5V: +6.44 V (min = +4.51 V, max = +5.50 V) > +12V: +15.60 V (min = +10.81 V, max = +13.20 V) > fan1: 3026 RPM (min = 2689 RPM, div = 2) > fan2: 0 RPM (min = 0 RPM, div = 2) > temp1: +146.2°C (high = +146.2°C, hyst = +54.4°C) > temp2: +146.2°C (high = +146.2°C, hyst = +54.4°C) > temp3: +135.2°C (high = +146.2°C, hyst = +146.2°C) > > Hardware: Asus A7M266 (old, I know) There's nothing wrong with running old hardware :) > Sensors: sensors version 3.2.0 with libsensors version 3.2.0 > Kernel: 2.6.32 or 2.6.37 > > Note that sensors-detect finds the "via686a" module but loading it does nothing without forcing an address as per the dmesg: > via686a 0000:00:04.4: Sensors disabled, enable with force_addr=0xe300 > > So I do it via: modprobe via686a force_addr=0xe300 This alone is usually a good hint that the VIA686A/B integrated sensors aren't used on the board. > Again, the temps are reasonable in the BIOS so I believe that the sensors are fine. Suggestions are welcomed. The A7M266, as most Asus board at the time, is using an Asus-specific ASIC for hardware monitoring, rather than the sensors integrated in the south bridge. In your case, that would be an AS99127F, so you should load the w83781d driver rather than the via686a driver. sensors-detect should have told you exactly this, BTW. If it did not, please send the full output of sensors-detect for analysis. -- Jean Delvare http://khali.linux-fr.org/wishlist.html _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors