6 lines
538 B
Markdown
6 lines
538 B
Markdown
|
#laptop
|
||
|
#issue
|
||
|
#linux
|
||
|
#open
|
||
|
### Disabling the watchdog timer
|
||
|
currently disabled via grub config, trying to disable module loading, don't know module name. Used `lsmod` to list modules, was unable to spot it after a cursory glance. `cat /proc/sys/kernel/watchdog` will show if it's active, and it does return 0, but I want it fully disabled. [see for disabling watchdog timer](https://wiki.archlinux.org/title/improving_performance#Watchdogs), [see for blacklisting modules](https://wiki.archlinux.org/title/Kernel_module#Blacklisting)
|