Hi Ludovic, On Wed, 10 Dec 2008 23:24:05 +0100, Ludovic Leb?gue wrote: > Hi Jean, > > Here is the result of my latest tests with f8000 on a 2.6.27 kernel. > > - Compilation OK : > - insmod OK : kernel trace > Dec 10 23:16:57 xxx kernel: [88516.594275] f8000: Found F8000 chip at 0xa00 > Dec 10 23:16:57 xxx kernel: [88516.595009] f8000 f8000.2560: Fan > monitoring is enabled > Dec 10 23:16:57 xxx kernel: [88516.595667] f8000 f8000.2560: > Temperature and voltage monitoring is enabled > - "sensors" output > f8000-isa-0a00 > Adapter: ISA adapter > in0: +3.36 V > in1: +3.34 V > in2: +3.28 V > fan1: 1466 RPM > fan2: 909 RPM > fan3: 0 RPM > fan4: 0 RPM > temp1: +46.0?C (high = +60.0?C, crit = +70.0?C) > temp2: +41.0?C (high = +85.0?C, crit = +100.0?C) > temp3: +40.0?C (high = +85.0?C, crit = +100.0?C) > > It all seems OK to me. Looks indeed alright to me. You can add the following to /etc/sensors3.conf to get labels for the voltage inputs: # Asus/Fintek F8000 chip "f8000-*" # All 3 voltages are internal, so scaling is done by the driver and # labels are always correct label in0 "+3.3V" label in1 "3VSB" label in2 "Vbat" I've just added this to the default configuration file. Please note that, after discussion with Hans de Goede (Cc'd), we decided that it was better to add support for the F8000 to an existing driver (f71882fg) than writing a new driver as I did, because there would be a lot of duplicated code otherwise. So Hans will probably ask you to do more testing once he is done with the code. Thanks, -- Jean Delvare