home.social

#thinkfan — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #thinkfan, aggregated by home.social.

fetched live
  1. Mein Lüfterproblem (ständig Vollspeed, dementsprechend laut) habe ich jetzt endlich folgendermaßen in den Griff bekommen:

    1. #Thinkfan installieren: apt install thinkfan
    2. Eine Config Datei für thinkfan erstellen: nano /etc/thinkfan.yaml
    3. Folgende Konfiguration für diese Datei:
      fans:
        - tpacpi: /proc/acpi/ibm/fan
      
      sensors:
        - hwmon: /sys/class/hwmon
          name: coretemp
          indices: [1, 2, 3, 4, 5]   # Package id 0 + Core 0–3
      
        - hwmon: /sys/class/hwmon
          name: nvme
          indices: [1]                # NVMe Composite
      
      #              Stufe  min°C  max°C
      levels:
        - [0,          0,    50]    # Lüfter aus
        - [1,         46,    57]    # kaum hörbar
        - [2,         54,    64]    # sehr leise
        - [4,         61,    71]    # moderat
        - [6,         68,    80]    # schnell
        - ["level auto", 77, 32767] # BIOS übernimmt ab 77°C
    4. Mit sudo thinkfan -n testen, ob thinkfan tut, was es machen soll.
    5. Nachdem der Test erfolgreich gelaufen ist, thinkfan dauerhaft aktiviert:
      sudo systemctl enable --now thinkfan
      sudo systemctl status thinkfan

    Damit kann ich meinen #Lenovo #Thinkpad #T14 jetzt komplett geräuscharm nutzen.

    #Linux #Debian

  2. day 2 of using #linux as my daily driver on my thinkpad T14 continues. So far very satisfied especially now that I have figured out fan controls and power settings etc - the ability of #pop_os and my laptop in unison to figure out when I actually needed some proper speed was kinda poor, and so was the ability of my laptop to then actually activate the fans... leading to a now-turboing laptop getting too hot. All solved tho, thanks #thinkfan <3 Next stop, using #Onedrive... yikes.