From owner-freebsd-current@FreeBSD.ORG Fri Dec 20 05:35:49 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11F04629; Fri, 20 Dec 2013 05:35:49 +0000 (UTC) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B138E1E34; Fri, 20 Dec 2013 05:35:48 +0000 (UTC) Received: from srg.kevlo.org (mail.kevlo.org [220.135.115.6]) by ns.kevlo.org (8.14.6/8.14.6) with ESMTP id rBK5Xs8J054363; Fri, 20 Dec 2013 13:33:55 +0800 (CST) (envelope-from kevlo@FreeBSD.org) Message-ID: <52B3D729.6070502@FreeBSD.org> Date: Fri, 20 Dec 2013 13:35:37 +0800 From: Kevin Lo User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: urtwn driver for Edimax EW-7811U WLAN nano USB Adapter References: <201310061521.r96FLmxw077281@fire.js.berklix.net> <52519CB9.8040203@mu.org> <20131218154820.GA20655@FreeBSD.org> <52B2524F.8000201@FreeBSD.org> <20131219095148.GA78156@FreeBSD.org> In-Reply-To: <20131219095148.GA78156@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Alfred Perlstein , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 05:35:49 -0000 On 2013/12/19 17:51, Alexey Dokuchaev wrote: > On Thu, Dec 19, 2013 at 09:56:31AM +0800, Kevin Lo wrote: >> Your usb wlan dongles use RTL8188EU chip which is currently not >> supported by any of drivers. > I see; I guess I should not have believed when I was told that most likely > all it would take is id-patch urtwn(4). ;-) > > Does anyone know if support is being worked on? Don't know either. I'd like to port it after finishing RT5373 driver support. :-) > Given an increased > popularity of these dongles, perhaps a wiki page would be nice for > those of us who want to get an idea if some particular chip is supported > before buying them (online). Here's a site you could use for info about your wireless device: http://wikidevi.com/wiki/TP-LINK_TL-WN723N_v3 > > ./danfe Kevin