Skip to content

Instantly share code, notes, and snippets.

@martynjarvis
Created June 20, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martynjarvis/f74b2388d6f40536b4fc to your computer and use it in GitHub Desktop.
Save martynjarvis/f74b2388d6f40536b4fc to your computer and use it in GitHub Desktop.
CPU fan idles at ~300 for 8 seconds then revs up to 3000 for two seconds

Problem:

Dell Studio XPS 8100 w/ i7 CPU. CPU fan idles at ~300 for 8 seconds then revs up to 3000 for two seconds. This then repeats. Happens most, but not all, boots. Seems to be caused by i8k and the bios fighting over control of the fan.

Solution was to simply blacklist the i8k kernel module. In /etc/modprobe.d/blacklist.conf:

blacklist i8k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment