From owner-freebsd-stable@FreeBSD.ORG Fri Nov 8 00:51:56 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EE1BDDFC; Fri, 8 Nov 2013 00:51:56 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD0762C06; Fri, 8 Nov 2013 00:51:56 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id fb1so1411730pad.23 for ; Thu, 07 Nov 2013 16:51:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=KQFtDqzQyPiyZLLd3CtLLjhAVu48pLnmD5bQDnRSRnY=; b=F2Xv6wDQoGsVI69u2Dm75DJo0iZ0p1eaDxGZwMwDfzx2y7enw5hU1sl2P466YcADJo lypgdeR9LumHW1sV2IKeOeEtSLGXuDOe7y2/7CfXGWNcntPNbMAq882SGrwe6PcdJhi3 ScO33z/IG7Wc6iN8P/2aDlaCmudl6cGks11mHWatsa+6iqOeeelCjwwRUHCstfCA3rVp EfYD2jBn6q89FVEmavHj34rP5U0QtKWe0NK96l+ffLlxFek5Nz9nmqi/v2Z10QXG3AJ2 DIKAYcpicffq3xkV2vwIAsrTbDfUFwNXC7VWUqMpC79jCj/UE4kjGnZrfacnwrIa+fkA EE2g== X-Received: by 10.66.4.130 with SMTP id k2mr12399712pak.95.1383871916317; Thu, 07 Nov 2013 16:51:56 -0800 (PST) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPSA id ja5sm7919385pbc.14.2013.11.07.16.51.53 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Nov 2013 16:51:55 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 08 Nov 2013 09:51:51 +0900 From: Yonghyeon PYUN Date: Fri, 8 Nov 2013 09:51:51 +0900 To: Thomas Mueller Subject: Re: dhclient failure with Realtek 8111E Ethernet on new MSI motherboard Message-ID: <20131108005151.GA3415@michelle.cdnetworks.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8D.9F.19454.E0AFA725@cdptpa-oedge03> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pyunyh@gmail.com 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 00:51:57 -0000 On Thu, Nov 07, 2013 at 02:25:18AM +0000, Thomas Mueller wrote: > I tried the patch on 9.2-STABLE, rebuilt the kernel and modules, installed to the correct place on USB stick, > /media/zip0/boot/kernelre > USB stick was mounted on /media/zip0 when I did this. > > Then I umounted, took the USB stick to new computer with MSI Z77 MPOWER motherboard. > > I booted that USB stick, escaped to loader prompt, unload and > boot /boot/kernelre/kernel > > got the same error when running "dhclient re0". > Hmm, then I have no idea at this moment. :-( If I manage to find any clue, I'll let you know. Thanks a lot for testing! > Now I also have to update NetBSD-current and then build a Linux installation. > > Linux may offer a better chance of configuring wireless adapters. > > I was hoping a fix to the re(4) bug could make it for FreeBSD 10.0-RELEASE but am not betting on it. > > > Tom >