On 3 Feb 2007, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>,
(E-Mail Removed)
wrote:
>I am a Linux newbie so pardon my naive question. I have not used this
>linux partition since last 2.5 years and trying to resurrect it so
>that I can hopefully switch over to Linux completely.
Two and a half years ago, did you have it running this hardware - all of it?
>I have RH 7.3 and I am unable to have internet connectivity in it. I
>have a D-Link wireless router and all I am trying at this point is to
>connect the Linux machine through an ethernet cable(when I connect my
>windows machine, there is connectivity, so no problems in router port
>or cable).
RH 7.3 is pretty old. But what is the exact brand and model of the network
card you have installed?
>I tried configuring the network through redhat-control-network. I have
>the devices eth0, eth1, eth2, tr0 and tr2 listed in redhat-control-
>network.
'eth0' through 'eth3' are the first through the fourth Ethernet interface
while 'tr0' and 'tr2' are the first and third Token Ring interface - and I
really doubt that you have one of those - they're an old and very uncommon
interface.
>But I am not able to activate any of the devices. I get a
>warning window that says "Cannot activate network device eth0". When I
>go to hardware tab in Network Configuration, I have "3Com 3c501"
>associated with eth0.
3c501 is almost certain to be the first card in an alphabetical listing.
It was obsolete in 1991 when Linux was developed. It's an eight bit ISA
card developed for the _original_ IBM PC. Few modern computers even have
a slot to plug it in. You need to identify the actual card you have.
>I have "alias etho 3c501"(without quotes ocourse) in modules.conf in
>the /etc folder. Is this defaulting to 3c501 and is that why I am not
>able to activate the eth0 device?
I'm guessing you just clicked OK on what-ever was there, telling the
install program that you knew that this was the type of card you had,
and this is the reason you can't connect.
You may be able to determine the card by looking at the contents of
/var/log/messages. Otherwise, you'll have to open up the computer and
look at the card to identify it. Note that a current distribution has
a much better chance of 'auto-detecting' the card that you have. There
are over eighty different drivers, so you really do need to know which
one to use.
Old guy