Multiple lan card problem

Asked by Abir

Hi,

I have two lan cards. One is Atheros which comes builtin the motherboard. Other one is realtake(pci lan card). My network cable is connected to the pci lan card. Both cards r recognized by ubuntu. I have configured ip using system->administration->network. But there r two wired connection to configure there. What do i do now?:)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Theodotos Andreou
Solved:
Last query:
Last reply:
Revision history for this message
Pramod Dematagoda (pmdematagoda) said :
#1

Post the outputs of:-
ifconfig
and
lshw

Revision history for this message
Best Theodotos Andreou (theodotos) said :
#2

Try the command "lshw -C network"

It will show you all your network cards and under "logical name" you will find their designation in the system (i.e. eth0 or eth1). You will find which one is assigned to the realtek pci lan card and configure that one with the network manager.

Revision history for this message
Abir (complexiplane) said :
#3

Thanks Theodotos Andreou, that solved my question.