Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Folding @ home nie widzi mojego GPU - Radeon RX570
#1
0
Witam

Mam problem z instalacją sterowników do Radeona RX570. Instalowałem paczkę ze strony AMD ale w pewnym momencie wyskoczył komunikat "amdgpu dkms failed for running kernel"

Z informacji o systemie:

Cytat:Graphics:  Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X]
          vendor: Sapphire Limited Nitro+ driver: amdgpu v: kernel bus ID: 26:00.0
          chip ID: 1002:67df
          Display: x11 server: X.Org 1.20.5 driver: amdgpu,ati unloaded: fbdev,modesetting,vesa
          resolution: 1920x1080~60Hz
          OpenGL:
          renderer: Radeon RX 570 Series (POLARIS10 DRM 3.33.0 5.3.0-46-generic LLVM 9.0.1)
          v: 4.5 Mesa 19.2.2 direct render: Yes


Bez sterowników klient Folding @ home nie widzi mojego GPU
#2
0
Konkretnie, jaką paczkę pobrałeś?
Pełne logi pokaż, zamiast wycinka "amdgpu dkms failed for running kernel".
#3
0
Pełnych logów nie mam bo nieopatrznie zamknąłem terminal. Mogę zainstalować jeszcze raz żeby zobaczyć co wyskoczy. Pliki się nadpiszą?

Pobrałem sterowniki ze strony amd dla Ubuntu 64 bit:
https://www.amd.com/en/support/graphics/...eon-rx-570

Jeszcze mam coś takiego

Kod:
darek@darek-MS-7B86:~$ dkms status
amdgpu, 19.50-967956: added

19.50 to właśnie wersja tego sterownika.
#4
0
Zobacz jak pójdzie z sudo ./amdgpu-pro-install --opencl=legacy,pal --headless --no-dkms
https://amdgpu-install.readthedocs.io/en...ementation
https://foldingathome.org/support/faq/in...uirements/
#5
0
Niby poszło, ale klient dalej nie widzi GPU. W informacjach o systemie nic się nie zmieniło, a w zarządzaniu sterownikami nie ma nic.
#6
0
I nic się nie zmieni, dalej będzie amdgpu.
#7
0
A co z tym unloaded?
#8
0
To "unloaded" jest prawidłowe.

Rozwiązania problemów z FAH, najlepiej szukać u źródła, czyli na forum FAH. https://foldingforum.org/viewforum.php?f=81
Może te dwa poniższe wątki, naprowadzą na rozwiązanie.

Jeden mówi o ściągnięciu dodatkowego pliku z identyfikatorami kart graficznych.
https://forums.anandtech.com/threads/ins...x.2577275/
Cytat:I was not able to get F@H running on my radeon VII on the linux rig that works for all the boinc GPU projects using the installation method above. My guess is that user 'fahclient' does not have permission to load the OpenCl drivers, because I was able to tun FAH when I started the client manually in my home directory. If you'd like to try this here's what I did.

sudo systemctl disable FAHClient <----disables the FAHClient service that starts automatically during boot.
sudo reboot
In your home directory make folder FAH: mkdir FAH
cd FAH
wget http://fah-web.stanford.edu/file-release...c/GPUs.txt
cp /etc/fahclient/config.xml ./
FAHClient <---- this starts the client

I know this isn't ideal but it works for me.

Drugi mówi o otwartoźródłowej alternatywie dla OpenCL.
https://foldingforum.org/viewtopic.php?f=81&t=33942
Cytat:I wanted to use Open Source drivers, so I installed rocm, as explained in https://rocm-documentation.readthedocs. ... Guide.html. I did not try proprietary AMD drivers, so I can say nothing about them. I checked it was working by running "clinfo".

I also installed FAH as explained in https://foldingathome.org/support/faq/i ... des/linux/.

Initially FAH worked, but did not use the GPU. So I did the following:

Add the user fahclient to the group render by running "adduser fahclient render" on a console as root. It is required to access the GPU, but it is not done by default (FAH 7.5.1).
restart the fahclient outside of systemd

Code: Select all
systemctl stop FAHClient.service
/etc/init.d/FAHClient start


Surprisingly, this made a difference. I do not know why.
configure the GPU slot with opencl-index=0
and most important: wait for the latest rocm update! (rocm-dkms version 3.3.0-19, early April 2020)


Then I just needed to verify that FAHControl "System Info" detects the OpenCL Device and finally run folding.
#9
0
Ok, dzięki. Będę miał okazję pouczyć się pracy w konsoli Smile
#10
1
Better response on post RE: Folding @ home nie widzi mojego GPU - Radeon RX570Przyszukałem trochę to forum FAH i natrafiłem na taki wątek:https://foldingforum.org/viewtopic.php?f=81&t=32692
Spróbuj może wystarczy takie coś:
Kod:
sudo apt-get install ocl-icd-libopencl1
sudo apt-get install ocl-icd-opencl-dev

Druga sprawa pokaż co tam masz obecnie zainstalowane odnośnie amdgpu i opencl:
Kod:
dpkg -l | grep amdgpu


Skocz do:




Użytkownicy przeglądający ten wątek: 1 gości