On Wed, 10 Aug 2005 00:33:18 -0500
Matt Garman wrote:

> I just built a firewall box using a Via EPIA-CL6000E motherboard.
> I'd like to be able to monitor the temperature(s) within the system.
> However, it appears there is currently no means to do that in
> OpenBSD (at least not that I've found).

Have you tried running -current on that box ?

"Add viasio(4), a driver for VIA VT1211 LPC Super I/O found on
some VIA CPU based boards. The driver provides temperature,
voltage and fan tachometers values through the sysctl interface."

http://archives.neohapsis.com/archives/openbsd/cvs/2005-07/0916.html

>From my EPIA M6000, running -current:

[EMAIL PROTECTED]:/root]# dmesg | grep -n -e OpenBSD -e viasio
1:OpenBSD 3.7-current (GENERIC) #28: Tue Aug  2 13:07:32 MDT 2005
73:viasio0 at isa0 port 0x2e/2: VT1211 rev 0x02: HM
[EMAIL PROTECTED]:/root]# sysctl hw.sensors
hw.sensors.1=viasio0, UCH1, volts_dc, 3.31 V
hw.sensors.2=viasio0, UCH2, volts_dc, 2.49 V
hw.sensors.3=viasio0, UCH3, volts_dc, 2.02 V
hw.sensors.4=viasio0, UCH4, volts_dc, 4.73 V
hw.sensors.5=viasio0, UCH5, volts_dc, 12.38 V
hw.sensors.6=viasio0, +3.3V, volts_dc, 3.32 V
hw.sensors.7=viasio0, FAN1, fanrpm, 3154 RPM
[EMAIL PROTECTED]:/root]#

Though it for some reason doesn't showed the temperature, it seems to be
at better idea to look at grange@'s viasio(4) driver then starting a
new monitoring driver for the epia boards ?

--
Jonathan

Reply via email to