Samsagax / hhfc

Hwmon Handheld Fan Controller (hhfc) is a user space driver for fans based on hwmon sysfs
GNU General Public License v3.0
8 stars 1 forks source link

100% fan speed when PC wakes up #11

Closed massatt212 closed 1 year ago

massatt212 commented 1 year ago

hhfc.log

sudo nano /etc/systemd/system/hhfc-resume.service

[Unit] Description=Restart hhfc after suspend After=suspend.target

[Service] Type=simple ExecStart=/usr/bin/systemctl restart hhfc.service

[Install] WantedBy=suspend.target

systemctl enable hhfc-resume.service

This seems to help

Samsagax commented 1 year ago

Added workaround here https://github.com/Samsagax/hhfc/commit/88924673a2acce3046a5ee0b71760a84b0c25fd7