Link to home
Start Free TrialLog in
Avatar of Zolf
ZolfFlag for United Arab Emirates

asked on

ubuntu does not detect Lan Card


Hello there,

I have a motherboard from Asus P5KPL-AM EPU,on which i have installed EBox. I also have 2 LAN Card on it. the 2 lan card is detected by application,but the onboard Lan is not detected. what do i do to be able to use that Lan also.

cheers
Zolf
Avatar of TobiasHolm
TobiasHolm
Flag of Sweden image

Hi!

Intel NIC drivers are usually included in Ubuntu, but which version of Linux are you running? And which NIC card / chipset do you have?

Run: 'lspci | grep net' to see NIC controller.
Run: 'sudo lshw -class network' to list more information about your NIC controllers.
Run: 'uname -a' to see your Linux version.

Regards, Tobias
Avatar of Zolf

ASKER


thanks for yur feedback,but i cannot run those command i get Command not found.
i an doing this in the console(Ctrl Alt F2)
make sure you don't have CAPS LOCK on and type exactly
lspci

if that works then repeat Tobias' command from above
lspci | grep net
Avatar of Zolf

ASKER


>>Run: 'lspci | grep net' to see NIC controller.

Description - Ethernet interface
product - VT6105 [Rhine - III]
vendor - VIA Technologies
physical id - 1
bus info - pci@0000:03:01.0
logical name -  eth1
version - 8b
serial 00:26:5a:08:55:7d
clock - 33MHz


Run: 'uname -a' to see your Linux version.


Linux ubuntu 2.6.24-26-ebox #1 SMP
What about:
sudo lshw -class network
Avatar of Zolf

ASKER


>>What about:
>>sudo lshw -class network

it gives the same info as above
Avatar of Zolf

ASKER


what do i type so that i go from page to page
You can use 'more', like:

sudo lshw -class network | more

The Via NIC should work in Ubuntu 8 (Hardy) which seems to be the version you're running (kernel 2.6.24).
Ref: https://wiki.ubuntu.com/HardwareSupportComponentsWiredNetworkCardsVia

What brand/model do you have on your 2:nd NIC card? Is it this card that has the Via-chip?

Have you checked in your computer BIOS that the built in Intel NIC is enabled? The lshw command should report all installed and enabled NIC cards.

Regards, Tobias
Avatar of Zolf

ASKER


>>What brand/model do you have on your 2:nd NIC card? Is it this card that has the Via-chip?
both my LAN card is D-link 10/100 Mbps Ethernet Pci adapter model -- dfe-520tx
Avatar of Zolf

ASKER


>>sudo lshw -class network | more

Ethernet controler - Attansic Technology Corp. Unknown device 1026 (revb0)
Ethernet controler - VIA Technologies VT6105 [Rhine - III] (rev 8b)
Ethernet controler - VIA Technologies VT6105 [Rhine - III] (rev 8b)

in total i have three Lan port,the 2 Lan cards i attached to the mobo is detected,but the onboard lan is not
Avatar of Zolf

ASKER


>>Ref: https://wiki.ubuntu.com/HardwareSupportComponentsWiredNetworkCardsVia

yes those two are detected,but not the on board lan port
You can download a NIC driver here: http://support.asus.com/download/dow...model=P5KPL-CM

And follow this thread to get it compiled and working: http://ubuntuforums.org/showthread.php?t=770173

"1) I installed ubuntu hardy 64bit, i has build-essential package installed2) Then i downloaded the linux driver from: http://support.asus.com/download/dow...model=P5KPL-CM(as per my original post)3) I then transfered the driver via usb stick to my laptop and unpacked the zip. (Actually i unpacked it on windows first as it has a .rar file that i could not unpack on linux Then i packed it up again on windows).4) cd into /LinuxDrivers/L1e_Lan/l1e-l2e-linux-v1.0.0.4/src5) then i ran: sudo KBUILD_NOPEDANTIC=1 make6) then i ran: sudo KBUILD_NOPEDANTIC=1 make install7) that worked and put a driver in /lib/modules/2.6.24-16-generic/kernel/drivers/net/atl1e/at1le.ko8 ) i cd into that director and i run: sudo insmod ./atl1e.ko"

Regards, Tobias
Avatar of Zolf

ASKER


i dont see the NIC driver under the Linux OS

http://support.asus.com/download/Download.aspx?SLanguage=en-us

please help me,i am new to Linux environment
aah! The link was cut off on the Ubuntu forum page!

Try this link instead: http://support.asus.com/download/download.aspx?product=1&SLanguage=us-en&type=map&model=P5KPL-CM

Regards, Tobias
Avatar of Zolf

ASKER


TobiasHolm:

i dont see the lan drivers for the linux os.can you please let m eknow
ASKER CERTIFIED SOLUTION
Avatar of TobiasHolm
TobiasHolm
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial