On Sun, 19 Oct 2008, Alistair John Strachan wrote: > On Sunday 19 October 2008 17:54:15 Justin Piszcz wrote: >> Kernel: 2.6.27.2: >> [ 10.242065] abituguru3: found Abit uGuru3, motherboard ID: 0016 >> [ 10.242105] abituguru3: this motherboard was not detected using DMI. >> Please send the output of "dmidecode" to the abituguru3 maintainer(see >> MAINTAINERS) >> >> Motherboard: AW9D-MAX as shown below. >> >> DMI Decode: > [snip] >> Product Name: AW9D-MAX (Intel i975-ICH7) > > The spaces are a somewhat worrying (Abit haven't done this on other boards I > have DMI information for), but assuming they're constant through all BIOS > revisions the attached patch should be safe. > > (In the longer term it might be safer to only match the board product name, > and ignore the chipset information. I'll do this if the need arises.) > > Please test the attached patch. I'll resubmit a cleaned up version if you can > verify that the kernel message disappears and your sensors still work. > > -- > Cheers, > Alistair. > Against 2.6.27.2: # patch -p1 < /home/war/aw9d-max-dmi-detection.diff patching file drivers/hwmon/abituguru3.c Reboot, dmesg: [ 10.247075] abituguru3: found Abit uGuru3, motherboard ID: 0016 Success.. and the sensors continue to work, btw the colon is off in one of the sensors (display artifact), not related to this patch/etc, just FYI: abituguru3-isa-00e0 Adapter: ISA adapter CPU Core: +1.23 V (min = +0.00 V, max = +1.60 V) DDR2: +2.00 V (min = +1.60 V, max = +2.40 V) DDR2 VTT: +1.01 V (min = +0.80 V, max = +1.20 V) CPU VTT 1.2V: +1.22 V (min = +0.95 V, max = +1.45 V) MCH & PCIE 1.5V: +1.50 V (min = +1.20 V, max = +1.80 V) MCH 2.5V: +2.58 V (min = +2.00 V, max = +3.00 V) ICH 1.05V: +1.04 V (min = +0.85 V, max = +1.25 V) ATX +12V (24-Pin):+12.18 V (min = +9.60 V, max = +14.40 V) ATX +12V (4-pin): +12.24 V (min = +9.60 V, max = +14.40 V) ATX +5V: +5.07 V (min = +3.99 V, max = +6.00 V) +3.3V: +3.38 V (min = +2.64 V, max = +3.94 V) 5VSB: +5.10 V (min = +3.99 V, max = +6.00 V) CPU Fan: 1380 RPM (min = 300 RPM) NB Fan: 0 RPM (min = 300 RPM) SYS Fan: 0 RPM (min = 300 RPM) AUX1 Fan: 0 RPM (min = 300 RPM) AUX2 Fan: 0 RPM (min = 300 RPM) AUX3 Fan: 0 RPM (min = 300 RPM) OTES1 Fan: 0 RPM (min = 300 RPM) CPU: +37.0?C (high = +75.0?C, crit = +85.0?C) System : +35.0?C (high = +55.0?C, crit = +65.0?C) ^^^ (artifact) PWM1: +37.0?C (high = +80.0?C, crit = +90.0?C) PWM2: +39.0?C (high = +80.0?C, crit = +90.0?C) PWM3: +41.0?C (high = +80.0?C, crit = +90.0?C) PWM4: +36.0?C (high = +80.0?C, crit = +90.0?C) coretemp-isa-0000 Adapter: ISA adapter Core 0: +46.0?C (high = +80.0?C, crit = +100.0?C) coretemp-isa-0001 Adapter: ISA adapter Core 1: +48.0?C (high = +80.0?C, crit = +100.0?C) There should be another fan running as well, will have to check that later, but the rest of the sensors look normal. Thank you, Justin.