Opened 8 years ago
Closed 7 years ago
#7151 closed defect (fixed)
e100 not eorking, firmware won't load
Reported by: | murraytony@… | Owned by: | developers |
---|---|---|---|
Priority: | response-needed | Milestone: | Backfire 10.03.1 |
Component: | kernel | Version: | Backfire 10.03 |
Keywords: | Cc: |
Description
I get this error on boot and have no network connectivity.
e100: eth0: e100_request_firmware: Failed to load firmware "e100/d101s_ucode.bin": -2
I've tried copying the firmware files from another system and put them in /lib/firmware/e100, but it still comes up with that error. Perhaps there is another thing that is preventing the firmware from being loaded.
Attachments (0)
Change History (11)
comment:1 Changed 8 years ago by acinonyx
comment:2 Changed 8 years ago by nico
- Priority changed from high to response-needed
comment:3 Changed 8 years ago by anonymous
I'm having the same issue with 10.03 as of July/24/2010
The image I used is the one at;
http://downloads.openwrt.org/backfire/10.03/x86/openwrt-x86-jffs2-128k.image
Hardware: Intel ISP1100 with the following configs;
*CPU: Pentium III 750MHz
*M/B: Intel TR440BX (Chipset:440BX PCIset)
*HDD: Lexar Professional UDMA (Compact Flash - 300x, 2GB) w/ CFtoIDE adapter
*RAM: PC100 512MB (=128MB*4)7
*VGA: None (Altered by "Console Redirection" to the primary serial port)
*NIC: Intel PRO/100 *2 (both on-board)
"lspci -nn" on Kamikaze 8.09.2 gives the following;
00:0c.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 08)
00:0d.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 08)
comment:4 Changed 8 years ago by anonymous
I'm having the same issue with 10.03 as of July/24/2010
The image I used is the one at;
http://downloads.openwrt.org/backfire/10.03/x86/openwrt-x86-jffs2-128k.image
Hardware: Intel ISP1100 with the following configs;
*CPU: Pentium III 750MHz
*M/B: Intel TR440BX (Chipset:440BX PCIset)
*HDD: Lexar Professional UDMA (Compact Flash - 300x, 2GB) w/ CFtoIDE adapter
*RAM: PC100 512MB (=128MB*4)7
*VGA: None (Altered by "Console Redirection" to the primary serial port)
*NIC: Intel PRO/100 *2 (both on-board)
"lspci -nn" on Kamikaze 8.09.2 gives the following;
00:0c.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 08)
00:0d.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 08)
Sorry for multiple posts. Should the administrator notice this post, please delete the unorganized version that I posted previously.
Thank you.
comment:5 Changed 7 years ago by nico
Can you confirm this issue is still present in 10.03.1-rc1 ?
comment:6 Changed 7 years ago by stephan@…
Hi,
I get the same issue on 10.03.1 rc3
The hardware is an Comapq Armada E500 with an
00:09.0 Ethernet controller [0200]: Intel Corporation 82557/8/9 Ethernet Pro 100 [8086:1229] (rev 09)
Regards,
Stephan
comment:7 Changed 7 years ago by strzol@…
I have the same error on latest (r23985) Backfire sources.
The hardware is an Advantech motherboard with an dual lan intel controller (82562/82551 or 82541).
comment:8 Changed 7 years ago by strzol@…
I forgot to mention that i'm getting:
"e100/d102e_ucode.bin" instead of the one mentioned on the first report.
comment:9 Changed 7 years ago by strzol@…
I can confirm that this error occurs on latest trunk as well (r24006).
My devices are (as reported with lspci).
Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 10)
Intel Corporation 82801DB Pro/100 VE (CNR) Ethernet Controller (rev 82)
comment:10 Changed 7 years ago by strzol@…
Compiling the driver and the firmware in-kernel (with make kernel_menuconfig) works ok.
So if it is compiled as module, it seems that the firmware file is not copied (i have to check that) or for some reason not loading.
In-kernel test was made with latest backfire sources.
comment:11 Changed 7 years ago by nbd
- Resolution set to fixed
- Status changed from new to closed
Could you please test if this is fixed in trunk?