Skip to content

Instantly share code, notes, and snippets.

@nicokruger
Created October 14, 2011 13:35
Show Gist options
  • Save nicokruger/1287121 to your computer and use it in GitHub Desktop.
Save nicokruger/1287121 to your computer and use it in GitHub Desktop.
Fan manipulation on HP EliteBook
echo -n 0 >> /proc/acpi/fan/FANG/state # turn it on
echo -n 3 >> /proc/acpi/fan/FANG/state # turn it off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment