Ethernet Adapter not detected.

Hi,

I have installed Oracle Enterprise Linux 5 in my PC. After the installation the Ethernet Card is not got detected.

But I could able to get the details using the command lspci -a:
01:00.0 Ethernet controller: Attansic Technology Corp. L1 Gigabit Ethernet Adapter (rev b0).

But I could not able to make to work.

Please help me to come out from this problem.

Thanks In Advance,
Chidhambaram

You will need to get the drivers for your card. \

Here's a good starting point and read for you:

https://projects.centos.org/trac/dasha/ticket/3

1 Like

What do you mean by "I could not able to make work"? That you don't have a network connection? That the card wasn't configured? Or that Linux doesn't see it?

Could you post the outout of /sbin/ifconfig -a ?

1 Like

It would be better to see if ethernet is detected by Linux kernel with lspci -v command ?

1 Like

Hi,

Thanks very much for providing me this link. I have downloaded the first rpm file and installed the same after that rebooted the system it got worked.

Its a timely help.

Regards,
Chidhambaram B

---------- Post updated at 11:50 AM ---------- Previous update was at 11:49 AM ----------

Hi Everybody,

Thanks very for your response. I have followed mark's suggestion and it got worked after installing the driver.

Thanks once again.