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 ...
- 08-03-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
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
- 08-06-2007 #2Just 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/
- 08-07-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
Thanks man..
THanks a18u14,
I'll try this and let you know whether I got it right or not!
- 08-08-2007 #4Just 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 ~]#


Reply With Quote