Skip to content

Instantly share code, notes, and snippets.

@kevlawz
Forked from dptsolutions/dell-smm-hwmon.conf
Created April 20, 2020 04:03
Show Gist options
  • Save kevlawz/9f70cdf74b6505fa8ef39267823176c2 to your computer and use it in GitHub Desktop.
Save kevlawz/9f70cdf74b6505fa8ef39267823176c2 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)
#Force loading of the Dell Laptop SMM BIOS hwmon driver
options dell-smm-hwmon ignore_dmi=1 restricted=0 force=1
#Added ignore_dmi=1 per https://www.reddit.com/r/Dell/comments/9pdgid/configuring_the_xps_to_play_nice_with_linux/
#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