-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
amdgpu-fan does not appear to be running #10
Comments
Anyone got any ides for this I got this when I did amdgpu-fan --status and I have turned it on and it does nothing because I play a game and I saw the temp go to 70c and I am guessing it kept on going up till the computer crashed. Traceback (most recent call last): |
@LAST-SON @Sorenwise what does your config file look like? |
aio@aio:~/Programs/amdgpu-fan$ sudo amdgpu-fan |
aio@aio:~/Programs/amdgpu-fan$ sudo amdgpu-fan |
Running sudo amdgpu-fan from terminal results in this error:
starting amdgpu-fan
Traceback (most recent call last):
File "/usr/bin/amdgpu-fan", line 11, in
load_entry_point('amdgpu-fan==0.0.5', 'console_scripts', 'amdgpu-fan')()
File "/usr/lib/python3.7/site-packages/amdgpu_fan/controller.py", line 78, in main
FanController(config).main()
File "/usr/lib/python3.7/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.7/site-packages/amdgpu_fan/lib/amdgpu.py", line 50, in fan_speed
return int(self.read_endpoint('fan1_input'))
File "/usr/lib/python3.7/site-packages/amdgpu_fan/lib/amdgpu.py", line 37, in read_endpoint
return e.read()
OSError: [Errno 19] No such device
Checking systemctl --failed shows that the service is loaded but failed.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: