Error When Trying to Install FIRMWARE-AMD-GRAPHICS

I am trying to fix the many W: Possible missing firmware /lib/firmware/amdgpu/navy_flounder_dmcub.bin for module amdgpu messages when performing an update

This led me to via Aravisian help to install firmware-amd-graphics_20210818-1_all.deb which I hope is the right package from this FTP site http://ftp.us.debian.org/debian/pool/main/f/firmware-free/

When trying to install firmware-amd-graphics package I get
error while trying installing trying to overwrite
/lib/firmware/amdgpu/banks_k_2_smc.bin which is also in package linux-firmware 1.187.27


I would use this link, instead. The one you linked to directs to Debian, not Ubuntu
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/amdgpu
You can use git

sudo apt install git

and clone directly:

git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

Then elevate to root and move the files directly into /lib/firmware/amdgpu

sudo -i

nautilus

Do I need to use ftp to get these files downloaded and if so which ftp client would you suggest.
I done the clone so ready for step 3 Then elevate to root and move the files directly into /lib/firmware/amdgpu

You do not need FTP as you are already set up on Zorin OS. You can clone the files just as your following statement suggests you have already done so, :wink:

Once you move the files (Which you can also do with the terminal using the mv command, if you prefer over the GUI), in terminal please test with

sudo apt update

sudo apt update
[sudo] password for raymond:
Hit:1 Index of /ubuntu-x-swat/updates/ubuntu focal InRelease
Hit:2 Index of /ubuntu focal InRelease
Get:3 Index of /ubuntu focal-updates InRelease [114 kB]
Hit:4 Index of /zorinos/apps/ubuntu focal InRelease
Hit:5 Index of /zorinos/drivers/ubuntu focal InRelease
Hit:6 Index of /zorinos/patches/ubuntu focal InRelease
Hit:7 Index of /zorinos/stable/ubuntu focal InRelease
Get:8 Index of /ubuntu focal-backports InRelease [108 kB]
Get:9 Index of /repos/edge/ stable InRelease [7,342 B]
Get:10 Index of /ubuntu focal-security InRelease [114 kB]
Hit:11 Index of /amdgpu/21.50/ubuntu/ focal InRelease
Hit:12 Index of /rocm/apt/5.0/ ubuntu InRelease
Get:13 Index of /ubuntu focal-updates/main amd64 DEP-11 Metadata [279 kB]
Hit:14 Index of /stable/ focal InRelease
Hit:15 Index of /patches/ focal InRelease
Hit:16 Index of /apps/ focal InRelease
Get:17 Index of /ubuntu focal-updates/universe amd64 DEP-11 Metadata [390 kB]
Hit:18 Index of /drivers/ focal InRelease
Get:19 Index of /ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [940 B]
Get:20 Index of /ubuntu focal-backports/main amd64 DEP-11 Metadata [8,024 B]
Get:21 Index of /ubuntu focal-backports/universe amd64 DEP-11 Metadata [30.8 kB]
Get:22 Index of /ubuntu focal-security/main amd64 DEP-11 Metadata [40.7 kB]
Get:23 Index of /ubuntu focal-security/universe amd64 DEP-11 Metadata [66.3 kB]
Get:24 Index of /ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2,464 B]
Fetched 1,162 kB in 1s (866 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done

1 Like

That is one problem solved. :grin:

Yes thanks

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.