If KDE fails to load on PC with AMD CPU/GPU, it can mean that Debian failed to ask if user want to install AMD firmware.
Try Alt+F5 keyb. shortcut when stuck on booting screen and login.
then run: apt install isenkram && isenkram-autoinstall-firmware
(may need to prefix these by "sudo " if logged in not as root)
It finds needed firmware and install it automatically https://packages.debian.org/buster/isenkram
Answer from 16851556 on Stack ExchangeIf KDE fails to load on PC with AMD CPU/GPU, it can mean that Debian failed to ask if user want to install AMD firmware.
Try Alt+F5 keyb. shortcut when stuck on booting screen and login.
then run: apt install isenkram && isenkram-autoinstall-firmware
(may need to prefix these by "sudo " if logged in not as root)
It finds needed firmware and install it automatically https://packages.debian.org/buster/isenkram
Answer from 16851556 on Stack ExchangeIf KDE fails to load on PC with AMD CPU/GPU, it can mean that Debian failed to ask if user want to install AMD firmware.
Try Alt+F5 keyb. shortcut when stuck on booting screen and login.
then run: apt install isenkram && isenkram-autoinstall-firmware
(may need to prefix these by "sudo " if logged in not as root)
It finds needed firmware and install it automatically https://packages.debian.org/buster/isenkram
Use the Debian installer image with non-free firmware included.
https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/
Does anyone know how to fix it? I just installed Debian and, apparently, because of that I can't even get to SDDM.
Solution: if you have this error: drop to tty2 via Ctrl+Alt+F2 login as your user write: sudo apt install firmware-amd-graphics reboot
linux - How do I fix "amdgpu requires firmware installed" when attempting to boot Debian from usb drive? - Unix & Linux Stack Exchange
Problem with amdgpu on debian 10
Writing this on a pc with Debian 10, got an RX470 and still haven't fixed it.
Had hopes on this url -> https://linuxconfig.org/how-to-install-amdgpu-drivers-on-debian-9-stretch-linux
But no success.
I'm using intel graphic output to at least use the computer. But I have to switch the cable whenever I need to go back to windows and play some stuff. :(
More on reddit.com*ERROR*: amdgpu requires firmware installed
It sounds like you are missing firmware-amd-graphics.
Amdgpu requieres firmware installed
and im getting the error "amdgpu requieres firmware installed"
Please post the actual text of the error message, so we can tell if it's an actual error or a routine notification about missing firmware that is usually harmless.
More on reddit.comYou can find firmware at linux-firmware git
It looks like the missing firmware files are there.
You can git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git and copy the missing files to /lib/firmware/amdgpu.
Update: this is my amateur approach to just “making things work” — there are better answers out there and this probably isn’t the most stable approach. Linux in the home user space is essentially about learning. If you break something you will need to learn to fix it, or start over! This is the case with any system in computing. The sooner you learn to deal with that the sooner you will find a way to “fish for yourself” rather than rely on handout solutions — which might be imperfect.
Do not troubleshoot a business environment with this solution. You have been warned.
———
To save time for new users, and people unfamiliar with the terminal -- the following commands can be copied and pasted directly for ease of use. Please make sure to have git installed, if it's not open a terminal (ctrl + alt + t in most cases) and enter the following command:
sudo apt install git -y
If apt complains about updating, update and upgrade with:
sudo apt update && sudo apt upgrade -y
then install git with the first command.
The firmware files needed for this can be found at https://kernel.googlesource.com/pub/scm/linux/kernel/git/firmware/linux-firmware.git
if you've already got git installed, this can be done by typing
cd ~/Documents && git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/firmware/linux-firmware.git
After you've cloned the repository using the above command it's important to put the files in the right place so the program "update-initramfs" can find them and make use of them.
To do this simply enter in the terminal the following command (for ubuntu, as of 18.04)
sudo cp ~/Documents/linux-firmware/amdgpu/* /lib/firmware/amdgpu && sudo update-initramfs -k all -u -v
The above commands assumes you are updating your initramfs image and will use all kernel versions available on the system at the time.
With all this done, APT should no longer complain. :D
Yesterday I installed Debian 10 on my desktop pc. I spent 4 hour searching for a solutions online but found none suitable.
CPU: Intel Xeon E3-1231 v3
GPU: AMD Radeon R9 390 by Asus
On boot there was a message with " [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed". Xorg wont start, obviously.
But when I install the required firmware, my pc will not boot.
As I am writing this post I am reinstalling Debian because when I installed the package "firmware-amd-graphics" and rebooted my pc, it would hang. Only blackscreen, does not receive an ip over dhcp.
I really don't know what to do anymore.
If more info is needed I try provide anything asap.
Writing this on a pc with Debian 10, got an RX470 and still haven't fixed it.
Had hopes on this url -> https://linuxconfig.org/how-to-install-amdgpu-drivers-on-debian-9-stretch-linux
But no success.
I'm using intel graphic output to at least use the computer. But I have to switch the cable whenever I need to go back to windows and play some stuff. :(
Try putting ```nomodeset``` in config. That got me past the black screen hang, but it would only get me 640 x 480 resolution. Still haven't found a fix.
Does anyone know how to fix it? I just installed Debian and, apparently, because of that I can't even get to SDDM.
Solution: if you have this error: drop to tty2 via Ctrl+Alt+F2 login as your user write: sudo apt install firmware-amd-graphics reboot
I have just installed debían linux on my pc and im getting the error "amdgpu requieres firmware installed" I have a ryzen 3 2200g and im using The integrated apu, any solutions?