Linux kernel driver for the Winbond 83697HF/HG watchdog
My device driver for the watchdog embedded in the Winbond 83697HF/HG SuperIO controller has been integrated into the forthcoming Linux 2.6.19 kernel. If you want to use it on a Dedibox dedicated server, you have to:
- activate the option
CONFIG_W83697HF_WDT
in your kernel configuration file - load the module at boot time with parameter
wdt_io=0x4e
; creating/etc/modules.d/wdt
with a single lineoptions w83697hf_wdt wdt_io=0x4e
and runningupdate-modules
should work on most Linux distributions - install a watchdog signaling program such as
watchdog
(
sys-apps/watchdog
in Gentoo portage tree) and run it at boot time
Then if your server gets stuck, whatever the cause, it will reboot automatically.
blog comments powered by Disqus