From owner-freebsd-questions@freebsd.org Tue Dec 27 21:09:06 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20BB6C932F0 for ; Tue, 27 Dec 2016 21:09:06 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from cyrus.watson.org (cyrus.watson.org [198.74.231.69]) by mx1.freebsd.org (Postfix) with ESMTP id 00ED01187 for ; Tue, 27 Dec 2016 21:09:06 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by cyrus.watson.org (Postfix) with ESMTPS id 0CF8347BFD for ; Tue, 27 Dec 2016 16:09:03 -0500 (EST) Received: from fledge.watson.org (doug@localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.15.2/8.15.2) with ESMTP id uBRL92n2095186 for ; Tue, 27 Dec 2016 16:09:02 -0500 (EST) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.15.2/8.15.2/Submit) with ESMTP id uBRL92dX095183 for ; Tue, 27 Dec 2016 16:09:02 -0500 (EST) (envelope-from doug@fledge.watson.org) Date: Tue, 27 Dec 2016 16:09:01 -0500 (EST) From: doug Reply-To: doug@safeport.com To: freebsd-questions@FreeBSD.org Subject: Realtek, re0 not working in FreeBSD 11.0 Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (fledge.watson.org [127.0.0.1]); Tue, 27 Dec 2016 16:09:02 -0500 (EST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 21:09:06 -0000 This is a very old Dell Inspiron pciconf -vl re0 re0@pci0:4:0:0: class=0x020000 card=0x04341028 chip=0x813610ec rev=0x02 hdr=0x00 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8101E/RTL8102E PCI Express Fast Ethernet controller' class = network subclass = ethernet works on 10.x not on 11.0. It will not connect either via dhcp or manually. I got no errors and sadly did not save 'netstat -nr' output. The infconfig from 10.0 (I dropped back). ifconfig re0 re0: flags=8843 metric 0 mtu 1500 options=8209b ether 00:26:b9:16:d4:7c inet 192.168.2.103 netmask 0xffffff00 broadcast 192.168.2.255 nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active There are some PRs on re0 but not really this basic an error. I was just looking to see if my issue is unique to this chipset.