Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106072 - ipw2100 fails to load firmware
Summary: ipw2100 fails to load firmware
Status: RESOLVED DUPLICATE of bug 104470
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-15 07:12 UTC by James Hyland
Modified: 2005-09-15 14:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Hyland 2005-09-15 07:12:43 UTC
When I run

modprobe ipw2100

I get the following message in /var/log/messages:

Sep  9 16:02:23 giordi ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 1.1.2
Sep  9 16:02:23 giordi ipw2100: Copyright(c) 2003-2005 Intel Corporation
Sep  9 16:02:23 giordi ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKB] -> GSI
5 (level, low) -> IRQ 5
Sep  9 16:02:23 giordi ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
Sep  9 16:04:03 giordi ipw2100: eth1: Firmware 'ipw2100-1.3.fw' not available or
load failed.
Sep  9 16:04:03 giordi ipw2100: eth1: ipw2100_get_firmware failed: -2
Sep  9 16:04:03 giordi ipw2100: eth1: Failed to power on the adapter.
Sep  9 16:04:03 giordi ipw2100: eth1: Failed to start the firmware.
Sep  9 16:04:03 giordi ipw2100Error calling register_netdev.
Sep  9 16:04:03 giordi ipw2100: probe of 0000:02:03.0 failed with error -5


I tried the following tip from ipw2100.sf.net and it didn't help:

echo 100 > /sys/class/firmware/timeout

This only occurs with the newer version of udev [068].  My system is entirely
x86 and downgrading udev resolved the problem.

I found a solution. The problem occurs because the package ipw2100-firmware
extract the firmware file to /lib/firmware instead to /usr/lib/hotplug/firmware

So it appears the ebuild for ipw2100-firmware just needs to be modifed to put
the files in the correct place

Reproducible: Always
Steps to Reproduce:
1.modprobe ipw2100
2.
3.

Actual Results:  
complains about not finding firmware

Expected Results:  
wireless module should be loaded
Comment 1 Henrik Brix Andersen 2005-09-15 14:04:02 UTC
/lib/firmware is the correct dir for recent versions of hotplug. This is a 
problem with udev-068.

*** This bug has been marked as a duplicate of 104470 ***