Closed joshuagrisham closed 3 weeks ago
@seaasses would you please mind to try the latest version at this branch https://github.com/joshuagrisham/samsung-galaxybook-extras/tree/34-fan-speed-does-not-work-for-models-lacking-fans-and-fant and see if this works better with the fans for your model?
The intention is that you should now have 2 fans under the samsung_galaxybook device in sensors
; one called "CPU Fan" and one called "GPU Fan" (since that is what your device's ACPI seems to report their description as), with the correct speed readings on them.
Hey @joshuagrisham, sorry, I didn't reply because my laptop has been with Samsung for a few days (that usb c problem was really a problem), I will get it back tomorrow and will test all the things you tag me
Per information here: https://github.com/joshuagrisham/samsung-galaxybook-extras/issues/32#issuecomment-2418268856
Some models have multiple fans and do not have FANT and FANS present in the ACPI to support the current logic in the driver.
The fan_speed logic needs to be reworked a bit to account for these different cases, as per comment in https://github.com/joshuagrisham/samsung-galaxybook-extras/issues/32#issuecomment-2421527712
FYI @seaasses