From owner-freebsd-net@FreeBSD.ORG Mon Jan 31 01:15:20 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25C241065674 for ; Mon, 31 Jan 2011 01:15:20 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id CF23A8FC13 for ; Mon, 31 Jan 2011 01:15:19 +0000 (UTC) Received: by gyf3 with SMTP id 3so1904392gyf.13 for ; Sun, 30 Jan 2011 17:15:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:date:to:cc:subject:message-id:reply-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=WTIhlrh9EvsL2Fz4f7PlusTzT1pGxW82gOjDILvvNN8=; b=ZFlZAcrhqypUuJNulO8hYpcyg8fVshlNNFlfOOT2IZh+TsGkhFYJIEPwKqhQD1Re3n mtMxks8HwY/gOTMmPhdq5JbY9hn1HB3M+JWY3pmAV0dETQX30midt4F4mZ4CfAbsgrvU btF78Y40YVxwk3zr6DiSJw41WTx4adXatta+k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=BKUosZnVMJKe8LB8o6v9v7xLfSByHgfhys0dFk0r/pgXWlF/VRS78LWvymnVzXV2jv cL8f33j1y0QYHP3AmdcRgliTJ+TssIcWhKv/hxMzG3aXECh23JyU+yOlnCbkB/pfQDCA ciGLoHp7zKhkfUc7Nyj0EfvKlkbJCIUPCRR6I= Received: by 10.150.182.9 with SMTP id e9mr4499066ybf.160.1296436512062; Sun, 30 Jan 2011 17:15:12 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id r24sm1590238yba.6.2011.01.30.17.15.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 30 Jan 2011 17:15:09 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Sun, 30 Jan 2011 17:15:10 -0800 From: Pyun YongHyeon Date: Sun, 30 Jan 2011 17:15:10 -0800 To: Milan Obuch Message-ID: <20110131011510.GC1323@michelle.cdnetworks.com> References: <20110121125917.GA48950@relay.ibs.dn.ua> <20110130064048.GA14888@relay.ibs.dn.ua> <201101301453.18500.freebsd-net@dino.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201101301453.18500.freebsd-net@dino.sk> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org, zeus@ibs.dn.ua Subject: Re: Problem with re0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2011 01:15:20 -0000 On Sun, Jan 30, 2011 at 02:53:15PM +0100, Milan Obuch wrote: > On Sunday 30 January 2011 07:40:48 Zeus V Panchenko wrote: > > another detail for this nic > > > > dmidecode > > Base Board Information > > Manufacturer: ASUSTeK Computer INC. > > Product Name: AT5NM10-I > > Version: Rev x.0x > > Serial Number: MT7006K15200322 > > > > I did not followed this thread closely, but I checked my new board and it is > the same. > > > uname -a > > FreeBSD 8.2-PRERELEASE amd64 > > > > system was cvsup-ed 2011.01.20 > > > > if_re.c,v 1.160.2.17 2011/01/15 00:32:15 yongari > > > > dmesg > > rgephy0: PHY 1 on miibus0 > > rgephy0: 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, > > 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, > > 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, > > auto-flow re0: Ethernet address: 20:cf:30:89:5e:95 > > re0: [FILTER] > > > > pciconf -lv > > re0@pci0:2:0:0: class=0x020000 card=0x83a31043 chip=0x816810ec rev=0x03 > > hdr=0x00 vendor = 'Realtek Semiconductor' > > device = 'Gigabit Ethernet NIC(NDIS 6.0) (RTL8168/8111/8111c)' > > class = network > > subclass = ethernet > > > > All details are the same for my board (modulo serial number and MAC, of > course), and in my case it works with no problem, but only in 100 Mb switch > port. In 1 Gb port I have no link. I must verify my cables, port on switch > itself works just fine with another 1 Gb (intel) card. > Would you try a patch at the following URL? http://people.freebsd.org/~yongari/re/rgephy.link.patch3 > > > > while connected directly NIC <-> NIC they flaps too > > > > I will try this against another 1 Gb card too, just to see what happens... in > 100 Mb mode it works just fine, as I mentioned already - running flood ping > with 1472 bytes packets for more than an hour I see only four responses > missing in more than 21 millions tries... > > Regards, > Milan