From owner-freebsd-net@FreeBSD.ORG Sun Dec 15 04:46:36 2013 Return-Path: Delivered-To: freebsd-net@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 ESMTPS id 63523510 for ; Sun, 15 Dec 2013 04:46:36 +0000 (UTC) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C47A17A9 for ; Sun, 15 Dec 2013 04:46:35 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id i8so2768324qcq.7 for ; Sat, 14 Dec 2013 20:46:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=8ZXzW1ZCm9/N+f6mA6xMy8/SxdKJv5OdQyWv60wFsXE=; b=sXhowColNR3WCVt1quLlkKvnUcw7tx6kvAi9Grz8sOU1jqAM/4WlmUzq4VBcBOlanb 4vE24sPQ3AQYvMX+efhSXYomkh9VpuZ3Oln1+4GN9rM4hgVrT/hHc0yi+Iurv6iMfnZ0 5kjIOx2XioLm8mwpT87yRg8TUkIWvU+w+L+5SG19fMRC1vFpHZywEFIPLdbpGXAuCvQp mRP6NSejZBiO84Yv+wgF+ilwimKorueTVy1kkg8wYX/IY10Dzeq0/d7ZGRE5CUzWF9I3 N1UmZj4a8taK6LWSouEI5JjoSjIWJdFP8pSR9CVAhF38vEtB5/iJ0N0PtzNNONGlet2W aVeQ== MIME-Version: 1.0 X-Received: by 10.224.136.136 with SMTP id r8mr20659560qat.0.1387082795198; Sat, 14 Dec 2013 20:46:35 -0800 (PST) Sender: shteryana@gmail.com Received: by 10.224.128.72 with HTTP; Sat, 14 Dec 2013 20:46:35 -0800 (PST) In-Reply-To: References: Date: Sun, 15 Dec 2013 06:46:35 +0200 X-Google-Sender-Auth: lIi-vzlmj8w6YdzhqGphlYwS2YY Message-ID: Subject: Re: RTL8111/8168B NIC & FreeBSD From: Shteryana Shopova To: David Rufino Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-net@FreeBSD.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: syrinx@FreeBSD.org List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 04:46:36 -0000 Hi, I hit the same problem with the same chip on FreeBSD 11.0-CURRENT #0 r258178 - the card would receive nothing or (perhaps not-so-)random crap. ifconfig down/up and disabling RX/TX check-summing makes the card work for me as a temporary workaround. re0@pci0:4:0:1: class=0x020000 card=0x07981025 chip=0x816810ec rev=0x14 hdr=0x00 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8111/8168B PCI Express Gigabit Ethernet controller' class = network subclass = ethernet cheers, Shteryana On Sat, Dec 14, 2013 at 11:31 PM, David Rufino wrote: > Hello, > > I'm having similar problems using an onboard RTL 8168B NIC. I noticed > there were some recent changes to the re0 driver, so I tried -STABLE > (r258961). The device is detected but can't send or receive packets. > Interestingly it doesn't work in Debian wheezy, but does work fine in > Windows 7 with latest drivers. I'm happy to assist in any way. Here's > some relevant debugging information > > pciconf -l -v > > re0@pci0:1:0:0: class=0x020000 card=0x81161019 chip=0x816810ec rev=0x0c hdr=0x00 > vendor = 'Realtek Semiconductor Co., Ltd.' > device = 'RTL8111/8168B PCI Express Gigabit Ethernet controller' > class = network > subclass = ethernet > > re0: port > 0xe000-0xe0ff mem 0xfea00000-0xfea00fff,0xd0800000-0xd0803fff irq 32 > at device 0.0 on pci1 > re0: Using 1 MSI-X message > re0: ASPM disabled > re0: Chip rev. 0x4c000000 > re0: MAC rev. 0x00000000 > miibus0: on re0 > re0: Ethernet address: 74:27:ea:d3:de:5a > > Thanks!, > David > >> >> Hello, >> >> we are trying to install FreeBSD on a computer that uses the NIC mentioned >> above. The NIC is running under linux without problems, which we've tested >> for several days transferring several GB of data. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"