From owner-freebsd-hardware@FreeBSD.ORG Tue Feb 10 03:29:30 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B4D416A4CE for ; Tue, 10 Feb 2004 03:29:30 -0800 (PST) Received: from mail022.syd.optusnet.com.au (mail022.syd.optusnet.com.au [211.29.132.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D26343D1D for ; Tue, 10 Feb 2004 03:29:29 -0800 (PST) (envelope-from tfrank@optushome.com.au) Received: from marvin.home.local (c211-28-241-189.eburwd5.vic.optusnet.com.au [211.28.241.189])i1ABTRR04984; Tue, 10 Feb 2004 22:29:27 +1100 Received: by marvin.home.local (Postfix, from userid 1001) id 8E13129A; Tue, 10 Feb 2004 22:29:26 +1100 (EST) Date: Tue, 10 Feb 2004 22:29:26 +1100 From: Tony Frank To: Guido Winkelmann Message-ID: <20040210112926.GA15812@marvin.home.local> References: <200402081402.59616.guido@prophetic-entertainment.de> <20040209130216.GB6585@marvin.home.local> <200402092310.54580.guido@prophetic-entertainment.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402092310.54580.guido@prophetic-entertainment.de> User-Agent: Mutt/1.4.1i cc: freebsd-hardware@freebsd.org Subject: Re: Performance problems with a Via Rhine II and a rtl8139C NIC on a Via Epia MB X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 11:29:30 -0000 Hi, On Mon, Feb 09, 2004 at 11:10:26PM +0100, Guido Winkelmann wrote: > > Have you checked that you have the NIC setup for same speed/duplex as your > > switch/hub/other pc ? > The autonegotiated setting for the card is 100baseTX , according > to ifconfig, which is the same setting all the other cards connected to that > switch are using. I meant check that the port on the switch is running in 100 full duplex. If the switch port is half-duplex mode you will likely run into collisions or similar. Perhaps a 'netstat -i' will show if you are having errors on your interface? Tony