You are not logged in.

#1 2021-07-01 05:32:48

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

RX 560 fan runs at a high speed upon hitting grub screen

I have an MSI B550 board with a Radeon RX 560.  Once the kernel loads, the fan on the card gets throttled up and it pretty loud.  How can I allow the card itself to control its own speed?

EDIT:

I found that if I do this, I can manually adjust it.  Temporary fix but would really like to know how to allow the card itself to control its own fan.

echo 1 > /sys/devices/pci0000:00/0000:00:03.1/0000:2b:00.0/hwmon/hwmon1/fan1_enable
echo 75 > /sys/devices/pci0000:00/0000:00:03.1/0000:2b:00.0/hwmon/hwmon1/pwm1

EDIT2:

https://aur.archlinux.org/packages/amdgpu-tweakd-git/

Last edited by graysky (2021-07-01 13:15:41)

Offline

#2 2021-07-01 17:50:10

merlock
Member
Registered: 2018-10-30
Posts: 262

Re: RX 560 fan runs at a high speed upon hitting grub screen

I have the same card, and use  radeon-profile-git, combined with radeon-profile-daemon-git.

To make a custom fan curve for my card, I also had to set a command-line parameter for it to work properly.

Runs pretty quiet.


Eenie meenie, chili beanie, the spirits are about to speak -- Bullwinkle J. Moose
It's a big club...and you ain't in it -- George Carlin
Registered Linux user #149839
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '

Offline

#3 2021-07-01 17:56:54

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: RX 560 fan runs at a high speed upon hitting grub screen

Thanks for the reply.  The single package I mentioned above is a nice little python tool that does it.  You just need to define a simple config.

Offline

#4 2021-07-01 18:01:48

Pyntux
Member
From: Serbia
Registered: 2008-12-21
Posts: 415

Re: RX 560 fan runs at a high speed upon hitting grub screen

I have RX 590 and I am using this:

https://aur.archlinux.org/packages/amdgpu-fan/


I do not speak English, but I understand...

Offline

#5 2021-07-01 20:06:08

Gosi
Member
From: Vienna, Austria
Registered: 2010-02-25
Posts: 103

Re: RX 560 fan runs at a high speed upon hitting grub screen

The amdgpu kernel documentation can be found here

pwm1_enable: pulse width modulation fan control method (0: no fan speed control, 1: manual fan speed control using pwm interface, 2: automatic fan speed control)

But I expect it to be automatic per default.

Offline

Board footer

Powered by FluxBB