From owner-freebsd-wireless@FreeBSD.ORG Fri Oct 25 09:09:20 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5D931B18 for ; Fri, 25 Oct 2013 09:09:20 +0000 (UTC) (envelope-from mueller6721@twc.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) by mx1.freebsd.org (Postfix) with ESMTP id 234C627D3 for ; Fri, 25 Oct 2013 09:09:19 +0000 (UTC) Received: from [74.130.200.176] ([74.130.200.176:59597] helo=localhost) by cdptpa-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 38/65-02506-F353A625; Fri, 25 Oct 2013 09:09:19 +0000 Date: Fri, 25 Oct 2013 09:09:19 +0000 Message-ID: <38.65.02506.F353A625@cdptpa-oedge01> From: "Thomas Mueller" To: freebsd-wireless@freebsd.org References: <5265878B.1050809@yandex.ru> <201310212146.r9LLkqZ1044966@fire.js.berklix.net> <52684E48.20709@unsane.co.uk> <5268D632.2030506@dat.pl> Subject: Re: [rfc] removing the NDISulator X-RR-Connecting-IP: 107.14.168.118:25 X-Cloudmark-Score: 0 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 09:09:20 -0000 > On 24.10.2013 05:46, Thomas Mueller wrote: > > I have motherboard (MSI Z77 MPOWER) with Realtek 8111E Ethernet that fails to > > connect in FreeBSD or OpenBSD, OK with NetBSD-current and Linux, and > > Atheros AR9271 onboard wifi: device athn is included in NetBSD (current only) > > and OpenBSD. > > Tom > For your problems with Realtek 8111E chipset please have alook at http://lists.freebsd.org/pipermail/freebsd-net/2013-October/036935.html > Maybe this patch isn't for you but you need to do something similar to > add support. > Regards, > Maciej Where does the patch begin and end? Does it include a and b in apparent path? Is the first line diff -git and the last line just before -- ? Do I save that to a file, go to $SRCDIR and patch ? I would also like to see if I can connect by wifi using Hiro H50191 USB-stick WLAN adapter (RTL8191SU chip) using device rsu. Tom