-
-
Notifications
You must be signed in to change notification settings - Fork 34
Description
I've been trying to get the fans to work and have had no luck so far.
I've read through #79 and I'm at an impasse.
When I do cat /sys/class/drm/card1/device/gpu_od/fan_ctrl/fan_curve I get
0: 0C 0%
1: 0C 0%
2: 0C 0%
3: 0C 0%
4: 0C 0%
OD_RANGE:
FAN_CURVE(hotspot temp): 25C 100C
FAN_CURVE(fan speed): 20% 100%
When I then do the suggested echo commands I get this
0 50 15
tee: /sys/class/drm/card1/device/gpu_od/fan_ctrl/fan_curve: Invalid argument
1 50 15
tee: /sys/class/drm/card1/device/gpu_od/fan_ctrl/fan_curve: Invalid argument
2 50 15
tee: /sys/class/drm/card1/device/gpu_od/fan_ctrl/fan_curve: Invalid argument
3 50 15
tee: /sys/class/drm/card1/device/gpu_od/fan_ctrl/fan_curve: Invalid argument
4 50 15
tee: /sys/class/drm/card1/device/gpu_od/fan_ctrl/fan_curve: Invalid argument
c
Any advice would be greatly appreciated in solving this issue. Been trying for a couple days to get these fans working. Afraid to really put it through its paces on Linux without being able to control my fans in same way.