From owner-freebsd-wireless@FreeBSD.ORG Thu Dec 26 09:06:50 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 ESMTPS id D1B4F8CB for ; Thu, 26 Dec 2013 09:06:50 +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 7DAC31F7F for ; Thu, 26 Dec 2013 09:06:49 +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 rBQ914uR025066; Thu, 26 Dec 2013 17:01:05 +0800 (CST) (envelope-from kevlo@FreeBSD.org) Message-ID: <52BBF055.1050507@FreeBSD.org> Date: Thu, 26 Dec 2013 17:01:09 +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: Anton Mazunin Subject: Re: Ralink RT5372l support References: <52BBD26D.1060306@gmail.com> In-Reply-To: <52BBD26D.1060306@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 26 Dec 2013 09:06:50 -0000 On 2013/12/26 14:53, Anton Mazunin wrote: > Hello everybody. Recently I was choosing usb wifi adapter for my pc, > and decided the best way to be happy in this things is to buy one > which is in freebsd supported hardware list. After few minutes of > searching, the choise was done and I went to the closest shop and > bought D-Link DWA-140. > I have to say that I was very upset when my OS only showed me: > at usbus1 (connected) but no device appeared in ifconfig. The > only string appeared in dmesg was at usbus1 (connected). Ok, > lets see what my linux laptop would show me. And you know what? The > same thing! > Then I decided to open the cover and see which chip is on the board. > It was Ralink RT5372l. After some time of googling I recognized there > is no support for this chip in run driver. > So here is the question: is there any way to make this device work on > my pc? btw I'm using freebsd 9.2 > Thank you for help! Hope I didn't get much of your time. Hi Anton, RT5372 is supported in -HEAD: http://lists.freebsd.org/pipermail/svn-src-head/2013-November/053372.html If you want to give it a try, you can install FreeBSD -CURRENT using the snapshots images which you can find here: https://pub.allbsd.org/FreeBSD-snapshots/i386-i386/11.0-HEAD-r259869-JPSNAP/ Let me know if it works for you, thanks. Kevin