From owner-freebsd-stable Wed Aug 27 13:43:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04995 for stable-outgoing; Wed, 27 Aug 1997 13:43:51 -0700 (PDT) Received: from ns.NL.net (ns.NL.net [193.78.240.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA04985 for ; Wed, 27 Aug 1997 13:43:46 -0700 (PDT) Received: from stuyts by ns.NL.net (5.65b/NLnet1.3) id AA22915; Wed, 27 Aug 1997 22:36:03 +0200 Received: from daneel.stuyts.nl (daneel.stuyts.nl [193.78.231.7]) by terminus.stuyts.nl (8.8.7/8.8.5) with ESMTP id WAA00341 for ; Wed, 27 Aug 1997 22:35:20 +0200 (MET DST) Received: (from benst@localhost) by daneel.stuyts.nl (8.8.5/8.8.5) id WAA01098 for stable@FreeBSD.ORG; Wed, 27 Aug 1997 22:35:21 +0200 (MET DST) Message-Id: <199708272035.WAA01098@daneel.stuyts.nl> Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) Received: by NeXT.Mailer (1.118.2) From: Ben Stuyts Date: Wed, 27 Aug 97 22:35:19 +0200 To: stable@FreeBSD.ORG Subject: Re: Excessive Ierrs from laptop to 2.2-Stable server Reply-To: ben@stuyts.nl References: <199708262154.XAA00451@daneel.stuyts.nl> X-Unexpected: The Spanish Inquisition Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I said: > I am adding a laptop with win95-OSR2 to my server, running FreeBSD > 2.2-Stable. Getting data from the server to the laptop, for example > with ftp, works just fine: 400 KB/s. Putting data from the laptop > on the server gives excessive ierrs: Ipkts:Ierrs is about 25%. I get > a throughput of only 8 KB/s. > > The laptop runs Win95-OSR2, and has a Dynalink 1433QVC combined > ethernet/modem pcmcia card. > > The server is a Pentium-166, 64 MB ram, and an SMC ethernet card: > de0 rev 17 int a irq 11 on pci0:9 > de0: 21041 [10Mb/s] pass 1.1 > de0: address 00:00:c0:1f:54:e8 > > There is also a NeXT on the network. Ftp-ing from the laptop to the > NeXT works fine. No Ierrs at all. Ftp-ing from the NeXT to the FreeBSD > machine works fine too. > > There's coax between all the machines. I tried the laptop at home and at > the office where I have a similar FreeBSD machine. Same results. At the > office there are a bunch of other pc's with win95 on the net that all work > fine. > > Any ideas? What else can I check? I saw in the de0 driver that it prints out diagnostics when compiled with DIAGNOSTIC, so I tried that. These are the errors I see on the console: Aug 27 22:30:32 terminus /kernel: de0: receive: 00:20:e0:0c:38:59: alignment error Aug 27 22:30:33 terminus /kernel: de0: receive: 00:20:e0:0c:38:59: bad crc Aug 27 22:30:33 terminus /kernel: de0: receive: 00:20:e0:0c:38:59: alignment error Aug 27 22:30:35 terminus /kernel: de0: receive: 00:20:e0:0c:38:59: alignment error Aug 27 22:30:36 terminus /kernel: de0: receive: 00:20:e0:0c:38:59: bad crc Aug 27 22:30:36 terminus /kernel: de0: receive: 00:20:e0:0c:38:59: alignment error Aug 27 22:30:37 terminus /kernel: de0: receive: 00:20:e0:0c:38:59: bad crc So, what could cause this? Is this bad hardware, a driver problem, or what? Please, any help appreciated. Thanks, Ben