TamtamHero / fw-fanctrl

A simple systemd service to better control Framework Laptop's fan(s)
BSD 3-Clause "New" or "Revised" License
178 stars 33 forks source link

Fix core temp reading for 12th gen #10

Closed Gronkdalonka closed 1 year ago

Gronkdalonka commented 1 year ago

Core numbers within "sensors" output seem to be somewhat inconsistent which leads to errors and ultimately a not working fan control. It tried to mitigate this by just getting the temp_input field of every core without "guessing" the core number.

This fixes it for me, might be helpful to others

Emily3403 commented 1 year ago

Nice to stumble upon a solution for this problem ^-^ I fixed it myself with an ugly hack and I'm happy to take this solution :D

TamtamHero commented 1 year ago

Nice, thanks !