Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2007 13:42:46 +0200
From:      Pietro Cerutti <gahr@gahr.ch>
To:        freebsd-questions@freebsd.org
Subject:   Re: downloading the IPMI driver on FreeBSD
Message-ID:  <46430536.7010506@gahr.ch>

next in thread | raw e-mail | index | archive | help
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46430536.7010506>