Changes

Jump to: navigation, search

Linux Mint: Watchdog configuration

1 byte removed, 12:16, 27 June 2018
* Notes for fitlet1: kernel module i2c_piix4 should be blacklisted
Add the following lines to the /etc/modprobe.d/blacklist.conf # fitlet1: sp5100_tco conflicts with i2c_piix4 for I/O address 0x0cd6 blacklist i2c_piix4Then, unload i2c_piix4 and update initramfs $ sudo modprobe -r i2c_piix4 $ sudo update-initramfs -u<br>
* Notes for IPC2-Haswell: iTCO Watchdog does not reset ACPI Watchdog timer
<div class="toccolours mw-collapsible mw-collapsed" overflow:auto;">
$ sudo chmod +x /etc/rc.local
</div>
Add the following lines to the /etc/modprobe.d/blacklist.conf
# fitlet1: sp5100_tco conflicts with i2c_piix4 for I/O address 0x0cd6
blacklist i2c_piix4
Then, unload i2c_piix4 and update initramfs
$ sudo modprobe -r i2c_piix4
$ sudo update-initramfs -u
<br>
=== Usage example ===
1,586
edits