Skip to content

Instantly share code, notes, and snippets.

@xgenvn
Last active April 5, 2020 16:02
Show Gist options
  • Select an option

  • Save xgenvn/f14bf885b16943362f87f3138efa1129 to your computer and use it in GitHub Desktop.

Select an option

Save xgenvn/f14bf885b16943362f87f3138efa1129 to your computer and use it in GitHub Desktop.
Fix fan control 0 z370-i asus

Add acpi_enforce_resources=lax to grub command line option

/etc/default/grub

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_enforce_resources=lax"
GRUB_CMDLINE_LINUX=""

Update grub

sudo update-grub
sudo reboot
sudo modprobe -v nct6775
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment