The r8188eu kernel module does not depend on the rtlwifi/rtl8188eufw.bin firmware file in the 20.04 HWE kernel
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-meta-hwe-5.15 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I would like to use a Wi-Fi card supported by the r8188eu kernel module in the initramfs, in Ubuntu 20.04. I add the module using a custom initramfs-tools hook. My problem is that there is a difference in the firmware dependencies of the module between the standard 5.4 kernel and the current HWE 5.15 kernel: in 5.4, the module depends on /lib/firmware/
The card requires the mentioned firmware file. In order to use it with both kernels, in addition to `manual_add_modules r8188eu`, I have to put something like `copy_file firmware /lib/firmware/
The bug is fixed (https:/