You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an R9 390, reading the current fan speed results in a program crash:
File "/usr/lib/python3.8/site-packages/amdgpu_fan/controller.py", line 35, in main
logger.debug(f'{name}: Temp {temp}, Setting fan speed to: {speed}, fan speed{card.fan_speed}, min:{card.fan_min}, max:{card.fan_max}')
File "/usr/lib/python3.8/site-packages/amdgpu_fan/lib/amdgpu.py", line 50, in fan_speed
return int(self.read_endpoint('fan1_input'))
File "/usr/lib/python3.8/site-packages/amdgpu_fan/lib/amdgpu.py", line 37, in read_endpoint
return e.read()
OSError: [Errno 19] No such device
This is due to cat /sys/class/drm/card0/device/hwmon/hwmon1/fan1_input: No such device
System information:
1d:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390] [1002:67b1] (rev 80)
Linux 5.5.5-arch1-1 #1 SMP PREEMPT Thu, 20 Feb 2020 18:23:09 +0000 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
I am having the exact same issue, also with an R9 390 (from sapphire if that helps) though I find it weird because if I try to ls /sys/class/drm/card0/device/hwmon/hwmon1/ I can see fan1_input listed
Edit to say that if I start it with systemctl (sudo systemctl start amdgpu-fan.service) it looks like it run without issues
Using an R9 390, reading the current fan speed results in a program crash:
This is due to
cat /sys/class/drm/card0/device/hwmon/hwmon1/fan1_input: No such device
System information:
The text was updated successfully, but these errors were encountered: