Results 1 to 5 of 5
I downloaded the source for kernel version 2.6.16 and recompiled it for my system. Now, on boot, I get:
Code:
ipw2200: ipw-2.4-boot.fw load load failed: Reason -2
ipw2200: Unable to ...
- 02-28-2007 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 15
Firmware will not load
I downloaded the source for kernel version 2.6.16 and recompiled it for my system. Now, on boot, I get:
I realize this means that it can't locate the firmware, and I have a copy of the firmware. But, where do I place it so that the kernel would be able to load it?Code:ipw2200: ipw-2.4-boot.fw load load failed: Reason -2 ipw2200: Unable to load firmware: -2 ipw2200: failed to register network device
- 02-28-2007 #2Just Joined!
- Join Date
- Sep 2005
- Posts
- 15
All of the sources I have found have mentioned that the firmware needs to be copied to the hotplug's firmware directory. I have searched on my own system and have not be able to locate this directory. Furthermore, it was stated that the option "Hotplug loading firmware support" should be built into the kernel. But, I could not find this option anywhere in the kernel config.
Is it just that my udev / hotplugging support is messed up somehow?
- 02-28-2007 #3You can untar the firmware in /lib/firmware/
Originally Posted by trek
(The former location for firmwares was /usr/lib/hotplug/firmware/)"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 02-28-2007 #4Just Joined!
- Join Date
- Sep 2005
- Posts
- 15
I just tried copying it into /lib/firmware, but to no avail. It still flags the error.
- 02-28-2007 #5
Like that ?
Post the output ofCode:tar zxf ipw2200-fw-2.4.tgz cd ipw2200-fw-2.4/ sudo mv *.fw /lib/firmware/
and ofCode:ls -l /lib/firmware/
for more help.Code:dmesg | grep -i ipw2200
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
