From owner-freebsd-questions@FreeBSD.ORG Thu May 10 12:42:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4132516A404 for ; Thu, 10 May 2007 12:42:47 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id CB9A613C46C for ; Thu, 10 May 2007 12:42:46 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from gahrtop.bfh.ch ([147.87.108.7] helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Hm72v-00083k-Ve for freebsd-questions@freebsd.org; Thu, 10 May 2007 13:42:58 +0200 Message-ID: <46430536.7010506@gahr.ch> Date: Thu, 10 May 2007 13:42:46 +0200 From: Pietro Cerutti User-Agent: Thunderbird 2.0.0.0 (X11/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.95.0 OpenPGP: id=9571F78E; url=http://pgp.gahr.ch Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigAFB59E080C33B4D0A3E1E1CB" X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.ch X-Source: X-Source-Args: X-Source-Dir: Subject: Re: downloading the IPMI driver on FreeBSD 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: Thu, 10 May 2007 12:42:47 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigAFB59E080C33B4D0A3E1E1CB Content-Type: multipart/mixed; boundary="------------040202020100090101080900" This is a multi-part message in MIME format. --------------040202020100090101080900 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Dhananjaya hiremath wrote: >=20 > Hello sir, Hello, > here we installed the FreeBSD 6.2 and we updated and build the system a= nd installed the kernel.Now we want to Download the IPMI driver on FreeBS= D, build it, load it, and want to ensure that it runs successfully. Is this the "IPMI" you're talking about? http://www.freebsd.org/cgi/man.cgi?query=3Dipmi&apropos=3D0&sektion=3D0&m= anpath=3DFreeBSD+6.2-RELEASE&format=3Dhtml If it's the case, re-compile your kernel with the line "device ipmi". Alternatively, you can compile smbus and ipmi as modules (if not already done) and load them: # cd /usr/src/sys/modules/i2c/smbus && make && make install # cd /usr/src/sys/modules/ipmi && make && make install # kldload smbus # kldload ipmi >=20 > Thank U Hope this helps, > Regards > Dhananjaya Hiremth Cheers --=20 Pietro Cerutti PGP Public Key ID: http://gahr.ch/pgp --------------040202020100090101080900 Content-Type: application/pgp-signature; name="signature.asc" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="signature.asc" LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KVmVyc2lvbjogR251UEcgdjEuNC43IChG cmVlQlNEKQoKaUQ4REJRRkdRd1Exd01KcW1KVng5NDRSQ2dXWUFKMFl3SDRBbXhHQWRFZzRr a0c3a2VoODRlbzQwd0NjRGJONgplUG43MmJJY25zR0NTdlRlK2k1eVpRTT0KPVNnU1QKLS0t LS1FTkQgUEdQIFNJR05BVFVSRS0tLS0tCgo= --------------040202020100090101080900-- --------------enigAFB59E080C33B4D0A3E1E1CB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGQwU6wMJqmJVx944RCib8AJ9lYYp6t86BW8SS0gJGX9aVVaJsdgCgq/gb 12F6OXyLE+4ntUKiKGXfteY= =r3fP -----END PGP SIGNATURE----- --------------enigAFB59E080C33B4D0A3E1E1CB--