Forked from imrvelj/Arch Linux mkinitcpio: Possibly missing firmware for module.md
Created
March 23, 2018 22:16
-
-
Save imvaskii/6d24f9e7de1b15f28e54788184d9ef8c to your computer and use it in GitHub Desktop.
Revisions
-
zhenkyle created this gist
May 6, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ ### Problem In Arch Linux `mkinitcpio -p linux` shows ``` Possibly missing firmware for module: aic94xx Possibly missing firmware for module: wd719x ``` ### Solve ``` git clone https://aur.archlinux.org/aic94xx-firmware.git cd aic94xx-firmware makepkg -sri ``` ``` git clone https://aur.archlinux.org/wd719x-firmware.git cd wd719x-firmware makepkg -sri ``` and then `mkinitcpio -p linux` again. ### Reference https://wiki.archlinux.org/index.php/Mkinitcpio