From owner-freebsd-wireless@FreeBSD.ORG Mon Jun 16 22:29:37 2014 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 ESMTPS id DB436F4F; Mon, 16 Jun 2014 22:29:36 +0000 (UTC) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C67A253C; Mon, 16 Jun 2014 22:29:36 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id x48so6331547wes.39 for ; Mon, 16 Jun 2014 15:29:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=a+YJHVxJ/LwNxpDpQv3yStqqX40cv1S2fmU11aa28m4=; b=TjLjOgKXYM48YbvRhv/TlHJHcFbTesoY1n2iyQbD+XGmOPXNgQ6bHt4NeazUgvDsWY wk5TVpx8DDQzJMRnIcySt87JYp0DGPfR7EMDEY4UMBzuKbGQgWPWuiN+FJ2DOOowfNOh y41R40JScUmn/dB58BdV5gRd5mnMwiT6+yNsiqyGiU5XgHgyam5cZeq48yUUmvg/uGOc QD4ZUAI3WZ2n28CBws7NjLKWqfdzv6y6BEv3S3R2Wz4KUYRdzuB4oVdwv96/OTZDH/EA RzbZ0KfPLvmYJXMwaKArb/mjXLQeTs6Tm2Qh6OEAOKyYF/n9zjpLMzVZQM7gEP7VVxQ8 JDaw== X-Received: by 10.180.38.107 with SMTP id f11mr30718310wik.59.1402957774331; Mon, 16 Jun 2014 15:29:34 -0700 (PDT) Received: from [192.168.2.30] ([2.176.192.255]) by mx.google.com with ESMTPSA id r44sm36876629eeo.18.2014.06.16.15.29.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Jun 2014 15:29:33 -0700 (PDT) Message-ID: <539F6FCC.7030003@gmail.com> Date: Tue, 17 Jun 2014 02:59:32 +0430 From: Hooman Fazaeli User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: sbruno@freebsd.org Subject: Re: need your opnion about wifi device References: <539EB2FA.3050700@gmail.com> <1402927447.16961.3.camel@bruno> In-Reply-To: <1402927447.16961.3.camel@bruno> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: Sean Bruno , "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 16 Jun 2014 22:29:37 -0000 On 6/16/2014 6:34 PM, Sean Bruno wrote: > On Mon, 2014-06-16 at 13:33 +0430, Hooman Fazaeli wrote: >> Hi, >> >> I am planning to buy one the following USB WiFi devices: >> >> 1.Tenda W311U+ >> 2.TP-Link TL-WN7200ND >> >> I would appriciate if anyone share his experiences with the above devices. >> BTW, I plan to use the device on freebsd/8. >> > > These both appear to be Ralink based devices. AFAIK there is no FreeBSD > support for either device. > > sean > According to: https://wikidevi.com/wiki/Tenda_W311U%2B https://wikidevi.com/wiki/TP-LINK_TL-WN7200ND Both devices use Ralink RT3070 chipset, which are apparently supported by run(4) driver, as stated in the man page. Am I missing something obvious? -- Best regards. Hooman Fazaeli