Dhananjaya hiremath wrote:
> 
> Hello sir,
Hello,

> here we installed the FreeBSD 6.2 and we updated and build the system and 
> installed the kernel.Now we want to Download the IPMI driver on FreeBSD, 
> 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=ipmi&apropos=0&sektion=0&manpath=FreeBSD+6.2-RELEASE&format=html

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

> 
> Thank U
Hope this helps,

> Regards
> Dhananjaya Hiremth

Cheers

-- 
Pietro Cerutti

PGP Public Key ID:
http://gahr.ch/pgp

Attachment: signature.asc
Description: PGP signature

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to