I installed Ubuntu 20.04 on my machine.. it has old gpu, Amd Radeon 8570M. it works fine with the default kernel, 5.4.0-26. But after I installed some App that uses DKMS, the kernel got updated to 5.4.0-58 and my gpu is not working anymore..
after that I planned to install the amdgpu driver from AMD official website but my GPU is not supported anymore. how can I fix this? I've tried installing old driver from AMD but it refuses to install.. I'm in confusion right now :(
lspci -k | grep -EA3 'VGA|3D|Display'
shows :
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Lenovo 3rd Gen Core processor Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
lspci -k | grep -EA3 'VGA|3D|Display'
terminal command. What do you mean by "my gpu is not working anymore"? – Pilot6 Dec 24 '20 at 14:17lspci
doesn't prove it ;-) What does plainlspci
show? – Pilot6 Dec 24 '20 at 14:51