Jump to content

OS won't read ethernet card.


Guest Leo54
 Share

Recommended Posts

Last week I installed Mandriva 2011 OS. Everything went well except one thing.

The OS can't read the ethernet card (Netgear Eternet PCI Adaptor GA311).

First, I have the driver cd. Using the OS, how do I install the driver.

Second, if the driver doesn't work. Or, if the installation fails.

Where on the internet should I look for a good functional driver?

 

Thank You,

Leo54.

Link to comment
Share on other sites

The card should be detected by the linux kernel without the need of installed drivers.

 

Do you see any boot-up errors in /var/log/messages?

 

the file /etc/sysconfig/network-scripts/ifcfg-eth0 is used by the OS to set up network parameters such as dhcp, load on boot, etc. Mine looks like this (created automatically):

 

DEVICE=eth0

BOOTPROTO=dhcp

NETMASK=255.255.255.0

ONBOOT=yes

METRIC=10

MII_NOT_SUPPORTED=no

USERCTL=yes

RESOLV_MODS=no

IPV6INIT=yes

IPV6TO4INIT=yes

ACCOUNTING=yes

DHCP_CLIENT=dhclient

NEEDHOSTNAME=no

PEERDNS=yes

PEERYP=yes

PEERNTPD=no

Link to comment
Share on other sites

From a bit of reading it should be detected, as it should use the Realtek 8169 module as it seems to be based on that, unless something has changed. An lspci can verify this I would expect.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...