Find the answer to your Linux question:
Results 1 to 4 of 4
Hi i am a new user to this forum and to linux also.. I have fedora 6 on my machine and realtek 8139d network ethernet card.. i have not been ...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Posts
    3

    Wink Realtek 8139d Network Ethernet Card.

    Hi i am a new user to this forum and to linux also..
    I have fedora 6 on my machine and realtek 8139d network ethernet card..
    i have not been able to install the drivers for it as of yet..

    can some body guide me in doing that.. or plz direct me to some place where i can download the drivers...
    Thanks

  2. #2
    Just Joined!
    Join Date
    Aug 2007
    Posts
    33
    well if it is fc6 then the driver would be there for sure. if it is not loaded by default which u can find out by

    lsmod|grep -i 8139

    to load the driver manually

    modprobe 8139too or
    modproge 8139cp

    u can find the list of driver in the directory
    /lib/modules/"kernel-version"/kernel/drivers/net/

  3. #3
    Just Joined!
    Join Date
    Aug 2007
    Posts
    3

    Smile Thanks man..

    THanks a18u14,
    I'll try this and let you know whether I got it right or not!

  4. #4
    Just Joined!
    Join Date
    Aug 2007
    Posts
    3
    I did what you said..
    But there was no output to the commands that i gave..
    Though when i located 8139too it is present as y ou mentioned..

    [root@localhost ~]# lsmod -i 8139
    Usage: lsmod
    [root@localhost ~]# lsmod |grep -i 8139
    [root@localhost ~]#
    [root@localhost ~]#
    [root@localhost ~]# modprobe 8139too
    [root@localhost ~]#
    [root@localhost ~]# modprobe 8139cp
    [root@localhost ~]#
    [root@localhost ~]#
    [root@localhost ~]# locate 8139
    /lib/modules/2.6.18-1.2798.fc6/kernel/drivers/net/8139cp.ko
    /lib/modules/2.6.18-1.2798.fc6/kernel/drivers/net/8139too.ko
    /usr/src/kernels/2.6.18-1.2798.fc6-i686/include/config/8139cp.h
    /usr/src/kernels/2.6.18-1.2798.fc6-i686/include/config/8139too
    /usr/src/kernels/2.6.18-1.2798.fc6-i686/include/config/8139too.h
    /usr/src/kernels/2.6.18-1.2798.fc6-i686/include/config/8139too/8129.h
    [root@localhost ~]#

Posting Permissions

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