From: Ulrich Wiederhold <U.Wiederhold@gmx.net>
To: linux-kernel@vger.kernel.org
Subject: Re: rtl-8139
Date: Wed, 3 Jul 2002 10:44:00 +0200 [thread overview]
Message-ID: <20020703084359.GA507@sky.net> (raw)
In-Reply-To: <20020703072335.90799.qmail@web21310.mail.yahoo.com>
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
next prev parent reply other threads:[~2002-07-03 8:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-03 7:23 rtl-8139 srinivasa k
2002-07-03 8:44 ` Ulrich Wiederhold [this message]
2002-07-03 8:48 ` rtl-8139 Ulrich Wiederhold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020703084359.GA507@sky.net \
--to=u.wiederhold@gmx.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.