-
-
Save davinash97/75e8d5f56b84044f7ec82ef7a3f9ab51 to your computer and use it in GitHub Desktop.
dell-smm-hwmon.conf to force loading of dell-smm-hwmon module on "unsupported" Dell laptops (like XPS 13 9350)
This file contains hidden or 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
| # location to place /etc/modprobe.d/ & reboot | |
| # Force loading of the Dell Laptop SMM BIOS hwmon driver | |
| options dell-smm-hwmon ignore_dmi=1 restricted=1 force=1 | |
| # Added ignore_dmi=1 per https://www.reddit.com/r/Dell/comments/9pdgid/configuring_the_xps_to_play_nice_with_linux/ | |
| # The option restricted=0 allows other non-privileged users to change the fan speed, this could be a security problem so we will be using restricted=1 | |
| # Added force=1 per https://askubuntu.com/questions/1094485/dell-xps-15-9570-how-to-control-the-fans |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment