Port-i386 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Sensors on Asus P2B-F?



At 22:15 Uhr +0100 30.10.2009, Hauke Fath wrote:
I built a kernel from home, and booted it blindly, and the machine
didn't come back. So that'll have to wait till Monday...

The kernel got stuck because of missing raidframe support, no big deal. Beyond that, things are getting interesting...

So, the kernel config file (trying to catch every possible occurence of lm(4)) has


# LM7[89] and compatible hardware monitors
lm0     at isa? port 0x290              # other common: 0x280, 0x310
lm1     at isa? port 0x280
lm2     at isa? port 0x310

# P2B has an Asus Chip AS99127F
#
# > # mbmon -d -A
# Summary of Detection:
# * SMB monitor(s)[IntelPIIX4(440BX/MX)]:
#  ** Asus Chip AS99127F found at slave address: 0x5A.
#
# <Paul Goyette> In your case, this would be an lm(4) device.  You
# need to convert the i2c address to be "right-justified", so you'll
# need </Paul Goyette>
#
lm*     at iic? addr 0x2d       # Paul
lm*     at iic? addr 0x2e       # lm(4)
lm*     at iic? addr 0x5a       # Just in case
lm*     at iic?                 # openbsd does that


But all I get from the resulting kernel is


# envstat
envstat: no drivers registered
# dmesg | grep lm
#


-- same for a 5_99_21 current kernel. Again, mbmon happily reports


# mbmon -d -A
Summary of Detection:
 * SMB monitor(s)[IntelPIIX4(440BX/MX)]:
  ** Asus Chip AS99127F found at slave address: 0x5A.
# mbmon

Temp.= 32.0, 30.0,  0.0; Rot.= 3409,    0,    0
Vcore = 2.06, 2.51; Volt. = 3.65, 5.05, 11.86, -12.70, -5.14
^C
#


Any ideas?

        hauke






--
     The ASCII Ribbon Campaign                    Hauke Fath
()     No HTML/RTF in email            Institut für Nachrichtentechnik
/\     No Word docs in email                     TU Darmstadt
     Respect for open standards              Ruf +49-6151-16-3281


Home | Main Index | Thread Index | Old Index