From owner-freebsd-net@FreeBSD.ORG Thu Nov 11 21:27:46 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 67780106566B for ; Thu, 11 Nov 2010 21:27:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1D4238FC08 for ; Thu, 11 Nov 2010 21:27:45 +0000 (UTC) Received: by gwj20 with SMTP id 20so1124354gwj.13 for ; Thu, 11 Nov 2010 13:27:45 -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=DMRemd+6vbkZ4auetQmIXLH5CQxMPL/WchSv/+LftAE=; b=ALUa2YOMBlsGzg3QJcq/wuQL/aLxFrPPgcvn3Ndwy5Ipw9WkLsR1C3VLeKUShjNUr/ PiBTowgalyyr1Vkf8lFDSNbjXKM77xgXgX8qVywoHZ1QZJnB+VslLazAkoQ01GiEXIfq fvUuGGesbOwps8pPgKu1NJqcPDkotc5XhZ8d4= 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=X+Ma4x8M4nGO4XlROOVsZ31rtTy84Ul/jbZ2MTM1lx2o1c1h/SAlNidG3o1f5AzeCW Jh/Zc7chjvgyDx8SwYfdZlDMmDe8+2jS64NGP+/P35d9o+FMtVVOnP0VFcRtB12xwq0x qM4KjnoEG+t+07lbj5RCKhDTc13ME4T9uTfnU= Received: by 10.90.4.6 with SMTP id 6mr2109996agd.16.1289510865291; Thu, 11 Nov 2010 13:27:45 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id a32sm1808285yhc.25.2010.11.11.13.27.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Nov 2010 13:27:44 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Thu, 11 Nov 2010 13:26:48 -0800 From: Pyun YongHyeon Date: Thu, 11 Nov 2010 13:26:48 -0800 To: Gabor Radnai Message-ID: <20101111212648.GF17566@michelle.cdnetworks.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Thu, 11 Nov 2010 21:27:46 -0000 On Thu, Nov 11, 2010 at 09:56:26PM +0100, Gabor Radnai wrote: > Hi, > > I have an Asus M2NPV-VM motherboard with integrated Nvidia MCP51 Gigabit > Ethernet NIC and > TP-Link TG-3468 PCIe network card which is using Realtek 8111 chip. > > I have problem with the re driver: the Nvidia network interface is working > properly but the other > though it seems recognized by OS I cannot use. Sporadically it remains down > and if it gets up then > does not get ip address via DHCP nor help if I set static ip address. Can > manipulate via ifconfig but > unreachable via IP. > > I replaced cable, interchanged cable working with Nvidia, restarted > switch/router but no luck so far. > Also using this nic in a Windows machine - it works. Using my Asus mob with > Ubuntu Live CD - card works. > > Can it be a driver bug or this type of chip is not supported by re driver? > Eh, you already know the answer, recognized by re(4) but does not work so it's a bug of re(4). Would you show me the output of ifconfig re0 after UP the interface(i.e. ifconfig re0 up).