Skip to content

Instantly share code, notes, and snippets.

@Tknott95
Last active May 13, 2019 07:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tknott95/d0b5883e3f0d25aa9df23ab8dd576ede to your computer and use it in GitHub Desktop.
Save Tknott95/d0b5883e3f0d25aa9df23ab8dd576ede to your computer and use it in GitHub Desktop.
Arch Linux Missing Firmware | Possibly missing firmware for module: aic94xx wd719x

ARCH LINUX MISSING FIRMWARE FIX

Problem

** In Arch Linux mkinitcpio -p linux and/or boot shows error messages **
  ** Possibly missing firmware for module: aic94xx **
  ** Possibly missing firmware for module: wd719x **

SOLUTION

1) RUN COMMAND IN CLI
yoaurt -S aic94xx-firmware wd719x-firmware
2) THEN TO MAKE SYSTEM DETECT THE FIRMWARE FOR THE ERR CODE TO BE GONE WIT PLAYA
mkinitcpio -p linux 
@Tknott95
Copy link
Author

Tknott95 commented Aug 12, 2018

before fixed -> WHERE ERROR HITS FOR ME PRIOR TO THIS GUIDE

  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
  -> Running build hook: [encrypt]

@Tknott95
Copy link
Author

Tknott95 commented Aug 12, 2018

YOU WILL NEED

          yaourt pkg manager installed from the repo http://repo.archlinux.fr/$arch (99% chance you already use yaourt)

https://www.ostechnix.com/install-yaourt-arch-linux/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment