From owner-freebsd-stable@FreeBSD.ORG Fri Nov 8 09:48:54 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6DD141E1 for ; Fri, 8 Nov 2013 09:48:54 +0000 (UTC) (envelope-from mueller6721@twc.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) by mx1.freebsd.org (Postfix) with ESMTP id 309E22CEE for ; Fri, 8 Nov 2013 09:48:53 +0000 (UTC) Received: from [74.130.196.19] ([74.130.196.19:35559] helo=localhost) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 34/C1-27821-F73BC725; Fri, 08 Nov 2013 09:48:47 +0000 Date: Fri, 08 Nov 2013 09:48:47 +0000 Message-ID: <34.C1.27821.F73BC725@cdptpa-oedge02> From: "Thomas Mueller" To: freebsd-stable@freebsd.org References: <20130925063610.GA1507@michelle.cdnetworks.com> <36.52.26070.28C93425@cdptpa-oedge03> <20130926050038.GA1494@michelle.cdnetworks.com> <75.B0.09602.0CBE3425@cdptpa-oedge03> <20130926083326.GB1494@michelle.cdnetworks.com> <20131104021727.GB3610@michelle.cdnetworks.com> <1A.D8.19454.71BA9725@cdptpa-oedge03> <20131106042441.GA1401@michelle.cdnetworks.com> <8D.9F.19454.E0AFA725@cdptpa-oedge03> <20131108005151.GA3415@michelle.cdnetworks.com> Subject: Re: dhclient failure with Realtek 8111E Ethernet on new MSI motherboard X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 Cc: pyunyh@gmail.com, freebsd-current@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 09:48:54 -0000 For a future test of any updates to re driver, it might be best if I comment out "device re" in kernel config and test the update by building the module. I never built just a single module before, not sure if I would do it the correct way. Simply "make" in /usr/src/sys/modules/re and then "make install" or copy the resulting module files? Maybe check the kernel source in NetBSD-current source tree? I am not sure how to configure an Ethernet connection without DHCP or even if it would work. Tom