Displaying 7 results from an estimated 7 matches for "ipmi_watchdog".
2016 May 25
3
Fail to load kernel module ipmi_si on CentOS-6
...2015
/lib/modules/2.6.32-573.el6.x86_64/kernel/drivers/char/ipmi/ipmi_si.ko
# modprobe ipmi_si
FATAL: Error inserting ipmi_si
(/lib/modules/2.6.32-573.el6.x86_64/kernel/drivers/char/ipmi/ipmi_si.ko):
No such device
# lsmod |grep ipmi
ipmi_devintf 7729 0
ipmi_poweroff 8532 0
ipmi_watchdog 17874 0
ipmi_msghandler 38701 3 ipmi_devintf,ipmi_poweroff,ipmi_watchdog
# ipmitool
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No
such file or directory
?What should I do if I want to setup IPMI on my centos host?
--
Regards
Frank Yu
2005 Oct 05
2
OpenIPMI on a SunFire v20z
...ibilities with the kernel.
My presumption is that this openipmi driver is intented for 2.4.x kernels.
So I moved on and discovered that openipmi is built into the 2.6.9-11.EL
kernel which is installed by default. I tried inserting these modules:
ipmi_devintf
ipmi_msghandler
ipmi_si
ipmi_watchdog
Which produced the following syslog output:
Oct 5 00:02:00 langoria kernel: ipmi message handler version v33
Oct 5 00:02:00 langoria kernel: ipmi device interface version v33
Oct 5 00:02:03 langoria kernel: IPMI System Interface driver
version v33, KCS version v33, SMIC version v33,...
2020 Jul 09
0
[PATCH 0/5] drivers/char: Constify static variables
...irtio - Constify id_table[]
> ipmi: watchdog: Constify ident
> virtio_console: Constify some static variables
>
> drivers/char/hw_random/bcm2835-rng.c | 2 +-
> drivers/char/hw_random/nomadik-rng.c | 2 +-
> drivers/char/hw_random/virtio-rng.c | 2 +-
> drivers/char/ipmi/ipmi_watchdog.c | 2 +-
> drivers/char/virtio_console.c | 8 ++++----
> 5 files changed, 8 insertions(+), 8 deletions(-)
Patches 1-3 applied. Thanks.
--
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/...
2007 Dec 11
0
watchdog on gigabyte motherboard
...char/watchdog/i8xx_tco.ko
/lib/modules/2.6.18-53.1.4.el5/kernel/drivers/char/watchdog/machzwd.ko
/lib/modules/2.6.18-53.1.4.el5/kernel/drivers/char/watchdog/w83977f_wdt.ko
/lib/modules/2.6.18-53.1.4.el5/kernel/drivers/char/watchdog/i6300esb.ko
/lib/modules/2.6.18-53.1.4.el5/kernel/drivers/char/ipmi/ipmi_watchdog.ko
2006 Mar 08
1
[Fwd: Red Hat Enterprise Linux 4 Update 3 Availability Announcement]
...are documented on the Red Hat website at
> http://www.redhat.com/en_us/USA/rhel/details/limits/
> * IA64 multi-core support
> * Driver updates including
> cciss, hangcheck-timer, ipmi_devintf, ipmi_msghandler,
> ipmi_poweroff, ipmi_si, ipmi_watchdog, mptbase, e1000, ixgb,
> tg3, aacraid, ahci, ata_piix, iscsi_sfnet, libata, qla2100,
> qla2200, qla2300, qla2322, qla2xxx, qla6312, sata_nv,
> sata_promise, sata_svw, sata_sx4, sata_vsc, cifs
> * Driver additions including
> bnx2, dell_rbu, ib_m...
2019 Sep 23
2
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
...pport.
@@ -79,17 +79,17 @@ config IPMI_POWERNV
depends on PPC_POWERNV
tristate 'POWERNV (OPAL firmware) IPMI interface'
help
- Provides a driver for OPAL firmware-based IPMI interfaces.
+ Provides a driver for OPAL firmware-based IPMI interfaces.
config IPMI_WATCHDOG
tristate 'IPMI Watchdog Timer'
help
- This enables the IPMI watchdog timer.
+ This enables the IPMI watchdog timer.
config IPMI_POWEROFF
tristate 'IPMI Poweroff'
help
- This enables a function to power off the system with IPMI if
+...
2019 Oct 04
3
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
...pport.
@@ -79,17 +79,17 @@ config IPMI_POWERNV
depends on PPC_POWERNV
tristate 'POWERNV (OPAL firmware) IPMI interface'
help
- Provides a driver for OPAL firmware-based IPMI interfaces.
+ Provides a driver for OPAL firmware-based IPMI interfaces.
config IPMI_WATCHDOG
tristate 'IPMI Watchdog Timer'
help
- This enables the IPMI watchdog timer.
+ This enables the IPMI watchdog timer.
config IPMI_POWEROFF
tristate 'IPMI Poweroff'
help
- This enables a function to power off the system with IPMI if
+...