Page 1 of 1

Radeon firmware actualization problem

PostPosted: Nov 27th, '21, 15:19
by hemm
Seven days ago, actualization of radeon-firmware don't finish.
The error is:
package radeon-firmware-20211112-1.mga8.nonfree.noarch does not verify: Payload SHA256 ALT digest: BAD (Expected 81492d0a407d20399aeb284c469f84eadffb7d63071ec734bc0be2842dd06010 != 69f7bab55fe5e92eadcbc2b5c97224a623a6cf3b18642adacb6bc40a9348216d)

Re: Radeon firmware actualization problem

PostPosted: Nov 27th, '21, 17:03
by sturmvogel
Issue following command as root to clear you cache:
Code: Select all
urpmi --clean


Try to update again.
If it won't work: remove your set of repositorys and add a new set. After that issue following command again and update afterwards:
Code: Select all
urpmi --clean

Re: Radeon firmware actualization problem

PostPosted: Nov 27th, '21, 17:49
by hemm
Corrected
Thanks!

Re: Radeon firmware actualization problem

PostPosted: Nov 27th, '21, 19:02
by doktor5000
Please don't forget to mark the thread as solved, by editing the subject of the first post and prefix it with [SOLVED], thanks in advance.

Re: Radeon firmware actualization problem

PostPosted: Nov 29th, '21, 10:15
by benmc
if the package is a single failure of a massive group update, you could save some bandwidth / download time by just removing the defective package rather than completely emptying the download cache. I am on slow ADSL. :(
changing of the mirror can be performed before or after package removal.
as root:
Code: Select all
rm  /var/cache/urpmi/rpms/name_of_package

then
Code: Select all
urpmi --auto update

care should be taken to ensure the correct name_of_package is entered !
at completion, run
Code: Select all
urpmi --clean
just in case some packages have been updated between the failure and completion of the update, and are left in the cache.