Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuring Linux AMD PC NET network card in VMware GSX Server

Configuring Linux AMD PC NET

Configuring Linux AMD PC NET network card in VMware GSX Server

by  ElTech  Posted    (Edited  )
I just wanted to post this here as an FYI since it took me several hours to find out how to do it:



Configuring Linux AMD PC NET network card in VMware GSX Server

After installing Red Hat, the network card may not be detected by linux, here is how to install the nic







Stop the network by issuing /etc/rc.d/init.d/network stop



-Manually load the module by issuing /sbin/insmod pcnet32 This module must be present in the /lib/modules/<your build number>/net directory for lsmod to find it.

-Verify it loaded successfully by issuing /sbin/lsmod

-Edit the /etc/sysctl.conf to alias eth0 pcnet32

-Activate the eth0 device by issuing /etc/rc.d/init.d/network start

-Configure your network settings



With help from (and more info at) http://www.linuxheadquarters.com/howto/networking/networkconfig.shtml
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top