Hi!
I have the following hardware, OS and AMD software:
root@apucomputer2:~# dmidecode | grep AMD
Manufacturer: AuthenticAMD
Version: AMD Sempron(tm) 3850 APU with Radeon(tm) R3
root@apucomputer2:~#
root@apucomputer2:~# lspci | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280 / R3 Series]
root@apucomputer2:~#
root@apucomputer2:~#
root@apucomputer2:~# uname -a
Linux apucomputer2.nuo.com.mx 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
root@apucomputer2:~#
root@apucomputer2:~# cat /etc/issue
Ubuntu 16.04.3 LTS \n \l
root@apucomputer2:~# dpkg -l | grep -i amdgpu
ii amdgpu-pro 17.40-492261 amd64 Meta package to install amdgpu Pro components.
ii amdgpu-pro-core 17.40-492261 all Meta package to uninstall amdgpu Pro components.
ii amdgpu-pro-dkms 17.40-492261 all amdgpu-pro driver in DKMS format.
ii amdgpu-pro-lib32 17.40-492261 amd64 Meta package to support i386 runtime on amd64 architecture
ii clinfo-amdgpu-pro 17.40-492261 amd64 AMD OpenCL info utility
ii ids-amdgpu-pro 1.0.0-492261 all List of AMD/ATI cards' device IDs, revision IDs and marketing names
ii libdrm-amdgpu-pro-amdgpu1:amd64 1:2.4.82-492261 amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-amdgpu-pro-amdgpu1:i386 1:2.4.82-492261 i386 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-amdgpu1:i386 2.4.83-1~16.04.1 i386 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm2-amdgpu-pro:amd64 1:2.4.82-492261 amd64 Userspace interface to kernel DRM services -- runtime
ii libdrm2-amdgpu-pro:i386 1:2.4.82-492261 i386 Userspace interface to kernel DRM services -- runtime
ii libegl1-amdgpu-pro:amd64 17.40-492261 amd64 implementation of the EGL API -- runtime
ii libegl1-amdgpu-pro:i386 17.40-492261 i386 implementation of the EGL API -- runtime
ii libgbm1-amdgpu-pro:amd64 17.40-492261 amd64 Generic buffer management API -- runtime
ii libgbm1-amdgpu-pro:i386 17.40-492261 i386 Generic buffer management API -- runtime
ii libgbm1-amdgpu-pro-base 17.40-492261 all Generic buffer management API -- configuration files
ii libgl1-amdgpu-pro-appprofiles 17.40-492261 all AMD OpenGL profiles configuration
ii libgl1-amdgpu-pro-dri:amd64 17.40-492261 amd64 implementation of the OpenGL API -- DRI modules
ii libgl1-amdgpu-pro-dri:i386 17.40-492261 i386 implementation of the OpenGL API -- DRI modules
ii libgl1-amdgpu-pro-ext:amd64 17.40-492261 amd64 xorg GLX exetnsion
ii libgl1-amdgpu-pro-glx:amd64 17.40-492261 amd64 implementation of the OpenGL API -- GLX runtime
ii libgl1-amdgpu-pro-glx:i386 17.40-492261 i386 implementation of the OpenGL API -- GLX runtime
ii libgles2-amdgpu-pro:amd64 17.40-492261 amd64 implementation of the OpenGL|ES 2.x API -- runtime
ii libgles2-amdgpu-pro:i386 17.40-492261 i386 implementation of the OpenGL|ES 2.x API -- runtime
ii libopencl1-amdgpu-pro:amd64 17.40-492261 amd64 AMD OpenCL ICD Loader library
ii libopencl1-amdgpu-pro:i386 17.40-492261 i386 AMD OpenCL ICD Loader library
ii libvdpau-amdgpu-pro:amd64 1:17.0.1-492261 amd64 AMDGPU Pro VDPAU driver
ii libvdpau-amdgpu-pro:i386 1:17.0.1-492261 i386 AMDGPU Pro VDPAU driver
ii opencl-amdgpu-pro-icd:amd64 17.40-492261 amd64 non-free AMD OpenCL ICD Loaders
ii opencl-amdgpu-pro-icd:i386 17.40-492261 i386 non-free AMD OpenCL ICD Loaders
ii vulkan-amdgpu-pro:amd64 17.40-492261 amd64 AMDGPU Pro Vulkan driver
ii vulkan-amdgpu-pro:i386 17.40-492261 i386 AMDGPU Pro Vulkan driver
ii xserver-xorg-video-amdgpu-pro 1:1.3.99-492261 amd64 X.Org X server -- AMD/ATI Radeon display driver
ii xserver-xorg-video-glamoregl-amdgpu-pro:amd64 1.19.0-492261 amd64 X.Org X server -- graphics acceleration module based on OpenGL
root@apucomputer2:~#
But neither the driver nor OpenCL are working:
root@apucomputer2:~# dmesg | grep -i amdgpu
[ 3.229151] [drm] amdgpu kernel modesetting enabled.
[ 3.273356] fb: switching to amdgpudrmfb from VESA VGA
[ 3.277478] [drm:dm_early_init [amdgpu]] *ERROR* Usupported ASIC type: 0x7
[ 3.277616] [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <dm> failed -22
[ 3.277633] amdgpu 0000:00:01.0: Fatal error during GPU init
[ 3.277644] [drm] amdgpu: finishing device.
[ 3.278116] amdgpu: probe of 0000:00:01.0 failed with error -22
root@apucomputer2:~#
root@apucomputer2:~# clinfo
terminate called after throwing an instance of 'cl::Error'
what(): clGetPlatformIDs
Aborted (core dumped)
root@apucomputer2:~#
Am I using incorrect driver / APP SDK?
If yes, what should I use?
Thanks and regards