Bug 173191 - Eth* assignments are not related to ifcfg setup
Summary: Eth* assignments are not related to ifcfg setup
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: hotplug
Version: 5
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-14 21:05 UTC by Andre Srinivasan
Modified: 2014-03-17 02:56 UTC (History)
1 user (show)

Fixed In Version: 8.31.2-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-25 17:57:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Andre Srinivasan 2005-11-14 21:05:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7

Description of problem:
I have ifcfg-eth0 setup for my e1000 ethernet card and ifcfg-eth1 setup for my ipw2100 wifi card.  But depending on the order that hotplug loads the modules, the ipw2100 can end up on eth0.  It would be nice to have one configuration that drives the setup rather than having to fight with the module load order.

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

How reproducible:
Always

Steps to Reproduce:
1. Configure eth0 and eth1 opposite of the order that the NIC modules get loaded
2. Reboot
3.
  

Actual Results:  The NIC that should be on eth1 is on eth0 due to the driver module getting loaded first.

Expected Results:  Based on whats in the ifcfg-eth0, the right driver should be associated with eth0.

Additional info:

Here's my workaround.  Add the following to modprobe.conf to force the eth0 driver to get loaded first.

install ipw2100 /sbin/modprobe -q eth0; /sbin/modprobe --ignore-install ipw2100

Comment 1 Bill Nottingham 2005-11-14 21:57:21 UTC
Do you have HWADDR set in your ifcfg files?

Comment 2 John Thacker 2006-05-05 20:36:21 UTC
Closing due to lack of response by reporter.

Comment 3 Andre Srinivasan 2006-05-25 15:13:17 UTC
Sorry, I missed the update notifications and only noticed this when I was
browsing through to see if issues had been resolved.  In answer to your last
question, yes I have HWADDR set.  I've also since moved to FC5 with all the up
to the minute updates.

Comment 4 Bill Nottingham 2006-05-25 16:28:42 UTC
Can you try the initscripts from updates-testing?

Comment 5 Andre Srinivasan 2006-05-25 17:54:29 UTC
I updated, removed all my guards to force the ordering, and after a couple of
reboots I have had no problems.  Not sure what you want to do.  Perhaps close
this for now and if I see the issue again, I'll reopen?

Thanks.

-andre.

Comment 6 Bill Nottingham 2006-05-25 17:57:39 UTC
Closing in rawhide. That will get pushed to final eventually.


Note You need to log in before you can comment on or make changes to this bug.