D-Link network card doesn't work


Results 1 to 3 of 3

Thread: D-Link network card doesn't work

  1. #1
    Join Date
    May 2011
    Location
    New Jersey
    Posts
    2

    D-Link network card doesn't work

    Motherboard network interface died so I installed a D-Link DFE-530TX+ card.
    Using Ubuntu 10.10, card was detected but incorrect driver loaded. Ubuntu
    loaded Via-Rhine driver. However, the board uses the Realtek 8139 chip,
    so I think it should have loaded the 8139too.ko module. How do I get
    Ubuntu to load a different module than the one it automatically selected?
    Linux kernel is 2.6.38.

  2. #2
    Join Date
    Jan 2001
    Posts
    517
    It seems to me from reading this it should be autodetected and work without doing anything:

    https://wiki.ubuntu.com/HardwareSupp...workCardsDlink

    You are correct, the driver should be RTL-8139C.

    According to this thread,

    http://ubuntuforums.org/showthread.php?t=1397123

    You can load the correct driver using

    $ sudo modprobe rtl8139too

    About halfway down this page

    http://www.linuxquestions.org/hcl/sh...ct=136&cat=133

    You will see someone complain that has has three of the same card, and each one has a different chipset (including both the realtek and rhine drivers you mention)

    He also mentions that he had to turn off Plug and Play in the BIOS to get them to work.

    On this page,

    http://ubuntuforums.org/showthread.php?t=1397123

    note about 6/7 of the way down a comment indicating that new NIC's are automatically recognized but not activated by default. Commands are given to activate it.

    See if this info helps.

  3. #3
    Join Date
    May 2011
    Location
    New Jersey
    Posts
    2

    Smile Solved

    Thanks for your suggestions. We've got it going now.

Posting Permissions

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