Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Nov 2013 02:36:07 +0000
From:      "Thomas Mueller" <mueller6724@bellsouth.net>
To:        freebsd-stable@freebsd.org
Cc:        pyunyh@gmail.com, freebsd-current@freebsd.org
Subject:   dhclient failure with Realtek 8111E Ethernet on new MSI motherboard
Message-ID:  <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>

next in thread | previous in thread | raw e-mail | index | archive | help
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?  

9.2_STABLE, 10-stable or 11-head?

Does it require a specific svn revision?

I just updated FreeBSD-current on new MSI motherboard (svn revision 257695).

dhclient re0 still gives same error.

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?

Tom




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1A.D8.19454.71BA9725>