Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save imrvelj/c65cd5ca7f5505a65e59204f5a3f7a6d to your computer and use it in GitHub Desktop.
Save imrvelj/c65cd5ca7f5505a65e59204f5a3f7a6d to your computer and use it in GitHub Desktop.

Revisions

  1. @zhenkyle zhenkyle created this gist May 6, 2016.
    29 changes: 29 additions & 0 deletions Arch Linux mkinitcpio: Possibly missing firmware for module.md
    Original 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