From owner-freebsd-net@FreeBSD.ORG Wed Apr 25 05:09:04 2012 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 3E52A106564A for ; Wed, 25 Apr 2012 05:09:04 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC248FC0A for ; Wed, 25 Apr 2012 05:09:04 +0000 (UTC) Received: by pbcwz17 with SMTP id wz17so1052674pbc.13 for ; Tue, 24 Apr 2012 22:09:03 -0700 (PDT) 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=BuN52qSbkTkwPjKMk7qrY9CbQtwGxk8Vo+3L6xfmIYs=; b=qUbfW1FJAj7XtR/ErvSa5igC4My5fKX0SQki2aepNuVK8UWultBgmc8KIy+crbJJdb NepPtPI38P7zTZ56HJmag64Gz1OOEOap/sv5Jw/kBApkBw/sAjBQ0eD8+NwByE+4j03o r8HNWkB4gmrsKBAGYMoB986p/MgOrRm8c6hwD+MP7xsBtHQkQTAp5eBEuSTuXvi1LGFA +1HdeUJQq9rpHTyde/TSKcaDeKYmWW4bR6y2YIWBJFaDoVpesPPPOWXLnhrIuzYht8ro g0m3DW+WVsZQCCUgoEuAO88UyakSJ6W7yjujDYGftNM+1sZGKebo2SRwsx5fT+i59bd5 G9iA== Received: by 10.68.218.7 with SMTP id pc7mr4782957pbc.4.1335330543859; Tue, 24 Apr 2012 22:09:03 -0700 (PDT) Received: from pyunyh@gmail.com ([114.111.62.249]) by mx.google.com with ESMTPS id i1sm19431719pbv.49.2012.04.24.22.09.00 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Apr 2012 22:09:02 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 25 Apr 2012 14:08:56 -0700 From: YongHyeon PYUN Date: Wed, 25 Apr 2012 14:08:56 -0700 To: Karl Stenlund Message-ID: <20120425210856.GB8498@michelle.cdnetworks.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: Realtek 8111F X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2012 05:09:04 -0000 On Tue, Apr 24, 2012 at 02:35:18PM +0200, Karl Stenlund wrote: > I installed freebsd 9.0_amd64 and it can't find my network. i tried to add > "if_re_load="YES"" But it didn't help. > Is the Realtek 8111F not suported by freebsd yet? > Motherboard: ASUS P8H77-I Support for RTL8168/8111F was added after releasing 9.0-RELEASE. Use 8.3-RELEASE or latest stable. Alternatively download the following files from HEAD and rebuild kernel on 9.0-RELEASE. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/re/if_re.c http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pci/if_rl.c http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pci/if_rlreg.h