Operating System - Linux
1827671 Members
3405 Online
109967 Solutions
New Discussion

how do i reinstall network modules?

 
SOLVED
Go to solution
eugene_6
Advisor

how do i reinstall network modules?


hello,
i need to change a module for my nic..
from eepro100 to e100
the driver from intel site didn't work,

instead, i want to try e100 which comes with redhat7.0 for my mandrake8.1

i got the redhat cds
how do i install the modules from the cd?

thank you..
1 REPLY 1
Kodjo Agbenu
Honored Contributor
Solution

Re: how do i reinstall network modules?

Hello,

Before anything, make sure that the "e100.o" module is not yet included in your Mandrake 8.1.

To check that :

modprobe -a e100

If it works, you can set it permanently by :

-> Editing /etc/modules.conf to add (or change) the following line :

alias eth0 e100

-> Typing the following command in order to rebuild the module dependency graph :

depmod -a


If the module is not included in Mandrake 8.1, please let us know.

Good luck.

Kodjo

P.S. Don't forget to rate this answer (from 1 to 10).
Learn and explain...