View previous topic :: View next topic |
Author |
Message |
snagar n00b
Joined: 23 May 2003 Posts: 31
|
Posted: Mon Jul 21, 2003 7:00 pm Post subject: e1000 detected but not functional |
|
|
Hello all
At last I succeded installing the e1000 drivers.
I must say, to all those that had a problem with it, I found out that I had two e1000.o files. One from the Kernel compilation and one from the emerge process. so all I had to do is remove the first(kernel compilation) and replace it with the one I emerged and walla: modprobe e1000 worked.
My gentoo ver is 1.4 r-4/r-5 after updating.
machine:
I have an Albatron 865PE II
2 NIC one is: Realtek = eth0
second: intel pro 1000 = eth1
So what is the problem ?
when I enter: ifconfig it only recognises eth0
when I enter: ifconfig -a => it detected all (eth0 & eth1)
When I explisitly type: ifconfig eth1 => detects the device.
So, when I ping it does not recognises the device.
I typed <route> and again only eth0 is recognised.
What is the problem, What am I missing ?
Should I load the module in the init.d ? I entered the module name in the: /etc/module.autoload file.
Need help/explanation
Thanks |
|
Back to top |
|
|
tagswitch n00b
Joined: 19 Jul 2003 Posts: 31
|
Posted: Tue Jul 22, 2003 8:24 am Post subject: |
|
|
Hi,
Did you add
Code: |
# Intel gigabit Ethernet card.
alias eth1 e1000
|
in /etc/modules.d/aliases ?
and run modules_update afterwards ?
Regards,
R.
ps: you may also want to consider adding e1000 in your /etc/modules.autoload.d/kernel.X.X |
|
Back to top |
|
|
snagar n00b
Joined: 23 May 2003 Posts: 31
|
Posted: Fri Jul 25, 2003 1:40 pm Post subject: |
|
|
nope, I'll do that thanks alot
|
|
Back to top |
|
|
snagar n00b
Joined: 23 May 2003 Posts: 31
|
Posted: Sat Jul 26, 2003 12:33 pm Post subject: |
|
|
Thanks alot tagswitch
I forgot to exec the module-update script.
The alias part doesn't realy matter for me.
Thanks alot
|
|
Back to top |
|
|
|