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_WDTin your kernel configuration file - load the module at boot time with parameter
wdt_io=0x4e; creating/etc/modules.d/wdtwith a single lineoptions w83697hf_wdt wdt_io=0x4eand runningupdate-modulesshould work on most Linux distributions - install a watchdog signaling program such as
watchdog
(
sys-apps/watchdogin 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