Forked from imrvelj/Arch Linux mkinitcpio: Possibly missing firmware for module.md
Created
April 12, 2019 07:30
-
-
Save anoopemacs/177e7652ea618113a084dff85855fb1c 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