Find the answer to your Linux question:
Results 1 to 3 of 3
Hello Guys, Am trying to install a second NIC on a PC that already has one. The adapter is a D-Link DFE-530TX PCI card and am running Redhat 2.6.9-5.ELsmp. After ...
  1. #1
    Just Joined!
    Join Date
    Aug 2010
    Posts
    2

    Installing dual NICs on a PC with Redhat operating system

    Hello Guys,

    Am trying to install a second NIC on a PC that already has one. The adapter is a D-Link DFE-530TX PCI card and am running Redhat 2.6.9-5.ELsmp. After installing the card into the PCI slot, a cable was connected and the two LEDs on it started blinking. However i could not access the internet using this new card. The system only recognizes the old one. Linux Drivers (rhinefet.tgz in source code)for the adapter were obtained from the CD that came with it. Then the following was done as per the readme file;
    1. Created a temporary directory: using mkdir /temp
    2. Changed to the temporary directory: using cd /temp
    3. Copied driver (rhinefet.tgz) from disk to /temp
    4. Untar the archive file: using tar xzvf rhinefet.tgz
    5. Changed to src: using cd src
    6. Compiled the driver source files and it generated rhinefet.o and rhinefet.ko files : using make and then make install commands
    7. A copy of the *.o and *.ko files was also copied to the installation path /lib/modules/2.6.9-5.ELsmp/kernel/drivers/net/

    However from the configuration file /etc/modprobe.conf the new NIC was still not recognized even though the two LEDs on it are blinking when a cable is connected.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    You need to change your routing rules. See the route command man page for details. Depending upon what you want, you might be better off to "bond" the two network cards to provide a single network interface, but with increased throughput and reliability.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Post the output from the following:

    Code:
    ifconfig -a

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...