* rtl-8139
@ 2002-07-03 7:23 srinivasa k
2002-07-03 8:44 ` rtl-8139 Ulrich Wiederhold
2002-07-03 8:48 ` rtl-8139 Ulrich Wiederhold
0 siblings, 2 replies; 3+ messages in thread
From: srinivasa k @ 2002-07-03 7:23 UTC (permalink / raw)
To: linux-kernel
Hi,
I'm having rtl8139 ethernet card. I just tried the
option lsmod, it is not showing any module for that
device. I have complied the source and tried to insert
the module, but it is showing the device is busy.
i'm able to use the same device in windows
Can any one help me in solving out this problem ?
Thanx inadvance.
srinivas.
__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: rtl-8139
2002-07-03 7:23 rtl-8139 srinivasa k
@ 2002-07-03 8:44 ` Ulrich Wiederhold
2002-07-03 8:48 ` rtl-8139 Ulrich Wiederhold
1 sibling, 0 replies; 3+ messages in thread
From: Ulrich Wiederhold @ 2002-07-03 8:44 UTC (permalink / raw)
To: linux-kernel
Hello,
* srinivasa k <kshriny@yahoo.com> [020703 09:23]:
this is a german speaking mailing list.
> I'm having rtl8139 ethernet card. I just tried the
> option lsmod, it is not showing any module for that
> device.
lsmod only shows already loaded modules.
> I have complied the source and tried to insert
> the module, but it is showing the device is busy.
?
I suppose you compiled a new kernel, set
CONFIG_NET_ETHERNET=y
CONFIG_NET_PCI=y
CONFIG_8139TOO=m #<--- that's the module you need.
Don't forget "update-modules" and "depmod -va" after making the modules.
And modify your /etc/modutils/aliases file:
alias eth0 8139too
^^^^
that's your interface name, should be eth0 for your first NIC.
Then load the module using "modprobe 8139too". Check the loaded modules
using "lsmod":
[...]
8139too 11936 1
And continue configuring your network. Hint:
man ifconfig
man route
> Can any one help me in solving out this problem ?
I hope I could.
Try to join an english-speaking mailing list if you don't speak german,
look for it at www.debian.org.
Regards
Uli
--
'The box said, 'Requires Windows 95 or better', so i installed Linux - TKK 5
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: rtl-8139
2002-07-03 7:23 rtl-8139 srinivasa k
2002-07-03 8:44 ` rtl-8139 Ulrich Wiederhold
@ 2002-07-03 8:48 ` Ulrich Wiederhold
1 sibling, 0 replies; 3+ messages in thread
From: Ulrich Wiederhold @ 2002-07-03 8:48 UTC (permalink / raw)
To: linux-kernel
Hello,
sorry, I thaught I was in debian-user-german.
Srinivas, you were right with your english but not with the list. This
list is for developping the linux-kernel, not for user-questions.
Sorry again,
Uli
--
'The box said, 'Requires Windows 95 or better', so i installed Linux - TKK 5
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-07-03 8:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-03 7:23 rtl-8139 srinivasa k
2002-07-03 8:44 ` rtl-8139 Ulrich Wiederhold
2002-07-03 8:48 ` rtl-8139 Ulrich Wiederhold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox