Bug 62318

Summary: eth0 didn't start when using Orinoco Wavelan/IEEE card
Product: [Retired] Red Hat Public Beta Reporter: Edmond Hui <ymehui>
Component: kernel-pcmcia-csAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: skipjack-beta1   
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: 2002-03-29 19:12:15 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 Edmond Hui 2002-03-29 17:16:59 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020314

Description of problem:
I fixed Orinoco card to use orinoco_cs driver (reported in bug 62317). When the
laptop (IBM 390e) reboot, the eth0 startup and defered until pcmcia starts, but
eth0 is not up after the system startup finished

I have to add ifup eth0 in /etc/rc.local to fix the problem. 

This didn't happen to other pcmcia NIC (I'm using a linksys ec2t)

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. load a Orinoco card on a laptop
2. reboot the laptop
	

Actual Results:  The eth0 startup is deferred, which should be done by pcmcia
later (as my linksys card), but the card was not start during pcmcia startup

Expected Results:  eth0 using orinoco card should startup, just like other
pcmcia NIC

Additional info:

n/a

Comment 1 Edmond Hui 2002-03-29 18:30:56 UTC
I just have a quick test using my Linksys ec2t card. The same problem occurred.
Eth0 didn't come up during bootup, ifup eth0 is needed to bring up the card
afterward. I think the problem is more general on pcmcia NICs. Note, the
function works on RH 7.2 w/ the same h/w... maybe I shouldn't have try skipjack. 8)

Comment 2 Arjan van de Ven 2002-03-29 18:38:08 UTC
Believe it or not but that last thing is a grep bug !
install the rawhide grep and it works again ;)

Comment 3 Edmond Hui 2002-03-29 19:12:10 UTC
Confirmd. grep 2.5.1 from rawhide fixed the problem. Both orinoco and linksys
card bring up properly now.

Great work!

I'll let you closed the case.

Rgds,