Skip to content

Instantly share code, notes, and snippets.

@NK-Nikunj
Forked from codexetreme/AW_fan_control.sh
Created August 8, 2020 01:36
Show Gist options
  • Save NK-Nikunj/b3100fe81dec174c9b543dd2fce7c95a to your computer and use it in GitHub Desktop.
Save NK-Nikunj/b3100fe81dec174c9b543dd2fce7c95a to your computer and use it in GitHub Desktop.
Alienware Fan Control Script for Ubuntu
#!/bin/bash
# Script to turn on fans, tested only for dell alienware 15 laptop
# Works on Ubuntu 18.04, causes issues with other drivers on earlier verisons
# Requires i8kutils, lm_sensors and fancontrol packages
sudo modprobe dell-smm-hwmon force=1
sudo pwmconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment