amdgpu-fancontrol
amdgpu-fancontrol copied to clipboard
fixes #25 Instead of enabling the service directly, `amdgpu-fancontrol.path` is what needs to be enabled/started now. While working on this i noticed that Linux 5.11 seems to properly apply the...
Simple install script will replace the old fan script and service file, but will leave the cfg file alone if it already exists in /etc EDIT: was trying to submit...
Useful for situations when your machine can be connected to different GPUs - ex: connecting laptop to home eGPU or work eGPU.
sometimes it takes a while for the temperature of the gpu to become available, leading to ``` FILE_TEMP=$(echo /sys/class/drm/card0/device/hwmon/hwmon?/temp1_input) ``` being empty and the service failing with "invalid hwmon files"....