Skip to content

Instantly share code, notes, and snippets.

@dptsolutions
Created September 29, 2019 18:00
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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
@Wer-Wolf
Copy link

Wer-Wolf commented Apr 2, 2023

The option restricted=0 allows other non-privileged users to change the fan speed, this could be a security problem.

@dptsolutions
Copy link
Author

Good to know. Don't have this machine anymore, so hopefully that little tidbit helps others. What should the value for restricted be?

@Wer-Wolf
Copy link

Wer-Wolf commented Apr 2, 2023

The value for restricted should be 1, which is already the default value.

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