thinkpad: fix non-operational fan speed scaling CPU should not reach 90C without the fans making noise, which is what was configured. Let the embedded controller do its job anyway, even if it is a bit louder during low-utilisation periods.
Alan Pearce alan@alanpearce.eu
Wed, 23 Oct 2019 16:19:54 +0200
2 files changed, 0 insertions(+), 19 deletions(-)
M system/settings/hardware/thinkpad.nix → system/settings/hardware/thinkpad.nix
@@ -11,10 +11,6 @@ enable = true; emulateWheel = true; }; - services.thinkfan = { - enable = true; - }; - services.tlp = { enable = true; };
M system/settings/machines/t470s.nix → system/settings/machines/t470s.nix
@@ -5,21 +5,6 @@ systemd.services.ModemManager.enable = false; hardware.enableRedistributableFirmware = true; - services.thinkfan.sensors = '' - hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp3_input - hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp1_input - hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_input - ''; - services.thinkfan.levels = '' - (0, 0, 48) - (1, 45, 52) - (2, 50, 57) - (3, 55, 63) - (6, 60, 65) - (7, 60, 85) - (127, 80, 32767) - ''; - boot.postBootCommands = '' echo bfq > /sys/block/nvme0n1/queue/scheduler '';