Find the answer to your Linux question:
Results 1 to 3 of 3
The problem is, that FEDORA can not install NETWORK CARD driver by default or by selection. i am using (realtek rtl8139/810x family fast ethernet Nic), but i can not find ...
  1. #1
    rkb
    rkb is offline
    Just Joined!
    Join Date
    Dec 2009
    Posts
    1

    Cool (realtek rtl8139/810x family fast ethernet Nic

    The problem is, that FEDORA can not install NETWORK CARD driver by default or by selection.

    i am using (realtek rtl8139/810x family fast ethernet Nic), but i can not find its driver to use on linux (fedora)

    Can someone guide me how can i make (realtek rtl8139/810x family fast ethernet Nic) use on FEDORA installation

  2. #2
    Linux Newbie jnike's Avatar
    Join Date
    Sep 2006
    Location
    UK
    Posts
    120

    Lightbulb

    Hi rkb

    The following links may be of use:

    NDISwrapper - Wikipedia, the free encyclopedia

    SourceForge.net: ndiswrapper

    I hope this will be of help.

    Jnike
    Sometimes all you have to do is just wait...

  3. #3
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    The driver module for this card has been in the kernel for a while. It is called 8139too, and should load automatically. You can check for it in the output of this command.
    Code:
    /sbin/lsmod
    If it is present, then your problems are not driver related. Maybe you need to configure the network connection. This can be done using the "Network" selection in the menu, or by using this command.
    Code:
    system-config-network
    NDISwrapper is for wireless cards, without a Linux driver. This fails both of those tests.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Posting Permissions

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