You can also try forcing the newer amdgpu module to be used instead of radeon:
echo "options amdgpu cik_support=1" | sudo tee /etc/modprobe.d/forceamdgpu.conf echo "options radeon cik_support=0" | sudo tee -a /etc/modprobe.d/forceamdgpu.conf sudo update-initramfs -u -k all (Or use dracut --force instead of update-initramfs if you're using dracut) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104002 Title: latest mesa 25.0.1 in Ubuntu 25.04 does not detect my GPU --> AMD kabini A6-5200 (Radeon HD 8400 / R3) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/2104002/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
