In the last episode (Sep 10), Adam Smith said: > On Thu, Sep 09, 2004 at 09:03:00PM -0500, Dan Nelson said: > > In the last episode (Sep 10), Adam Smith said: > > > Does anyone know of a motherboard monitor utility that I can use > > > on an ASUS laptop running FreeBSD 5.3? I'm not sure which > > > specific board it has. > > > > xmbmon or lmmon should work, and if your laptop has good enough > > acpi support, "sysctl hw.acpi.thermal" might give you temp info as > > well. > > [EMAIL PROTECTED] /home/adam]# sysctl !$ > sysctl hw.acpi.thermal > hw.acpi.thermal.min_runtime: 0 > hw.acpi.thermal.polling_rate: 10 > hw.acpi.thermal.tz0.temperature: 3240 > hw.acpi.thermal.tz0.active: 0 > hw.acpi.thermal.tz0.thermal_flags: 0 > hw.acpi.thermal.tz0._PSV: 3630 > hw.acpi.thermal.tz0._HOT: -1 > hw.acpi.thermal.tz0._CRT: 3680 > hw.acpi.thermal.tz0._ACx: 3130 -1 -1 -1 -1 -1 -1 -1 -1 -1
I believe all the thermal units are tenths of a degree Kelvin. So 3240 = 324K = 51C = 123F. Definitely running hot :) The _XXX entries are read-only trigger points; see the acpi_thermal manpage for more info. -- Dan Nelson [EMAIL PROTECTED] _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"