Error videocard: amdgpu requires firmware installed

Need help with peripherals or devices?
Post Reply
Message
Author
okpermane
Posts: 2
Joined: 2021-11-03 14:51

Error videocard: amdgpu requires firmware installed

#1 Post by okpermane »

I recently installed the system and after that I installed refind and booted. Then I installed the drivers according to the instructions: https://wiki.debian.org/AtiHowTo. Now the check command displays an error:

Code: Select all

root@i:/home/i# dmesg | grep -E 'drm|radeon' | grep -iE 'firmware|microcode'
[    1.696591] [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed

My videocard:

Code: Select all

root@i:/home/i# lspci -nn|grep VGA
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Stoney [Radeon R2/R3/R4/R5 Graphics] [1002:98e4] (rev ea)
What could be the problem?

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: Error videocard: amdgpu requires firmware installed

#2 Post by kedaha »

Hi,
Could be:

Code: Select all

# apt installl amd64-microcode
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

okpermane
Posts: 2
Joined: 2021-11-03 14:51

Re: Error videocard: amdgpu requires firmware installed

#3 Post by okpermane »

kedaha wrote: 2021-11-03 15:38 Hi,
Could be:

Code: Select all

# apt installl amd64-microcode
The latest version of the package is already installed

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 133 times

Re: Error videocard: amdgpu requires firmware installed

#4 Post by p.H »

okpermane wrote: 2021-11-03 15:08 I installed the drivers according to the instructions
What did you do exactly ?
kedaha wrote: 2021-11-03 15:38 Could be:

Code: Select all

# apt installl amd64-microcode
No, it couldn't. amd64-microcode contains CPU microcode, not GPU firmware. ATI/AMD GPU firmwares are in firmware-amd-graphics.

User avatar
stevepusser
Posts: 13137
Joined: 2009-10-06 05:53
Has thanked: 56 times
Been thanked: 105 times

Re: Error videocard: amdgpu requires firmware installed

#5 Post by stevepusser »

What's the result of "apt policy firmware-amd-graphics" in the terminal?
MX Linux packager and developer

postcd
Posts: 172
Joined: 2022-01-08 18:33
Has thanked: 65 times
Been thanked: 3 times

Re: Error videocard: amdgpu requires firmware installed

#6 Post by postcd »

Maybe Debian failed to ask if user want to install AMD firmware. For me KDE failed to start thanks to that.

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

Post Reply