Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to make eth0 driver permanent?

Reply
Thread Tools Display Modes

How to make eth0 driver permanent?

 
 
somebody
Guest
Posts: n/a

 
      10-31-2004, 01:22 PM
Under Fedora Core 2, the default NIC driver is e100,
and there was an entry in my /etc/modules.conf file
for it:

alias eth0 e100

I want to use the eepro100 driver, so I changed the
above line to:

alias eth0 eepro100


However, when I reboot the e100 module is still loaded:

antares:/downloads> lsmod|grep 100
e100 25092 0
mii 3584 1 e100


What do I have to do to make this permanent?


-Thanks

 
Reply With Quote
 
 
 
 
David Efflandt
Guest
Posts: n/a

 
      10-31-2004, 02:52 PM
On Sun, 31 Oct 2004 09:22:25 -0500, somebody <(E-Mail Removed)> wrote:
> Under Fedora Core 2, the default NIC driver is e100,
> and there was an entry in my /etc/modules.conf file
> for it:
>
> alias eth0 e100
>
> I want to use the eepro100 driver, so I changed the
> above line to:
>
> alias eth0 eepro100


Did you "depmod -a" after any /etc/modules.conf changes?

> However, when I reboot the e100 module is still loaded:
>
> antares:/downloads> lsmod|grep 100
> e100 25092 0
> mii 3584 1 e100
>
>
> What do I have to do to make this permanent?


I am not familiar with fedora, but if it uses 'kudzu' for hardware
detection during boot, which is assuming an incorrect module for it, see
docs for kudzu, to see how to have it either use the desired module for
that device, or not change it.

You might also check any network scripts under /etc/sysconfig related to
eth0 to see if anything there specifies a specific module for it.

It has been awhile since I used RH related distos. And I forget what I
did when my nics did not work when SuSE's hardware detection tool
incorrectly tried to use tulip module instead of DEC specific module for
an old built-in DEC chip, and rtl8139 module for a nic that required
8139too. But I think I just modified modules.conf, did depmod -a, and
disabled the hardware detection during boot (taking too long anyway).
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      10-31-2004, 03:37 PM
In comp.os.linux.networking David Efflandt <(E-Mail Removed)>:
> On Sun, 31 Oct 2004 09:22:25 -0500, somebody <(E-Mail Removed)> wrote:
>> Under Fedora Core 2, the default NIC driver is e100,
>> and there was an entry in my /etc/modules.conf file
>> for it:
>>
>> alias eth0 e100
>>
>> I want to use the eepro100 driver, so I changed the
>> above line to:
>>
>> alias eth0 eepro100


> Did you "depmod -a" after any /etc/modules.conf changes?


IIRC FC 2 uses kernel 2.6, so he might should have more luck with
/etc/modprobe.conf.

[..]

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 200: The monitor needs another box of pixels.
 
Reply With Quote
 
Peer Hebing
Guest
Posts: n/a

 
      10-31-2004, 03:45 PM
Moin

somebody schrieb:

> What do I have to do to make this permanent?


look for the alias in /etc/modprobe.conf.dist
and replace it.


>
> -Thanks
>



--
======================
Peer Hebing
http://linux-daemon.de
======================
 
Reply With Quote
 
Marco Benton
Guest
Posts: n/a

 
      10-31-2004, 03:51 PM
somebody wrote:
> Under Fedora Core 2, the default NIC driver is e100,
> and there was an entry in my /etc/modules.conf file
> for it:
>
> alias eth0 e100
>
> I want to use the eepro100 driver, so I changed the
> above line to:
>
> alias eth0 eepro100
>
>
> However, when I reboot the e100 module is still loaded:
>
> antares:/downloads> lsmod|grep 100
> e100 25092 0
> mii 3584 1 e100
>
>
> What do I have to do to make this permanent?
>
>
> -Thanks
>


i thought Fedora moved to /etc/modprobe.conf. check there.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make IP address permanent? Fred Linux Networking 5 06-14-2008 06:52 PM
Can't get eth0 up (wired) - e1000 device eth0 does not seem to be present, delaying initialization. OtisUsenet Linux Networking 2 06-06-2007 02:57 AM
eth0: Device not found (e1000: Intel PRO/1000 Network Driver) vendredi5h@gmail.com Linux Networking 2 03-12-2006 04:23 AM
How do I make network mappings (mounts?) permanent Bob Macpherson Linux Networking 1 06-22-2005 10:24 AM
how tho change source address of eth0/eth0:1 ? news Linux Networking 2 06-09-2004 03:25 PM



1 2 3 4 5 6 7 8 9 10 11