From owner-freebsd-questions Sat Apr 28 6:12:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.246.36]) by hub.freebsd.org (Postfix) with ESMTP id 0DC0E37B424 for ; Sat, 28 Apr 2001 06:12:51 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id PAA02565; Sat, 28 Apr 2001 15:12:46 +0200 (MEST) Message-ID: <3AEAC1CE.59626289@gmx.de> Date: Sat, 28 Apr 2001 15:12:46 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Guilherme Oliveira Cc: freebsd-questions@freebsd.org Subject: Re: Realtek 8139 very slow ! References: <3AE78686.675C1431@nortenet.pt> <004b01c0cdff$af51c4a0$cc01a8c0@xyf> <3AE84807.342A948@nortenet.pt> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > it is possible a half/full duplex mode problem, try to set it as correct mode with you > > HUB. I am also using Realtek 8139 with FreeBSD 4.3-stable, my machine is a poor > > Celeron 500, with 64M mem, its damn fast, of course our HUB is Cisco brand > > HUB and router, FTP upload/download is about 8.6M bytes/s on our 100M LAN. > It wasn't connected to a HUB. > But I will try other half/full duplex mode. So, where is your NIC connected to? DSL? Switch? Cross-connect cable to another NIC? You have to determine, whether you need full-duplex or half-duplex. Half-duplex being the safe bet. > Sorry, but I am a new FreeBSD user. > Can you tell only the commands/files needed to change this ? > Then I will seek the right options in man. man ifconfig man rl You do this with "ifconfig". To make it permanent add a line in /etc/rc.conf . I have there: ifconfig_rl0="inet netmask media 10baseT/UTP" This will force half-duplex. For full-duplex you have to add the "mediaopt full-duplex" term. Note that the man page is somewhat unclear there, at least last time I checked it. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message