From owner-freebsd-questions@FreeBSD.ORG Thu Apr 29 13:53:27 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E3311065670 for ; Thu, 29 Apr 2010 13:53:27 +0000 (UTC) (envelope-from crwhipp@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id CD5358FC1E for ; Thu, 29 Apr 2010 13:53:26 +0000 (UTC) Received: by wwb13 with SMTP id 13so512815wwb.13 for ; Thu, 29 Apr 2010 06:53:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:message-id :in-reply-to:references:date:subject:from:to:cc:reply-to:user-agent :mime-version:content-type:content-transfer-encoding:x-priority :importance; bh=KKXuYSU3NFdevtr+wGzzEJkFWypykH5Wgfj+59sWxJk=; b=GDdXPVhcDvoTYdguSykhVoBEmMGpzmnZoGzFy9+XJA4Bof5XauxrUZOgbSoNf9/Epm H8DvV+3tKgr3zgxOa6ArAXuQLGxNw5mZeOfX0cfmKjJOLDUYe21DQLX/xV9jN9ELRSAD A+v5hUrJ+vcd29dN0zoI/fk5RyB4q3tAryBxk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:in-reply-to:references:date:subject:from:to:cc:reply-to :user-agent:mime-version:content-type:content-transfer-encoding :x-priority:importance; b=QeFWXjRtibj6jTxmPrXQ3hcC6+IzR4BQcqW1re3cae60Oxx6E+hwzRPm+M/bbKxWam z9CgHRAdIOJYsJWNzImO6nrzd+OpSC2I8OVNvV8a/FprPMyRmK1JlEBzHVry07eAPewp nNf5GQ7kgpRlo6GGhZkjnpKtFVvZFVgWgwaLo= Received: by 10.216.87.74 with SMTP id x52mr4880284wee.4.1272549201842; Thu, 29 Apr 2010 06:53:21 -0700 (PDT) Received: from whipp.no-ip.org (174-26-2-196.phnx.qwest.net [174.26.2.196]) by mx.google.com with ESMTPS id b2sm563518wbb.14.2010.04.29.06.53.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 29 Apr 2010 06:53:18 -0700 (PDT) Received: from whipp.no-ip.org (localhost [127.0.0.1]) by whipp.no-ip.org (Postfix) with ESMTP id 42276B801F; Thu, 29 Apr 2010 06:53:03 -0700 (MST) Received: from 63.226.32.16 (SquirrelMail authenticated user cwhipp) by whipp.no-ip.org with HTTP; Thu, 29 Apr 2010 06:53:03 -0700 Message-ID: <41494fb6b51209157d5786b87dea2376.squirrel@whipp.no-ip.org> In-Reply-To: References: Date: Thu, 29 Apr 2010 06:53:03 -0700 From: Craig Whipp To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Carmel Subject: Re: Driver for Belkin F5D9050 V 4000 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: crwhipp@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2010 13:53:27 -0000 On Tue, April 27, 2010 3:44 am, Carmel wrote: > I am trying to get a Belkin Wireless G Plus MIMI USB Network Adapter, > version 4000 to work. I contacted Belkin, and they gave me the > following information: > > The chipset used in a adapter F5D9050 V 4000 is Ralink RT2671F, RT2528L > (RT73). > > I have not been able locate a driver for that chipset. Does anyone else > have that particular USB device working or know where I can locate a > driver for it? > > I have FreeBSD-8, amd64 installed. > Try the rum driver, snipped from the man page: "The rum driver supports USB 2.0 and PCI Express Mini Card wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets." "The RT2601USB chipset consists of two integrated chips, an RT2671 MAC/BBP and an RT2527 or RT5225 radio transceiver."