Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-24-2009, 12:49 PM
|
#1
|
LQ Newbie
Registered: Jul 2009
Posts: 2
Rep:
|
Failure to find E100 firmware even though present in /lib/firmware
I have a small bootable image that I'm updating to the latest kernel (2.6.30.2). My network, e100, has stopped working. After investigating, I realize that the firmware needs to be placed in the "/lib/firmware/e100" directory. I have found the proper firmware and placed it in the proper location (I think). However, I'm still getting the "failure to load firmware" message.
I've looked at ths SystemRescue CD and it works properly. I'm wondering if there are some other modules/utilities that need to be in the image, that I may have removed.
Any pointers and suggestions would be welcome. I've checked my .config versus the Systemrescue and the are close in the network and firmware sections, so I don't think that is the problem.
I'm doing the modprobe of the e100 driver and the dhcpcd from the command line, so the kernel is up and running. I'm guessing I'm missing some core piece that actually does the loading.
Thanks for any help/suggestions.
Al
|
|
|
07-25-2009, 07:52 AM
|
#2
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
If you are referring to the e100.ko intel network device driver, it doesn't need firmware. The /lib/firmware/ directory is for drivers that do such as the b43 driver.
Your kernel should already have a native e100 kernel driver. Either you didn't reboot after updating your kernel, or it needs to be loaded. The .tar.gz file you downloaded contains the latest source code for this
driver. And there is a README file with instructions on compiling and installing it with "make install", or creating an rpm package.
Check the module information with:
/sbin/modinfo e100
Check if it is listed in the /lib/modules/<kernel-version>/modules.dep file. Example:
grep e100 /lib/modules/$(uname -r)/modules.dep
If it isn't run "sudo /sbin/depmod -a". The modules.dep file lists the location of the e100 driver, and lists the mii driver as a dependency.
Check if the e100 driver is loaded with:
lsmod | grep e100
|
|
|
07-27-2009, 07:31 AM
|
#3
|
LQ Newbie
Registered: Jul 2009
Posts: 2
Original Poster
Rep:
|
Thanks for the reply, but when the driver loads (which I have verified using "lsmod"), everything seems find until I try to to the dhcp request. Then if I look in "dmesg", I see the following:
"e100: eth0 'e100 request firmware': e100/d101m_ucode.bin"
followed about 60 seconds later with:
"Failed to load firmware "e100/d101m_ucode.bin": -2 "
From querying that message, it does appear to be needing firmware, hence my original question.
Regards.
|
|
|
All times are GMT -5. The time now is 01:02 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|