You are not logged in.
Pages: 1
Topic closed
When running mkinitcpio -p with kernel updates, I get a new warning that I'm possibly missing the firmware module wd719x. This is new--I haven't had this warning before, and my hardware hasn't changed. I haven't been able to find this module. Does anyone know where I can find it, and, if not, if it's okay if this goes unattended?
Thank you!
Offline
Welcome to the forums. Please check out the wiki - you'll often find the answers you need there:
https://wiki.archlinux.org/index.php/Mk … odule_XXXX
(mod note: moving to Newbie Corner)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thank you for linking that page. I read it again, as I haven't read it since installing Arch. My question was more pertaining to this kernel module in particular. The linked page only refers to the two most common errors generated by mkinitcpio, but I haven't found any documentation on the kernel module in the title of this post.
If I don't need it, great, I'll ignore it. If I do, how do I read about it and install it?
Thank you!
Offline
Do
modinfo wd719x
to find out what that module is for,
Offline
Got same some warning, albeit I doubt that my system has such hardware. Obscure firmware modules are usually found in the AUR.
Install “wd719x-firmware” (AUR), which depends on “lha” (AUR) and “lib32-glibc” (Multilib) for making the package in reverse order (you probably need to activate “Multilib” in “/etc/pacman.conf” first.)
Offline
Are the warnings for the main image or the fallback?
Offline
Installing wd719x-firmware, as Marshal Kilgore says, clearly solves the issue. However, I'm suspicious that actually this is a false warning from mkinitcpio, as in the cases that are mentioned on the wiki page that Trilby linked. I mean I also doubt that I have such a hardware. In order to check this I followed the upstream URL link of the wd719x-firmware package, and found out that the firmware is for Western Digital PCI-SCSI host adapters. OK, so I have to find out whether I have one of those PCI-SCSI host adapters. I don't know what they are, so I just tried to google for "linux list PCI-SCSI host adapter", without success. Does anyone know how to list such hardwares?
Offline
Buddlespit: on my system, the warning is for the fallback image.
Offline
If it's for the fallback, which is looking for every module it can get it's hands on, but not the main, which already knows what it needs, do you think the missing modules are needed?
Not trying to be a dick, really I'm not... I'm just trying to get you to think this thru. I made the same assumptions when I first built my Arch system. Someone was nice enough to point out that if it's not asked for in the main image, then it's probably not needed at all.
Offline
Wow thanks!
Offline
Does anyone know how to list such hardwares?
lspci
Offline
So why am I being arsed with this then? Really growing tired of those messages... and I don't see any other firmware/hardware pushing itself under my nose while not even being present.
Offline
So why am I being arsed with this then? Really growing tired of those messages... and I don't see any other firmware/hardware pushing itself under my nose while not even being present.
I'm going to assume you haven't done any research. You can assume that you aren't going to get any nice answers. https://wiki.archlinux.org/index.php/Fo … e#Homework
Offline
I guess it is fine to ignore this message as long as the particular module is not on the `lsmod` list (see http://www.gauthampdas.com/blog/tech/li … re-modules).
Offline
When running mkinitcpio -p with kernel updates, I get a new warning that I'm possibly missing the firmware module wd719x. This is new--I haven't had this warning before, and my hardware hasn't changed. I haven't been able to find this module. Does anyone know where I can find it, and, if not, if it's okay if this goes unattended?
It's for Western Digital hardware, possible a WD hard drive? Linux-ck kernel seems to resolve it (and aic94xx) or at least they both appear in
modinfo wd719x
and
modinfo aic94xx
after having installed Linx-ck and the appropriate CPU modules.
aic94xx appears to be pci hardware.
∞ hard times make the strong, the strong make good times, good times make the weak, the weak make hard times ∞
Offline
However, how to disable these two WARNING?
Offline
Three years on, I doubt the initial conditions are the same. Closing this ancient thread. Please read the thread thoroughly to see if there is any help here. If not, start a new thread and be sure to present your problem thoroughly.
Thanks.
Closed.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Pages: 1
Topic closed