From owner-freebsd-questions@FreeBSD.ORG Wed Nov 3 00:25:51 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC237106564A for ; Wed, 3 Nov 2010 00:25:51 +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 32DA48FC15 for ; Wed, 3 Nov 2010 00:25:50 +0000 (UTC) Received: by fxm17 with SMTP id 17so41955fxm.13 for ; Tue, 02 Nov 2010 17:25:50 -0700 (PDT) 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=vHaHZmCbJ/6TA8l74FEu5J8HIHpHbpYC7LXi5Zf+xkw=; b=j/VemjpdcerMU+5ifrmY6BPQW3KYGUdM2Evn2tlcz+bIajhnhYnKOsrOvkN8GDZ8yK MlNeH9YxykdobNIFltfRLMonHUVJnI0hJC1RF5WtRAi4jT8/B3nllatsCpfpp0rLhPaa VcFPngC+UReA2uQkgc6Z3JwwtHBstG4ztqoDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=XXsx232kDI5+luL49mWWzigCSucN4xLmcNSvuq8mLl05/8gU0TeVX+/hSvkeu8fF8Z ilodGapvxjk06ZIe04ePhk0F41wvJ8KoABpYp9eCwvItR0Xaxuxrk4IDy0doIUL69uV1 cbqTzOJS1OfOTLCfv79BVCIBIEohgaAUKvqx0= Received: by 10.223.79.6 with SMTP id n6mr11195426fak.103.1288742348844; Tue, 02 Nov 2010 16:59:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.86.139 with HTTP; Tue, 2 Nov 2010 16:58:53 -0700 (PDT) From: Gabor Radnai Date: Wed, 3 Nov 2010 00:58:53 +0100 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re0 driver or hardware problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2010 00:25:51 -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 basically using Realtek chip. I have several problems: 1. There is a boot time menu for tp-link card which says it is a 8111b/8111c but re driver supports RTL8139C+, RTL8169, RTL8169S, RTL8110S, RTL8168S, RTL8111S and RTL8101E. Is it correct using the re driver? 2. 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. And advise please? 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" hostname="xxx" 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]