Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
debian:kernel:disable-nmi-watchdog [2024/12/15 22:16] – [4. Permanently disable NMI watchdog through boot parameter] thierry | debian:kernel:disable-nmi-watchdog [2024/12/16 21:19] (Version actuelle) – [4 ways to disable NMI watchdog in Linux] thierry | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== 4 ways to disable NMI watchdog in Linux ====== | ====== 4 ways to disable NMI watchdog in Linux ====== | ||
+ | Dans ce tutoriel, je vais vous montrer comment désactiver **NMI watchdog** sous Linux de 4 manières différentes. | ||
- | Updated - November 29, 2019 by Arnab Satapathi | + | Peu d' |
- | In this tutorial I'll show you how to disable | + | Le mot **NMI** signifie Interruption non masquable, c'est une sorte d' |
- | Few application like CoreFreq needs to disable NMI watchdog for better accuracy and performance. | + | Sous Linux, ces erreurs liées au matériel peuvent bloquer le système et vous devez redémarrer le système manuellement. |
- | The word NMI stands for Non-maskable interrupt, it's a kind of non-recoverable hardware error, that the operating system can't ignore. | + | C'est là que le **NMI watchdog** est utile. Le minuteur du **watchdog** attend les interruptions, s'il n' |
- | + | ||
- | In Linux, these hardware related errors could freeze up the system and you've to reboot the system manually. | + | |
- | + | ||
- | That's when NMI watchdog | + | |
**Contents** | **Contents** |