Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 09:51:32 +0900
From:      YongHyeon PYUN <pyunyh@gmail.com>
To:        s.o.k@web.de
Cc:        freebsd-current@freebsd.org
Subject:   Re: Realtek 8168/8111 if_re not working in current r295091
Message-ID:  <20160204005132.GA1181@michelle.fasterthan.co.kr>
In-Reply-To: <trinity-abb68349-1869-4b8c-801b-254057609ec8-1454529421824@3capp-webde-bap08>
References:  <trinity-abb68349-1869-4b8c-801b-254057609ec8-1454529421824@3capp-webde-bap08>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 03, 2016 at 08:57:01PM +0100, s.o.k@web.de wrote:
> After updating -current at Jan, 31st (r295091) the Realtek ethernet device driver of my Zotac ZBox RI323 mini pc seems to be broken: I can neither connect to the host even though the interface is shown as active, nor can I initiate connection from the host through re0.
> Reverting the kernel to my previous build -current r290151 (install date Nov 1st, 2015) the re0 interface is working OK.
> 
> Looking through the svn logs regarding /head/sys/dev/re/if_re.c I supect, that Revision 290566 might have someting to do with this and that I have to include my Realtek Chipset to the exclusion list for "enabling RX/TX after initial configuration (or viceversa; I am really confused here), but I havent got a clue how; as I do not know how to find the right RL_HWREV_XXX flag for my device.
> 

You can get Chip/MAC revision information from dmesg output.
(dmesg | grep re0 would do).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160204005132.GA1181>