JackHack96 / dell-xps-9570-ubuntu-respin

Collection of scripts and tweaks to adapt Ubuntu running smooth on Dell XPS 15 9570.
996 stars 113 forks source link

Add dell bios module to see the fans with "lm_sensors" #63

Closed alexivkin closed 5 years ago

alexivkin commented 5 years ago

please add the following to xps-tweaks

echo "options dell-smm-hwmon restricted=0 force=1" > /etc/modprobe.d/dell-smm-hwmon.conf echo "dell-smm-hwmon" > /etc/modules\

before update-initramfs -u

(just like it is done in the nvidia wrapper)

JackHack96 commented 5 years ago

Done :)