This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |