Post
Topic
Board Mining (Altcoins)
Re: msi 5500xt 4gb, ubuntu 20.04, amdgpu 20.45
by
StonieMalony
on 12/05/2022, 19:18:45 UTC
I installed latest drivers with command ssudo amdgpu-install --opencl=rocr,legacy --vulkan=amdvlk,pro -y --accept-eula
and now I got opposite situation ... 5500 xt is found and r9 390 is not

Code:
lspci |grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Sumo [Radeon HD 6530D]
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390] (rev 80)
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 14 [Radeon RX 5500/5500M / Pro 5500M] (rev c5)

Code:
lshw -c video
  *-display UNCLAIMED
       description: VGA compatible controller
       product: Sumo [Radeon HD 6530D]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 1
       bus info: pci@0000:00:01.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller bus_master cap_list
       configuration: latency=0
       resources: memory:90000000-9fffffff ioport:f000(size=256) memory:feb00000-feb3ffff memory:c0000-dffff
  *-display
       description: VGA compatible controller
       product: Hawaii PRO [Radeon R9 290/390]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 0
       bus info: pci@0000:01:00.0
       version: 80
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
       configuration: driver=amdgpu latency=0
       resources: irq:31 memory:a0000000-afffffff memory:b0000000-b07fffff ioport:e000(size=256) memory:fea00000-fea3ffff memory:fea40000-fea5ffff
  *-display
       description: VGA compatible controller
       product: Navi 14 [Radeon RX 5500/5500M / Pro 5500M]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 0
       bus info: pci@0000:05:00.0
       version: c5
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
       configuration: driver=amdgpu latency=0
       resources: irq:32 memory:c0000000-cfffffff memory:d0000000-d01fffff ioport:c000(size=256) memory:fe800000-fe87ffff memory:fe880000-fe89ffff

what can be the problem ? what am I missing ... somehow I am sure that it is something really simple but just I cant see it Smiley

well now I did sudo amdgpu-uninstall and sudo dpkg -r amdgpu-install and had some tarball with 21.20 drivers ... I installed from there with command  sudo ./amdgpu-pro-install --opencl=rocr,legacy -y and now again in first place ... r9 390 is found but 5500xt not while lshw and lspci and lm-sensors remain the same ... I even tried that I disabled igpu (the rig have no monitor anyway) just in case it does something to mess up everything but no ... still only r9 390 (with drivers 21.20)

what driver version should I use ? help Smiley what am I missing ?

also while 5500 xt was working and I removed it and left only r9 connected, r9 390 didnt start to work or be found by any of the miners and vise-versa(while 390 was working and removing 5500xt)