[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#942513: linux 5.2.0-0.bpo.3-amd64: amdgpu doesn't find firmware



A workaround/fix is to patch /usr/share/initramfs-tools/hook-functions this 
way (see patch attached)

That way, the firmware will be copied from 
  /lib/firmware/5.3.0-0.bpo.2-amd64/amdgpu/
to this dir in the initramfs
  usr/lib/firmware/amdgpu/
instead of
  usr/lib/firmware/5.3.0-0.bpo.2-amd64/amdgpu/

After that, at boot-time the amdgpu firmware is found.

Please note that after patching it is necessary to run this command:
# update-initramfs -u -k <the_kernel_version>

BTW: #933733 and #942513 may be duplicates.

Regards

Le samedi 28 décembre 2019, 19:29:49 CET Fab Stz a écrit :
> Hello,
> 
> Problem is still present in "5.3.0-0.bpo.2-amd64"
> 
> It also looks similar to #933733 which I updated. Could these
> issues be duplicates ?
> 
> Regards
> Fab
--- hook-functions.bak	2019-08-23 03:11:27.000000000 +0200
+++ hook-functions	2019-12-28 20:07:32.732539852 +0100
@@ -101,7 +101,7 @@
 
 			if [ -e "/lib/firmware/${version}/${firmware}" ]; then
 				copy_file firmware \
-					"/lib/firmware/${version}/${firmware}"
+					"/lib/firmware/${version}/${firmware}" "/lib/firmware/${firmware}"
 			else
 				copy_file firmware "/lib/firmware/${firmware}"
 			fi

Reply to: