*BSD News Article 81340


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!www.nntp.primenet.com!nntp.primenet.com!dispatch.news.demon.net!demon!awfulhak.demon.co.uk!awfulhak.demon.co.uk!awfulhak.demon.co.uk!not-for-mail
From: brian@anorak.coverform.lan (Brian Somers)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: EtherExpress 100B (fxp0) hanging in 2.1.5R
Date: 23 Oct 1996 00:09:03 +0100
Organization: Coverform Ltd.
Lines: 46
Sender: brian@awfulhak.demon.co.uk
Message-ID: <54jk6f$157@anorak.coverform.lan>
References: <54g34g$7f5@service3.uky.edu>
Reply-To: brian@awfulhak.demon.co.uk
NNTP-Posting-Host: anorak.coverform.lan
X-NNTP-Posting-Host: awfulhak.demon.co.uk
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Newsreader: knews 0.9.8

In article <54g34g$7f5@service3.uky.edu>,
	soward@neworder.cc.uky.edu (John Soward) writes:
: 
: I'm experiencing some strangeness with a new system using the Intel  
: EtherExpress 10/100B...ater some variable length of uptime the machine 'drops  
: off the net', and will not respond to pings, etc...logging into the console  
: and doing a 'ifconfig fxp0 down' followed by an 'up' seems to restore  
: things...The Machine is a P-Pro166 (IBM 704), and is pretty much a generic  
: load of 2.1.5R...here's the dmesg output:
[.....]

First time I've seen someone saying this about a NIC that isn't 3com !

Hmm, I've been experiencing this sort of behaviour for some time (since
960323-SNAP) on my laptop using a 3c589c.  I'm now on 960801 on my laptop,
and am still experiencing it:

anorak $ cat /usr/local/bin/keepalive
#! /bin/sh
test $# -ne 1 && { echo Missing IP >&2; exit; }
while :; do ifconfig ep0 inet $1; sleep 5; done &

I assumed that this was a PCMCIA thing, but I recently installed 961006
(and scontrib from 961014) on a P75 w/ a 3com ISA card - not sure what
it is, but is uses the ed driver.  The NIC has "hung" three times in the
last week (light load) - unfortunately, I hadn't time to muck around and
experiment.

The *really* interesting thing is that my laptop didn't lose it's
connection to the P75 (at least once) !

I'm not ruling out a tcp_extensions (see /etc/sysconfig) problem, although
this certainly *wasn't* the problem with my laptop running 960323.

Having said all that, I've never seen the problem on my other two machines
that run FreeBSD - one has an SMC ISA card using the ed driver and the
other has an SMC PCI card using the de driver, and my laptop's 3com NIC has
died while talking to these machines.

My current "opinion" is still that 3com sucks :(  Maybe IBM sucks too :O

-- 
Brian <brian@awfulhak.demon.co.uk>
      <http://www.awfulhak.demon.co.uk/>
Don't _EVER_ lose your sense of humour....
.