Results 1 to 6 of 6

Thread: How to install ethernet driver

  1. #1
    Join Date
    Mar 2007
    Beans
    201
    Distro
    Ubuntu 10.10 Maverick Meerkat

    How to install ethernet driver

    Hi,

    I bought a dlink-530TX ethernet card. I have downloaded the latest linux driver from their site. Now when i tried to install the driver according to their instructions , I am stuck.

    They instructed to :

    1. Untar the file i downloaded
    2. Then Compile it using make install

    But the compilation process failed. Can anybody tell me why ?

    P.S. My card is not detected by lspci.

  2. #2
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: How to install ethernet driver

    What kind of errors did you get when the compile exited?

  3. #3
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to install ethernet driver

    I just got one of those nics it uses the via-rhine driver, it should be auto detected and load on boot.

    To check if the module is loaded, in a terminal type:

    Code:
    lsmod | grep via*
    If it's not loaded, in a terminal type:

    Code:
    sudo modprobe via-rhine
    Jim

  4. #4
    Join Date
    Mar 2007
    Beans
    201
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to install ethernet driver

    Hmm, I had a tplink ethernet adapter. I used to have internet problems . So I thought it's a adapter issue. But I am not sure where's the problem.

    My old adapter works OK most of the time. But sometimes it does not work. Can you guys help me whether it's a adapter problem or, some settings issue ? If it can be resolved , then I will not mess around trying to install a new driver because I am not that expert and I don't want to mess up things right now.

  5. #5
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to install ethernet driver

    Just install your new nic it will be automagically detected, no having to install drivers or anything else, your settings for your previous card should work with the new one. One other thing to check is the network cable, an intermittent connection can act like the problem you described.

    JIm

  6. #6
    Join Date
    Oct 2005
    Location
    Rome, Ga
    Beans
    2,339
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install ethernet driver

    My onboard lan stopped working, seems as though it's just not a well made jack, because if you move the plug slightly it connects briefly. Tried it with several plugs and it's the same with all of them, so it's got to be the jack on the board.

    I put a pci card in, and no, it does not automagically load up.

    Of course having no connection bugged the heck out of me this weekend, as the actual onboard finally stopped working totally. Green light, but no orange unless I jiggle the plug, but it won't stay on.

    So how can I get drivers on it if it won't go online!!!???

Bookmarks

Posting Permissions

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