From owner-freebsd-hardware@FreeBSD.ORG Mon Aug 11 02:27:44 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 6AD311065672 for ; Mon, 11 Aug 2008 02:27:44 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3CB8FC16 for ; Mon, 11 Aug 2008 02:27:44 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3044530rvf.43 for ; Sun, 10 Aug 2008 19:27:44 -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=9p/DJ7AhSavQ3APwyoZWSE2P63Xb/3n14Vz2NzhtgIk=; b=VA83ako94383SrMz153UpbcCzY7UAQmp5HuOZ/09B+sfGoCgkqARM8Jynj4TKlpzlo F6U5y+CwrQ6le4eyWbw9xKY0ReIWPiFUqCcGDnM0cUAW8Z1WEPasXWzMoR4wYnI6bi4g /Q3XtG1uTffiZ5RLaZ2+gfBvPcwthHsqRhHOw= 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=tXEUajA7ELDIEdIZUyOUbYADhYSbEOaVYHIemyElen/HYxawq3D6kTnB7ebe6E1ZLk 1w2COXkaJM0fXReq+EbD4qNnvI/0N/BR5LZ96hgFVRlA8Jxq3wGEo6PGAjEYp1w/vBJQ R8f1bHrqrtSxKpd+uu32w8hbhVm2oXWL7XJJU= Received: by 10.140.157.1 with SMTP id f1mr3109475rve.220.1218420100765; Sun, 10 Aug 2008 19:01:40 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id l31sm7637394rvb.6.2008.08.10.19.01.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 10 Aug 2008 19:01:39 -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 m7B1xTml050520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 11 Aug 2008 10:59:29 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m7B1tSVE050513; Mon, 11 Aug 2008 10:55:28 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 11 Aug 2008 10:55:28 +0900 From: Pyun YongHyeon To: Lukas Razik Message-ID: <20080811015528.GB50045@cdnetworks.co.kr> References: <200808110000.58666.freebsd@razik.name> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200808110000.58666.freebsd@razik.name> 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: Mon, 11 Aug 2008 02:27:44 -0000 On Mon, Aug 11, 2008 at 12:00:58AM +0200, Lukas Razik wrote: > 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. > > #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 > > #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? > It looks like your hardware would be second generation of PCIe RTL8168/8111. Try latest 7 stable which might have support for your hardware. > Regards and Many Thanks for your help! > Lukas -- Regards, Pyun YongHyeon