Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 13:24:41 +0900
From:      Yonghyeon PYUN <pyunyh@gmail.com>
To:        Thomas Mueller <mueller6724@bellsouth.net>
Cc:        freebsd-current@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: dhclient failure with Realtek 8111E Ethernet on new MSI motherboard
Message-ID:  <20131106042441.GA1401@michelle.cdnetworks.com>
In-Reply-To: <1A.D8.19454.71BA9725@cdptpa-oedge03>
References:  <20130925063610.GA1507@michelle.cdnetworks.com> <36.52.26070.28C93425@cdptpa-oedge03> <20130926050038.GA1494@michelle.cdnetworks.com> <75.B0.09602.0CBE3425@cdptpa-oedge03> <20130926083326.GB1494@michelle.cdnetworks.com> <20131104021727.GB3610@michelle.cdnetworks.com> <1A.D8.19454.71BA9725@cdptpa-oedge03>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 06, 2013 at 02:36:07AM +0000, Thomas Mueller wrote:
> from Yonghyeon PYUN:
> 
>    Thomas, would you try attached patch on your system?
>            
>            
>    [-- Attachment #2: re.8168evl.diff --]
>    [-- Type: text/x-diff, Encoding: 7bit, Size: 3.6K --]
>    Content-Type: text/x-diff; charset=us-ascii
>    Content-Disposition: attachment; filename="re.8168evl.diff"
>    
>    Index: sys/dev/re/if_re.c
>    ===================================================================
>    --- sys/dev/re/if_re.c  (revision 257422)
>    +++ sys/dev/re/if_re.c  (working copy)
>    @@ -295,6 +295,8 @@
>     static int re_miibus_writereg  (device_t, int, int, int);
>     static void re_miibus_statchg  (device_t);
>    
>    +static void re_eri_write       (struct rl_softc *, bus_size_t, uint32_t, int);
>    +
>     static void re_set_jumbo       (struct rl_softc *, int);
>     static void re_set_rxmode              (struct rl_softc *);
>     static void re_reset           (struct rl_softc *);
>    @:10,32s/^/@ -641,6 +643,32 @@
>     }
> (snip)
> 
> Which version/branch of FreeBSD is this for?  
> 

I guess the diff would apply to CURRENT and any stable.

> 9.2_STABLE, 10-stable or 11-head?
> 
> Does it require a specific svn revision?
> 

No.

> I just updated FreeBSD-current on new MSI motherboard (svn revision 257695).
> 
> dhclient re0 still gives same error.
> 

That's expected behavior since there is no code to activate the
workaround at this moment.  Given that you have CURRENT at this
moment, apply the diff and let me know  how it goes.

> Now I have to update FreeBSD-current amd64 on same computer.
> 
> I go through this in the hope of being able to configure wifi with Hiro 50191 USB-stick-type WLAN adapter, driver rsu.
> 
> So far, can't see wifi network.  I see what more I need to do, or maybe no wifi signal?
> 

Sorry, I'm dumb on wireless drivers so have nothing to comment. :-(

> Tom
> 



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