kepler icon indicating copy to clipboard operation
kepler copied to clipboard

fix(acpi): Fixed how kepler searches for ACPI in hwmon

Open vimalk78 opened this issue 1 year ago • 3 comments

ACPI power meter in hwmon need not always be present in "/sys/class/hwmon/hwmon2"

This commit fixes this problem by

  • looking inside each folder in "/sys/class/hwmon"
  • improving the method to detect presece of acpi power meter. (this method is inspired from lm-sensors project)

vimalk78 avatar Apr 23 '24 11:04 vimalk78

Cc: @rootfs @marceloamaral

vimalk78 avatar Apr 23 '24 11:04 vimalk78

@vimalk78 thoughts on closing this PR?

sthaha avatar Jul 16 '24 23:07 sthaha

@vimalk78 thoughts on closing this PR?

if community thinks this is not needed, i can close it

vimalk78 avatar Jul 25 '24 06:07 vimalk78