From owner-freebsd-questions@FreeBSD.ORG Tue Jul 26 17:43:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E267916A41F for ; Tue, 26 Jul 2005 17:43:17 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from gorgo.centroin.com.br (gorgo.centroin.com.br [200.225.63.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E21943D46 for ; Tue, 26 Jul 2005 17:43:16 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from hypselo.centroin.com.br (hypselo.centroin.com.br [200.225.63.1]) by gorgo.centroin.com.br (8.12.10/8.12.9) with ESMTP id j6QHhCea018480 for ; Tue, 26 Jul 2005 14:43:12 -0300 (EST) Date: Tue, 26 Jul 2005 14:43:12 -0300 (EST) From: Sender: To: In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2005 17:43:18 -0000 Hi All, =09I=B4m trying to enable the hardware monitoring with "lmmon" on an Intel server board, based on ICH2 chipset, but when I put the following line in the kernel config file: device ichsmb I get this error messages: In file included from /usr/src/sys/dev/ichsmb/ichsmb.c:64: /usr/src/sys/dev/ichsmb/ichsmb_var.h:44:22: smbus_if.h: No such file or directory In file included from /usr/src/sys/dev/ichsmb/ichsmb_pci.c:66: /usr/src/sys/dev/ichsmb/ichsmb_var.h:44:22: smbus_if.h: No such file or directory mkdep: compile failed *** Error code 1 What is wrong? FreeBSD 5.4 - Marcelo Souza