From owner-freebsd-hardware@FreeBSD.ORG Fri Aug 29 06:06:13 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 946751065678 for ; Fri, 29 Aug 2008 06:06:13 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id 5D7B18FC18 for ; Fri, 29 Aug 2008 06:06:13 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so965662rvf.43 for ; Thu, 28 Aug 2008 23:06:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=4pKqUjTTqcI+2O/L7R+ExhmtxSrPi/wNtne7MzrglY4=; b=pF8EfM7vyzFtUwYE2p5F5g+Vh4CF4Wn/Za8myPlligBSkrruBzhWhF9J7WoAHP5evN Tj4fTAy+clXbHYKF7+J9GY3lwIPixHcKDB6dAcvF4sGFpCN3+scqO1UFEm4561zYbRbH 6reDZYOqEdth01cUnktrO81zcjcQZ6UniI3XA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=DXkso2EHsrReI3aLB+6MvoTplN7uBCHV4xfzVAJgoO8R7FL8sQ/WunvRwRZftIrzcx tPDGi7QopmM3W/AC2fdxunLqzNPWlNOHFWcE9wo6YKna51HQze2Eyk6sM5WGZYCj+X47 BIje3+f+7LyEAHwr9tBrqIvya9fdoRjYlr4bQ= Received: by 10.141.195.5 with SMTP id x5mr1246988rvp.263.1219989972872; Thu, 28 Aug 2008 23:06:12 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id f21sm3189555rvb.5.2008.08.28.23.06.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 28 Aug 2008 23:06:11 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m7T667Ql036786 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Aug 2008 15:06:07 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m7T666PM036785; Fri, 29 Aug 2008 15:06:06 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 29 Aug 2008 15:06:06 +0900 From: Pyun YongHyeon To: Bernt Hansson Message-ID: <20080829060606.GC35562@cdnetworks.co.kr> References: <200808110000.58666.freebsd@razik.name> <48A317D8.5070702@bah.homeip.net> <48B78DE0.8070808@bah.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48B78DE0.8070808@bah.homeip.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hardware@freebsd.org Subject: Re: Issue with 7.0-RELEASE and Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2008 06:06:13 -0000 On Fri, Aug 29, 2008 at 07:49:20AM +0200, Bernt Hansson wrote: > > Lukas Razik: > >> Hello! > >> > >> I've a GigaByte GA-X48-DQ6 Motherboard with a "RTL8168/8111 PCI-E Gigabit > >> Ethernet NIC" and I've read that 7.0-RELEASE / amd64 should recognize these > >> cards (by the "re" driver) but it doesn't in my case. > > > > I got an Gigabyte GA-MA790FX-DS5 with the same network chip and it's > > working right out of the box. There are other issues with that motherboard. > > > > 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 > > root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > > re0@pci0:2:0:0: class=0x020000 card=0xe0001458 chip=0x816810ec rev=0x01 > > hdr=0x00 > > vendor = 'Realtek Semiconductor' > > device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' > > class = network > > subclass = ethernet > > > >> #uname -a : > >> FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 > >> root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > Just for the sake of it, I did an upgrade to 7.0-STABLE on 2008-08-20. > That killed my network card RTL8111B. Would you post the output of dmesg and "ifconfig re0"? > > >> #pciconf -lv : > >> [...] > >> none2@pci0:4:0:0: class=0x020000 card=0xe0001458 chip=0x816810ec > >> rev=0x02 hdr=0x00 > >> vendor = 'Realtek Semiconductor' > >> device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' > >> class = network > >> subclass = ethernet > >> [...] > >> > >> So, does FreeBSD 7.0 work with these NICs or am I out of luck? > >> > >> Regards and Many Thanks for your help! > >> Lukas -- Regards, Pyun YongHyeon