View previous topic :: View next topic |
Author |
Message |
asankaan n00b
Joined: 17 Jul 2006 Posts: 60
|
Posted: Sat Jan 24, 2009 6:35 am Post subject: Problem in detecting newly plugged network card [SOLVED] |
|
|
Hi,
I plugged a new Realtek 8139 to my gentoo pc & i configured /etc/modules.autoload.d/kernel-2.6 by adding '8139too'.
I've configured the existing onboard card as eth0 & it is working fine.
My problem i can't use the new card as eth1. it gives an error saying device is missing when i try ifconfig eth1
lspci -v shows that the 8139too module is loaded for the card.
Any help highly appreciated.
Asanka
Last edited by asankaan on Sat Jan 24, 2009 10:39 am; edited 1 time in total |
|
Back to top |
|
|
defenderBG l33t
Joined: 20 Jun 2006 Posts: 817
|
Posted: Sat Jan 24, 2009 10:08 am Post subject: |
|
|
so... take a look at ifconfig -a to see all available adapters. it is possible that for some reason the new card has a different name then eth1.
if it does not work, remove te 8139too from the autoload, restart. when you are logged in, modprobe 8139too and post the output of dmesg| tail |
|
Back to top |
|
|
asankaan n00b
Joined: 17 Jul 2006 Posts: 60
|
Posted: Sat Jan 24, 2009 10:39 am Post subject: |
|
|
Yes, it worked!
the new NIC has been found as eth5
Thanks
Asanka |
|
Back to top |
|
|
|