From owner-freebsd-net@FreeBSD.ORG Fri Nov 12 23:00:57 2010 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 ECE9F1065694 for ; Fri, 12 Nov 2010 23:00:56 +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 A0EEE8FC14 for ; Fri, 12 Nov 2010 23:00:56 +0000 (UTC) Received: by gyg13 with SMTP id 13so1032561gyg.13 for ; Fri, 12 Nov 2010 15:00:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=zJp3MEH1dkbg/Wbca+bFpisin4tRBuRkOCMU3yeLPKE=; b=x9aOypfcp1v8b2clGhrI0tEmyDPpSkWFw2Lif5IFWWkt7OQE51r0VbJOJkSU2h7RYK hjcq3GuDWOFqXjJZsL8MW4UrjS2EV2mOIVsy5um9Y7OeTn0KswG+BC35CpeE1SAibPhd YSeWbc8bHWxA2ASaKDVI1LuKPYVzbVOrgNYBQ= 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=vLeYRgocwxnET4nY7cuqdbLlW7YmIMBHZHFyVlYYpju0xs6kwg60ywkY3ZnVXRsQMd hE7TzduU4MXKWnnrDuMOJAoIprbgrqHsZczmf3yDboRkrRC1tJfdqhNg65O/MGBTNld/ uqVCwqcIFAvKV6+gWXFV4x3IZYY2/glpMZy8M= Received: by 10.150.200.7 with SMTP id x7mr4761072ybf.153.1289602855894; Fri, 12 Nov 2010 15:00:55 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id q41sm1220347ybk.1.2010.11.12.15.00.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Nov 2010 15:00:54 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 12 Nov 2010 15:00:00 -0800 From: Pyun YongHyeon Date: Fri, 12 Nov 2010 15:00:00 -0800 To: Zeus V Panchenko Message-ID: <20101112230000.GD22460@michelle.cdnetworks.com> References: <20101112070759.GA36248@relay.ibs.dn.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101112070759.GA36248@relay.ibs.dn.ua> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org 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: Fri, 12 Nov 2010 23:00:57 -0000 On Fri, Nov 12, 2010 at 09:07:59AM +0200, Zeus V Panchenko wrote: > Hi, > > Gabor Radnai (gabor.radnai@gmail.com) [10.11.11 23:22] wrote: > > pciconf: > > nfe0@pci0:0:20:0: class=0x068000 card=0x816a1043 chip=0x026910de rev=0xa3 > > hdr=0x00 > > vendor = 'NVIDIA Corporation' > > device = 'MCP51 Network Bus Enumerator' > > class = bridge > > re0@pci0:1:0:0: class=0x020000 card=0x816810ec chip=0x816810ec rev=0x01 > > hdr=0x00 > > vendor = 'Realtek Semiconductor' > > device = 'Gigabit Ethernet NIC(NDIS 6.0) (RTL8168/8111/8111c)' > > class = network > > subclass = ethernet > > > > i have the same problem (i was writing here before, but still no idea) > with onboard (Realtek Gigabit Ethernet NIC(NDIS 6.0) > (RTL8168/8111/8111c)) nic while the same driver but another vendor > (D-Link DGE-528T Gigabit adaptor (dlg10086)) nic works fine ... > > the flapping of the realtek interface is so much drastic, that i was > forced to unplug the cable even on the ip less nic > Please be more specific for the issue. Your description is hard to narrow down possible cause. > i was sure it is the problem of the onboard rt nics ... > pciconf output of all re(4) controllers are useless because the vendor uses the same device id. Please show me the output of dmesg which will contain necessary information to identify your controller revision. > uname: > FreeBSD 8.1-STABLE #3 amd64 > > 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 > re1@pci0:1:0:0: class=0x020000 card=0x43001186 chip=0x43001186 rev=0x10 hdr=0x00 > vendor = 'D-Link System Inc' > device = 'Used on DGE-528T Gigabit adaptor (dlg10086)' > class = network > subclass = ethernet > > dmidecode: > Handle 0x0002, DMI type 2, 15 bytes > Base Board Information > Manufacturer: ASUSTeK Computer INC. > Product Name: AT5NM10-I > Version: Rev x.0x > Serial Number: MT7006K15200628 > Asset Tag: To Be Filled By O.E.M. > Features: > Board is a hosting board > Board is replaceable > Location In Chassis: To Be Filled By O.E.M. > Chassis Handle: 0x0003 > Type: Motherboard > Contained Object Handles: 0 > > Handle 0x0012, DMI type 8, 9 bytes > Port Connector Information > Internal Reference Designator: LAN > Internal Connector Type: None > External Reference Designator: LAN > External Connector Type: RJ-45 > Port Type: Network Port > > -- > Zeus V. Panchenko > IT Dpt., IBS ltd GMT+2 (EET) > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"