M-Bab / linux-kernel-amdgpu-binaries

Kernel binaries (amd64) of amd-staging with DAL and latest security patches
214 stars 29 forks source link

debian/testing: firmware-radeon-ucode prevents installation of firmware-linux #75

Closed AndreaBorgia-Abo closed 5 years ago

AndreaBorgia-Abo commented 5 years ago

CAUTION: firmware-radeon-ucode*.deb might replace amdgpu firmware files of linux-firmware. So if you remove it you might lose some important blob firmwares. They can be recovered with:

In debian/testing I had to remove firmware-amd-graphics and firmware-linux-nonfree, otherwise I could not install your package. I cannot reinstall firmware-linux because it detects a file conflict and refuses to continue.

on my ASrock B450-HDV with Ryzen3 2200G, your kernel makes the difference between booting every time (thank you, thank you, thank you!) instead of one in five, so it's a keeper but how can I fix the dependencies? Bonus points if I don't run the risk of apt-get autoremove nuking something.

M-Bab commented 5 years ago

I updated the firmware package. It says "replaces" now for the packages you mentioned. Can you try again?

AndreaBorgia-Abo commented 5 years ago

Yup, it seems to work fine: first I installed your new files, then ran apt-get install for firmware-amd-graphics and firmware-linux-nonfree. All dependencies were pulled and installed, I'd say it works. Thanks again :)