From owner-freebsd-net@FreeBSD.ORG Thu Nov 18 20:31:21 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 C5DBC1065782 for ; Thu, 18 Nov 2010 20:31:21 +0000 (UTC) (envelope-from gabor.radnai@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC928FC28 for ; Thu, 18 Nov 2010 20:31:21 +0000 (UTC) Received: by fxm19 with SMTP id 19so2077769fxm.13 for ; Thu, 18 Nov 2010 12:31:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=aQbdj7Jv4E1wXptw6DSGX7urAZckT+Iq586f7/OBuz8=; b=bi/k7m6/siEslCPRoloRsP9XFmNa7Vt3NOSpPaBacGT9CoZTZ8wR2pHeeKP1S1uiWn U7RL44jDRnxHTTyM3ZogLJuqWto3YsQp16+FN1uJOAo2KQErVN3AhZSIBiw/GUnhbJlj WUYoZlgeEmL5LNdzdMvjBBU2FH7jqhzV6ZPR0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=hl5UKO5sPR3YrR/Pyd6/L+hvVwkv9p22Bbz+cXfxgC8kEM4+VhMwOFbBoPCzOrC7Dp wOVtCknpXrqnjaJXMYEAFwQBjkYzgFT9aBbnTiPWLPvD0R/gh6G4A4bk0AekPFPxeBVq Rw7LBUYkkjQOq3eYEeCgSGUW291eVvfGiiXzw= Received: by 10.223.71.198 with SMTP id i6mr54439faj.140.1290112280365; Thu, 18 Nov 2010 12:31:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.93.138 with HTTP; Thu, 18 Nov 2010 12:31:05 -0800 (PST) In-Reply-To: <20101112225320.GC22460@michelle.cdnetworks.com> References: <20101111212648.GF17566@michelle.cdnetworks.com> <20101112225320.GC22460@michelle.cdnetworks.com> From: Gabor Radnai Date: Thu, 18 Nov 2010 21:31:05 +0100 Message-ID: To: pyunyh@gmail.com Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org Subject: Re: Problem with re0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 20:31:21 -0000 re0: flags=8843 metric 0 mtu 1500 options=389b ether d8:5d:4c:80:b4:88 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 media: Ethernet autoselect (1000baseT ) status: active nfe0: flags=8843 metric 0 mtu 1500 options=80008 ether 00:1a:92:38:dc:95 inet 192.168.0.200 netmask 0xffffff00 broadcast 192.168.0.255 media: Ethernet autoselect (1000baseT ) status: active lo0: flags=8049 metric 0 mtu 16384 options=3 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 nd6 options=3 On Fri, Nov 12, 2010 at 11:53 PM, Pyun YongHyeon wrote: > On Fri, Nov 12, 2010 at 10:18:40PM +0100, Gabor Radnai wrote: > > Hi, > > > > I hope you are interested in inet section it looks like this (will able > to > > send the exact output only a bit later unfortunately as removed the card) > : > > inet 0.0.0.0 netmask 255.255.255.255 > > > > This might be caused by dhclient(i.e. dhclient(8) failed to receive > DHCP ACK). > BTW, you still didn't show me the output of ifconfig re0 after UP > the interface(i.e. ifconfig re0 up). > > > Thanks, > > Gabor > > > > On Thu, Nov 11, 2010 at 10:26 PM, Pyun YongHyeon > wrote: > > > > > 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). > > > >