1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-09 17:38:14 +02:00

linux/mkinitcpio: troubleshooting possibly missing firmware

This commit is contained in:
tiyn
2025-09-22 02:22:59 +02:00
parent acd39ea5c5
commit b306eb9df4

View File

@@ -129,3 +129,11 @@ If this error or one similar to this is shown the boot partition is filled up co
generation of the initial ramdisk.
This can be fixed by either [compressing the image](#enabledisable-compression) or by
[disabling unused fallbacks](#default-and-fallback-images).
### `WARNING: Possibly missing firmware for module`
If the warning `WARNING: Possibly missing firmware for module` is shown a firmware package is
missing for the hardware of the system.
Though it is not neccessary it is recommended to install ist.
To check which firmware package is needed for which firmware module check
[the Arch Linux wiki](https://wiki.archlinux.org/title/Mkinitcpio#Possibly_missing_firmware_for_module_XXXX).