Good afternoon all!
Looking to see if some one smarter than me can point me in a direction to get this setup working.
I just picked up a Pro V620, and am attempting to use it on an ASRock Rack E3C236D2I with an E3-1245V5, 32GB (2x16) ECC Ram, 1TB Kingston SDD.
Above 4G Encoding is enabled in BIOS ( to fix the “System is running with Insufficient PCI Resources”), but reset all other setting to default, for troubleshooting purposes.
While digging around the internet I have found AMD’s write up on it.
System Requirements (along with detailed install steps) and I appear to meet all of them.
However, I didn’t see the GPU in the rocm-smi, and got the dmesg errors below.
So, to start from square one on a fresh 24.04.2, and only an apt upgrade, in dmesg | grep -i amd
, I get this
[ 6.070551] [drm:amdgpu_bo_init [amdgpu]] *ERROR* Unable to set WC memtype for the aperture base
[ 6.070940] [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* sw_init of IP block <gmc_v10_0> failed -22
[ 6.071309] amdgpu 0000:03:00.0: amdgpu: amdgpu_device_ip_init failed
[ 6.071322] amdgpu 0000:03:00.0: amdgpu: Fatal error during GPU init
[ 6.072839] amdgpu 0000:03:00.0: amdgpu: amdgpu: finishing device.
[ 6.073520] amdgpu: probe of 0000:03:00.0 failed with error -22
But I see it in lspci -vnn
03:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon Pro V620] [1002:73a1]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon Pro V620] [1002:0e34]
Flags: fast devsel, IRQ 16, IOMMU group 1
Memory at 90000000 (64-bit, prefetchable) [size=2M]
Memory at 90200000 (32-bit, non-prefetchable) [size=512K]
Expansion ROM at <ignored> [disabled]
Capabilities: <access denied>
Kernel modules: amdgpu
My guess is, this is unholy, and wont work (because it does seem a bit of a stretch with cobbled together hardware). OR, I there is a gap in my basic knowledge and have missed something.
Has anyone else been able to get this working on their setups?