From owner-freebsd-wireless@freebsd.org Fri May 12 09:13:22 2017 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDCC9D67D72; Fri, 12 May 2017 09:13:22 +0000 (UTC) (envelope-from tj@enoti.me) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99550149E; Fri, 12 May 2017 09:13:21 +0000 (UTC) (envelope-from tj@enoti.me) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 7164C206CF; Fri, 12 May 2017 05:13:20 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute3.internal (MEProxy); Fri, 12 May 2017 05:13:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=FvMmwNgPCkXD3eAscv oA24BXu9PRaFraDGrbtNVD7f8=; b=VxkEceWPGEmOV1a3CS0+nHlLUd76Fj7a3p cvxmwJFOx7PIMyyz/N/go2n7wJmIuuMNtgq3d/5EVLyVLa6oNh28ecF2ytZucK5b e0cnlJXmPVXAGNcf2CxO/0cLOCTy5C0W8Ve46x0aRXYo9e0nR7ijUF6ZO0a1+Uwd BqCmNRySrTwZbI3gOAKfHgYf6uXwrKOSZmncXaiOr9iAOucgiTPdNphcf3XMDDsH MMzGum1jPXKBDGfQSbRR4rHJYoCjrfal8mNzqoXqnMYS0mQhHk8sLRuler7FfmHr hD0Z20cfRBvGSHGEdPFp7VWM5YVLAmPfohWLLMdcDi06XMevlNDA== X-ME-Sender: X-Sasl-enc: dDt+DrgD0gAP7RijqZx3Qf8tKE3KGYWpLaVqpmlQQG6p 1494580400 Received: from tom-desk.erg.abdn.ac.uk (tom-desk.erg.abdn.ac.uk [139.133.204.4]) by mail.messagingengine.com (Postfix) with ESMTPA id AAF3724A25; Fri, 12 May 2017 05:13:19 -0400 (EDT) Date: Fri, 12 May 2017 10:13:17 +0100 From: tj To: Gary Jennejohn Cc: Daniel Braniss , freebsd-wireless@FreeBSD.org, FreeBSD Current Subject: Re: usb dongle Mediatek 7601 wireless driver? Message-ID: <20170512091316.GA79245@tom-desk.erg.abdn.ac.uk> References: <52FA0674-4D17-4FA4-9D0E-82D6EED82B46@cs.huji.ac.il> <20170512104521.3013e8ec@ernst.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170512104521.3013e8ec@ernst.home> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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, 12 May 2017 09:13:22 -0000 On Fri, May 12, 2017 at 10:45:21AM +0200, Gary Jennejohn wrote: > On Fri, 12 May 2017 09:58:16 +0300 > Daniel Braniss wrote: > > > Hi, > > I could swear that I had one before working on an Raspberry PI, > > but this new one nothing: > > ugen0.2: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (160mA) > > > > According to this > http://freebsd-wireless.freebsd.narkive.com/09J7PGke/support-to-wireless-dongle-vendor-0x148f-product-0x7601 > it's not supported. Of course, that may have changed since then. As far as I know this driver is not supported. I have started work on porting the linux driver, but progress is slow. Code is here: https://github.com/adventureloop/mt7610u_wifi_sta_v3002_dpo_20130916/ I am currently working on getting the firmware running on the device. - [tj]