Forked from zhenkyle/Arch Linux mkinitcpio: Possibly missing firmware for module.md
Created
May 24, 2017 08:23
-
Star
(101)
You must be signed in to star a gist -
Fork
(27)
You must be signed in to fork a gist
-
-
Save imrvelj/c65cd5ca7f5505a65e59204f5a3f7a6d 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