[97765] in RedHat Linux List
Re: eth0 stopped working
daemon@ATHENA.MIT.EDU (Dorian)
Wed Nov 4 23:10:12 1998
Date: Mon, 2 Nov 1998 19:47:27 -0500
From: Dorian <nazark@idt.net>
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
On Mon, 02 Nov 1998 16:04:42 Adam Getchell wrote:
> Hello all,
>
> Well, the first time I installed Linux everything went great for about a
> week until eth0 stopped working and I lost networking. I posted this
> problem to the list but did not get answers. I poked around in inetd.conf,
> network configurator, and linux.conf and finally decided (since I ruled out
> my ethernet card or cable being the problem) to do a reinstall.
>
> So, my reinstalled from scratch: Linux 5.1 works great, even has Apache
> running httpd fine. Today when I boot up the system (I leave it off until
> I've applied all the security patches, and I was busy last week) I have the
> same symptoms, eth0 doesn't work. I can try to activate the interface using
> netconfig, but that does not work (though it claims eth0 is active until I
> save and then rerun network configurator).
>
> So, are there suggestions to solve this? I've read through the RedHat
> errata, system admin guide, and net admin guide, but I so far have not
> found a solution to this problem.
>
> Dmesg doesn't show anything with eth0 delaying loading.
>
> This is a bit time critical since I have work to do by Wednesday that
> requires telnetting ....
>
> Thanks,
> --Adam
>
> acgetchell@ucdavis.edu
> "Invincibility is in oneself, vulnerability in the opponent." --Sun Tzu
>
This is Linux not NT things dont stop working for no reason. What did you do to the sytem before it went down. Any strange messages in /var/log/messages? Is your ethernet card still detected?
You say that you applied the patches both times. Maybee the new netconfig has some bug in it. Try to bring the interface up by hand with
ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up (replace the ip and the netmask to the appropirate value)
route add -net 192.168.0.0 netmask 255.255.2 eth0 (again replace ip and netmask with appropriate values)
Try to ping another machine. If it works netconfig is the problem if not I am guessing the ethernet card (weel i was gonna say its dead but you said you ruled the possibility out) has some irq conflicts try procinfo -a you see the irq used by the ethernet card? Is it being used by some other device? If it is try changing the irq that the ethernet card is using.
I understand this is kinda of vauge but please post more info on the problem and there is a better chance somebody is gonna understand what the problem might be.
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com http://archive.redhat.com
To unsubscribe: mail redhat-list-request@redhat.com with
"unsubscribe" as the Subject.