From owner-freebsd-hardware@FreeBSD.ORG Tue Feb 15 17:05:18 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9A0316A4CE for ; Tue, 15 Feb 2005 17:05:18 +0000 (GMT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E2B043D41 for ; Tue, 15 Feb 2005 17:05:18 +0000 (GMT) (envelope-from Shane@007Marketing.com) Received: from [192.168.8.50] (ppp19-170.static.internode.on.net [150.101.19.170])j1FH5FPM018604 for ; Wed, 16 Feb 2005 03:35:16 +1030 (CST) User-Agent: Microsoft-Entourage/10.1.4.030702.0 Date: Wed, 16 Feb 2005 03:35:08 +1030 From: Shane Ambler To: FreeBSD Mailing Lists Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Hardware monitoring X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 17:05:19 -0000 I am attempting to make use of hardware monitoring to monitor temperatures while the machine is running. I have tried to build a couple of tools from ports and get an error of smb device not present. I then tried to compile a kernel with "device smb" enabled but have been unsuccessful. I have added various options for ipfw, squid diskd and to increase available connections for pgsql. Most devices have been disabled - only ones I know I need are enabled. I have 5.3 release installed on an Asus P4P800S-SE. Since my first attempt I have cvsup'd the source tree to RELENG_5_3. It would seem that smbus_if.h is missing. I can locate several copies of smbus_if.h - within usr/obj/.../modules/i2c/... There is also smbus_if.m in usr/src/sys/dev/smbus/ Is this not working or am I just missing something here? The end of the compile is - awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/isa/isa_if.m -h awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/pci/agp_if.m -h awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/acpica/acpi_if.m -h if [ -f .olddep ]; then mv .olddep .depend; fi rm -f .newdep make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -march=pentium4 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding /usr/src/sys/dev/smbus/smb.c:42:22: smbus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/tower-smp. *** Error code 1 Stop in /usr/obj/usr/src/sys/tower-smp. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.