Skip to content

Instantly share code, notes, and snippets.

@xgenvn
Last active February 3, 2020 13:42
Show Gist options
  • Select an option

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

Select an option

Save xgenvn/626270012279c9b6903e4ede4110fbd0 to your computer and use it in GitHub Desktop.
Asus Z370i Fan speed Ubuntu
  1. edit /etc/default/grub add acpi_enforce_resources=lax to CMDLINE
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=""
  1. Update grub
sudo update-grub
  1. Restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment