Bug 42591
| Summary: | pxelinux installation with eepro100 fails | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <tw> |
| Component: | anaconda | Assignee: | Brent Fox <bfox> |
| Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-06-12 15:45:00 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Need Real Name
2001-05-28 16:06:38 UTC
Can you attach the output of both "lspci -v" and "lspci -n" so that I can see exactly which of the dozens different eepro100's this is ? Hey, you4re really fast 8) Here it is:
pc00:~ # lspci -v
00:00.0 Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (rev
02)
Flags: bus master, medium devsel, latency 64
Memory at 44000000 (32-bit, prefetchable)
Capabilities: [a0] AGP version 1.0
00:01.0 PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge (rev 02)
(prog-if 00 [Normal decode])
Flags: bus master, 66Mhz, medium devsel, latency 64
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
I/O behind bridge: 00001000-00001fff
Memory behind bridge: 40000000-400fffff
Prefetchable memory behind bridge: 41000000-41ffffff
00:0a.0 Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev
05) Subsystem: Compaq Computer Corporation Embedded NC3120 with Wake on
LAN Flags: bus master, medium devsel, latency 66, IRQ 10
Memory at 40200000 (32-bit, prefetchable)
I/O ports at 2000
Memory at 40100000 (32-bit, non-prefetchable)
Capabilities: [dc] Power Management version 1
00:14.0 ISA bridge: Intel Corporation 82371AB PIIX4 ISA (rev 02)
Flags: bus master, medium devsel, latency 0
00:14.1 IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 01) (prog-if 80
[Master])
Flags: bus master, medium devsel, latency 64
I/O ports at 2040
00:14.2 USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01) (prog-if 00
[UHCI])
Flags: bus master, medium devsel, latency 64, IRQ 10
I/O ports at 2020
00:14.3 Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 02)
Flags: medium devsel
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X
(rev 5c) (prog-if 00 [VGA])
Subsystem: ATI Technologies Inc: Unknown device 0080
Flags: bus master, stepping, medium devsel, latency 66, IRQ 11
Memory at 41000000 (32-bit, prefetchable)
I/O ports at 1000
Memory at 40000000 (32-bit, non-prefetchable)
Capabilities: [50] AGP version 1.0
pc00:~ # lspci -n
00:00.0 Class 0600: 8086:7190 (rev 02)
00:01.0 Class 0604: 8086:7191 (rev 02)
00:0a.0 Class 0200: 8086:1229 (rev 05)
00:14.0 Class 0601: 8086:7110 (rev 02)
00:14.1 Class 0101: 8086:7111 (rev 01)
00:14.2 Class 0c03: 8086:7112 (rev 01)
00:14.3 Class 0680: 8086:7113 (rev 02)
01:00.0 Class 0300: 1002:4742 (rev 5c)
pc00:~ #
"00:0a.0 Class 0200: 8086:1229 (rev 05)" -> This ID is detected by the driver just fine, and the driver should therefore load automatically. Maybe the installer doesn't have the proper ID If I can help debugging, just tell me how - I can easily reproduce the problem. My impression is that not the module itself is the problem - it just doesn4t get loaded ... Did you successfully try this RH 7.1 pxelinux stuff with ANY network card ? Kudzu is the component which actually detects the hardware, but I think that kudzu is doing the right thing here: The relevant line in the pcitable is: 0x8086 0x1229 "eepro100" "Intel Corporation|82557 [Ethernet Pro 100]" ...which looks fine to me. tw, all our test machines PXE boot, so yes, that gets tested every day. Also, almost all of our test machines use eepro100 cards, so I'm surprised that you are having problems. I really don't know what the problem is...the pci id matches kudzu's lookup table...and we know that this driver works. Try booting with 'linux text expert noprobe' and select the driver when prompted. That might avoid the double detection that seems to be happening. Closing due to inactivity. Please reopen if you have more information. |