From owner-freebsd-current@FreeBSD.ORG Mon Dec 29 12:31:19 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 972EE16A4CE for ; Mon, 29 Dec 2003 12:31:19 -0800 (PST) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC0043D45 for ; Mon, 29 Dec 2003 12:31:17 -0800 (PST) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 8D4861DE3AE; Mon, 29 Dec 2003 21:31:16 +0100 (CET) Received: from niobe.ijs.si ([193.2.4.66]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87029-04; Mon, 29 Dec 2003 21:31:14 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id E0AF31DE384; Mon, 29 Dec 2003 21:31:14 +0100 (CET) From: Dejan Lesjak To: Ryan Sommers Date: Mon, 29 Dec 2003 21:31:14 +0100 User-Agent: KMail/1.5.94 References: <20031228233331.1F3F05D04@ptavv.es.net> <200312292046.06501.dejan.lesjak@ijs.si> <1072727751.652.47.camel@localhost> In-Reply-To: <1072727751.652.47.camel@localhost> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200312292131.14657.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new / Sophos+Sophie at ijs.si cc: freebsd-current@freebsd.org Subject: Re: 5.2-RC oerrs and collisions on dc0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2003 20:31:19 -0000 On Monday 29 of December 2003 20:55, Ryan Sommers wrote: > On Mon, 2003-12-29 at 13:46, Dejan Lesjak wrote: > > > This looks very much like an auto-negotiation problem. Can you check > > > ifconfig dc0? > > > > Yes of course, I knew I would forget to send something: > > > > dc0: flags=8843 mtu 1500 > > inet 193.2.4.17 netmask 0xffffff00 broadcast 193.2.4.255 > > ether 00:00:f8:10:52:47 > > media: Ethernet autoselect (100baseTX ) > > status: active > > Have you tried explicitly setting the media to 100basTX and trying it in > half/full duplex? > > ifconfig dc0 media 100baseTX mediaopt xxxx-duplex > where xxxx is full or half As I said in previous mail (but a bit further down) setting explicitly to full-duplex doesn't help; I tried now also setting it to half-duplex and the errors are still there. Dejan