Bugzilla – Bug 757655
mkinitrd: udev now requires firmware in /usr/lib/firmware
Last modified: 2012-07-29 20:31:29 UTC
As of udev 182, the firmware loader now looks in /usr/lib/firmware instead of /lib/firmware. On the file system itself, this has been worked around in the udev package by making /usr/lib/firmware a symbolic link to /lib/firmware. In the initramfs, the firmware is still placed in /lib/firmware but there's no symbolic link, so firmware won't load. Radeon and other GPU drivers hate that. Patch to follow.
Created attachment 486551 [details] [PATCH] mkinitrd: Firmware in /usr/lib/firmware With udev 182, firmware is expected to be in /usr/lib/firmware. This patch adds the ability for it to look in /usr/lib/firmware, with /lib/firmware as a fallback. We use /path/to/firmware/ (trailing slash) so we follow the top link with the name we used instead of the link target.
Submitted to Base:System as SR 114297.
This is an autogenerated message for OBS integration: This bug (757655) was mentioned in https://build.opensuse.org/request/show/114556 Factory / mkinitrd
Looks the bnc#758202 and bnc#753942 cause by this one?
*** Bug 758202 has been marked as a duplicate of this bug. ***
In Factory, closing as FIXED.
*** Bug 753942 has been marked as a duplicate of this bug. ***