From owner-freebsd-current@FreeBSD.ORG Thu Mar 31 01:11:30 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEB2E1065672 for ; Thu, 31 Mar 2011 01:11:30 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 93AED8FC1C for ; Thu, 31 Mar 2011 01:11:30 +0000 (UTC) Received: by vxc34 with SMTP id 34so1867084vxc.13 for ; Wed, 30 Mar 2011 18:11:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=hM+EY8z+/RqAoB0QckQnLcAEaO8a16atZBTAoRm2YoE=; b=NY9lskPW/lAfPua163kWufK4iQcEVse9oOcEqvpnjwdiHux/2/fXvKJ7yc/4PRmj3u ceDCpeX2SMiLCrSalakAvTHE7+nL9HnyPR43a5r/qFS9nV1axu1T4TLRuo+njZogoivd 0qgnnV6ZEXF04GTlV6Ky5deVHgcXnV1L5MJ0I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=WMos1dYCAM0QSBrQ4AH4YXFrklWOkK3NZ7TWQ9NBB3IKAdPfO1znyri5TKZv07EPIR +KlvIRW2zEf00gC71P+ehr8+hG85nVgpgySUIqT/D+J3CP4MisoDH9R7VsjLSM9qWTtJ VB9xvr2s0CJ1ncFRDiaTuXSUEM6VQZ4ZwJ5RY= MIME-Version: 1.0 Received: by 10.52.176.36 with SMTP id cf4mr2597353vdc.29.1301532544853; Wed, 30 Mar 2011 17:49:04 -0700 (PDT) Received: by 10.220.16.212 with HTTP; Wed, 30 Mar 2011 17:49:04 -0700 (PDT) In-Reply-To: <20110320153604.e8245880.ray@ddteam.net> References: <20110314162936.d3f8fd5b.ray@dlink.ua> <4D80EE33.7010703@janh.de> <20110317100804.2dde85ba@gmail.com> <20110317110700.05191e8f@gmail.com> <20110320153604.e8245880.ray@ddteam.net> Date: Thu, 31 Mar 2011 01:49:04 +0100 Message-ID: From: "Sevan / Venture37" To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Re: [CFT]RT28xx/RT30xx wireless was [CFR]RT305xF support, w/o attachment X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 31 Mar 2011 01:11:30 -0000 On 20 March 2011 13:36, Aleksandr Rybalko wrote: > Hi folks, > > new version of patch for wireless card based on Ralink RT2860 plus > RT3090 that required testing. > > Main part: > http://my.ddteam.net/files/2011-03-20_rt2860.patch > > sys/conf/(files|options), same as last: > http://my.ddteam.net/files/2011-03-18_rt2860_invoking.patch > > Who use Ralink PCI/miniPCI/PCIE wireless cards, please test driver and > send info about success or failures. > > Thanks. > > -- > Aleksandr Rybalko Many thanks for this Aleksandr I've just compiled & installed a new kernel + rt2860 module with success. kernel module loads fine & my RT2790 (chip=0x07811814) is detected. ifconfig wlan0 create wlandev rt28600 up shows wlan0: with my ethernet address but from there ifconfig wlan0 scan or list scan result in nothing configuring the ssid manually & trying to connect to the AP doesn't work either. As I hadn't checked this mailing list before starting out this evening, I was doomed to stw & came across http://repo.or.cz/w/ralink_drivers.git via the freebsd forum, before trying your patch, I had successfully build the freebsd 8 driver from there on current & managed to get the card working, using csup to update src as a test of connectivity. I will post dmesg & pciconf output tomorrow once I have an ethernet cable or removable media near me if you need more info. Sevan