Created
May 6, 2016 03:15
-
-
Save zhenkyle/649ce0c08b9af717da8997d7e2551fdc 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