Bug 116929

Summary: (NET PATCH XIRCOM)Can't install via PCMCIA network card
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED ERRATA QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: notting, pfrields, twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-11 04:59:25 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:
Attachments:
Description Flags
linux-gdrvinfo.patch none

Description Tim Waugh 2004-02-26 15:09:01 UTC
Description of problem:
Installing over NFS via boot.iso on a Dell Inspiron 3500 with a Xircom
CE3B network card adapter fails to get past the DHCP screen.

Version-Release number of selected component (if applicable):
Tried from rawhide-20040226 tree.
anaconda-9.91-0.20040225180009

How reproducible:
100%

Steps to Reproduce:
1. Boot boot.iso
2. Try to install over NFS
  
Actual results:
Clicking OK on the DHCP screen (with 'use DHCP' on) does not move on
to the next screen.  On VT3:

* need to set up networking
* going to pick interface
* only have one network device: eth
* going to do getNetConfig
* waiting for link...
* 0 seconds.
* pump told us: SIOCSIFADDR: No such device

On VT4:

<6>Yenta: Routing CardBus interrupts to PCI
<6>Yenta: ISA IRQ mask 0x0098, PCI irq 11
<6>Socket status: 30000006
<6>Yenta: CardBus bridge found at 0000:00:04.1 [1028:008f]
<6>Yenta: Using CSCINT to route CSC interrupts to PCI
<6>Yenta: Routing CardBus interrupts to PCI
<6>Yenta: ISA IRQ mask 0x0098, PCI irq 11
<6>Socket status: 30000010
<6>cs: IO port probe 0x0c00-0x0cff: clean.
<6>cs: IO port probe 0x0100-0x04ff: excluding 0x220-0x22f 0x320-0x327
0x378-0x37f 0x388-0x38f 0x3c0-0x3df 0x4d0-0x4d7
<6>cs: IO port probe 0x0a00-0x0aff: clean.
<6>cs: memory probe 0xa0000000-0xa0ffffff: clean.
<7>divert: allocating divert_blk for eth0
<6>eth0: Xircom: port 0x300, irq 3, hwaddr 00:80:C7:A4:42:72

Comment 1 Bill Nottingham 2004-02-27 19:53:12 UTC
The 'simple' way to fix this is to get ethtool GDRVINFO support into
that driver. (xirc2ps_cs?)

Comment 2 Tim Waugh 2004-03-01 12:07:50 UTC
Yes, xirc2ps_cs is the driver in use.

Comment 3 Tim Waugh 2004-03-01 12:51:05 UTC
Created attachment 98155 [details]
linux-gdrvinfo.patch

Here is a patch I'm testing, based on the corresponding code in the 2.4 tree.

Comment 4 Tim Waugh 2004-03-01 14:18:33 UTC
Yes, this one-line patch fixes it.

Comment 5 Dave Jones 2005-01-11 04:59:25 UTC
fixed for some time now..