Built the latest linux version from github but get the following error message
Cannot find DRI instance for pci:0000:01:00.0
Same message regardless of what I pass with --i , e.g.
root@minivega:/home/miner/scratch/amdmemorytweak/linux# ./amdmemtweak --i 0 --current
Cannot find DRI instance for pci:0000:01:00.0
root@minivega:/home/miner/scratch/amdmemorytweak/linux# ./amdmemtweak --i 1 --current
Cannot find DRI instance for pci:0000:01:00.0
root@minivega:/home/miner/scratch/amdmemorytweak/linux# ./amdmemtweak --i 2 --current
Cannot find DRI instance for pci:0000:01:00.0
System details:
root@minivega:/dev/dri# uname -a
Linux minivega 4.4.0-131-generic #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
root@minivega:/dev/dri# apt list --installed | grep amdgpu-pro
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
amdgpu-pro-core/unknown,now 18.10-572953 all [installed,automatic]
clinfo-amdgpu-pro/unknown,now 18.10-572953 amd64 [installed]
libopencl1-amdgpu-pro/unknown,now 18.10-572953 amd64 [installed,automatic]
opencl-amdgpu-pro/unknown,now 18.10-572953 amd64 [installed]
opencl-amdgpu-pro-icd/unknown,now 18.10-572953 amd64 [installed,automatic]
opencl-orca-amdgpu-pro-icd/unknown,now 18.10-572953 amd64 [installed]
Anyone else got the same problem, or do I need to update amdgpu-pro?