IT8720F watchdog

Le temporisateur watchdog est un composant indispensable des systèmes informatiques distants, autonomes. Même une carte mère de bureau moderne peut être équippée de cet dispositif, intégré typiquement dans le contrôleur Super I/O. Dans les suivants je mets en place le watchdog de la puce ITE Tech. Inc. IT8720F sous Debian/Ubuntu Linux.

# modprobe it87_wdt
# dmesg | tail
...
IT87 WDT: Chip IT8720 revision 8 initialized. timeout=60 sec (nowayout=0 testmode=0 exclusive=1 nogameport=0)

Le noyeau a reconnue l'instrument watchdog et on peut mettre en marche le daemon watchdog.

# sudo apt-get install watchdog
# sed 's/run_watchdog=./run_watchdog=1/' /etc/default/watchdog
# sed 's/watchdog_module=.*/watchdog_module="iat87_wdt"/' /etc/default/watchdog
# sed 's/^ *#* *watchdog-device.*/watchdog-device = \/dev\/watchdog/' /etc/watchdog.conf
# service watchdog restart

http://www.ite.com.tw/EN/products_more.aspx?CategoryID=3&ID=5,69

http://en.wikipedia.org/wiki/Watchdog_timer

http://en.wikipedia.org/wiki/Super_I/O