From owner-freebsd-net@FreeBSD.ORG Thu Nov 11 21:21:56 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 58035106564A for ; Thu, 11 Nov 2010 21:21:56 +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 D82898FC14 for ; Thu, 11 Nov 2010 21:21:55 +0000 (UTC) Received: by fxm19 with SMTP id 19so1742177fxm.13 for ; Thu, 11 Nov 2010 13:21:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=cY+LYzk1ly3IPn70nDsc8k9TttV9Wy0FR0XHpZnxSFk=; b=FU1QSS/A/f3g+VJD1yxmKu2p/5rI+y099VUZkHcjIRKyQ7mA278i78K3+8YVUVJCU3 xoWjInbsJIir55O7juyJ+9RbLOTmoe1M+OURruG9CuPWE1hH/fY4Va12v3e2QUsvL9Sp A2VA5POU2Hs/AMNym+U1D0kCE/Rq/tKRor9lM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=eHcO9p5/xE+0DUCF+YQrBw/Y7+RI5ZSTK88yLKn7bCG9Im2725ZoeR/nB9ZQKr+3QA a26COC1SY+rB2gvsCCkAAXNtSfZSE0rENH/HqDl3OytYntB3pb69S3WHK2u47A2+ew9X I6ghhlvJr4d+783uAMe36L+keu32PyaE9onKs= Received: by 10.223.79.72 with SMTP id o8mr634647fak.83.1289509001677; Thu, 11 Nov 2010 12:56:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.93.138 with HTTP; Thu, 11 Nov 2010 12:56:26 -0800 (PST) From: Gabor Radnai Date: Thu, 11 Nov 2010 21:56:26 +0100 Message-ID: To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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, 11 Nov 2010 21:21:56 -0000 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? Thanks, Gabor ------------------------ uname -v FreeBSD 8.1-RELEASE #0 r210200M: Wed Jul 21 14:21:18 CEST 2010 root@neo.vx.sk:/usr/obj/usr/ src/sys/GENERIC 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 rc.conf: ifconfig_nfe0="inet 192.168.0.200 netmask 255.255.255.0" defaultrouter="192.168.0.1" ifconfig_re0="DHCP" dmesg: nfe0: port 0xc800-0xc807 mem 0xfe02b000-0xfe02bfff irq 21 at device 20.0 on pci0 miibus1: on nfe0 e1000phy0: PHY 19 on miibus1 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto nfe0: Ethernet address: 00:1a:92:38:dc:95 nfe0: [FILTER] re0: port 0xac00-0xacff mem 0xfdbff000-0xfdbfffff irq 16 at device 0.0 on pci1 re0: Using 1 MSI messages re0: Chip rev. 0x38000000 re0: MAC rev. 0x00000000 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto re0: Ethernet address: d8:5d:4c:80:b4:88 re0: [FILTER]