Discussion:
downloading the IPMI driver on FreeBSD
(too old to reply)
Dhananjaya hiremath
2007-05-10 05:42:21 UTC
Permalink
Hello sir,
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.


For that what we have to do and in which dir we have to do how to download ,build please specify the commands used to do all these things.




Thank U
Regards
Dhananjaya Hiremth





---------------------------------
Bored stiff? Loosen up...
Download and play hundreds of games for free on Yahoo! Games.
Volodymyr Kostyrko
2007-05-10 11:38:08 UTC
Permalink
Post by Dhananjaya hiremath
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.
Driver is already in base system. Add `device ipmi` to your kernel
config and rebuild it.
--
Sphinx of black quartz judge my vow!
Ivan Voras
2007-05-10 12:05:07 UTC
Permalink
Post by Volodymyr Kostyrko
Post by Dhananjaya hiremath
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.
Driver is already in base system. Add `device ipmi` to your kernel
config and rebuild it.
I also see there's ipmi.ko kernel module (didn't try it), so maybe he
doesn't need to rebuild the kernel.
Pietro Cerutti
2007-05-10 11:42:46 UTC
Permalink
Post by Dhananjaya hiremath
Hello sir,
Hello,
Post by Dhananjaya hiremath
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
Post by Dhananjaya hiremath
Thank U
Hope this helps,
Post by Dhananjaya hiremath
Regards
Dhananjaya Hiremth
Cheers
--
Pietro Cerutti

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