Hi,

Aaron was correct, that chipset is unsupported.. and even if it was, it
may or may not have a supported sensor available.

However, see your dmesg:
> apm0 at bios0: Power Management spec V1.2 (slowidle)
> apm0: AC on, battery charge unknown
> acpi at bios0 function 0x0 not configured
> pcibios0 at bios0: rev 2.1 @ 0xf0000/0xdf84
> pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdeb0/208 (11 entries)
> pcibios0: PCI Exclusive IRQs: 5 11 12
> pcibios0: no compatible PCI ICU found
> pcibios0: Warning, unable to fix up PCI interrupt routing
> pcibios0: PCI bus #2 is the last bus

Try disabling apm, this will force ACPI support.. with any luck the CPU
temperature will be exposed as something you can read via sysctl(1).

To test this temporarily, boot into UKC and disable apm.
boot> boot -c
[..]
UKC> disable apm
UKC> quit

Alternatively you can use config(8).

-Bryan.

Reply via email to