From owner-freebsd-current@FreeBSD.ORG Thu Mar 31 19:52:12 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 E86F01065677 for ; Thu, 31 Mar 2011 19:52:12 +0000 (UTC) (envelope-from ray@ddteam.net) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7C1988FC1D for ; Thu, 31 Mar 2011 19:52:12 +0000 (UTC) Received: by fxm11 with SMTP id 11so2764272fxm.13 for ; Thu, 31 Mar 2011 12:52:11 -0700 (PDT) Received: by 10.223.127.210 with SMTP id h18mr90705fas.73.1301601131212; Thu, 31 Mar 2011 12:52:11 -0700 (PDT) Received: from rnote.ddteam.net (159-87-133-95.pool.ukrtel.net [95.133.87.159]) by mx.google.com with ESMTPS id n2sm549627fam.28.2011.03.31.12.52.08 (version=SSLv3 cipher=OTHER); Thu, 31 Mar 2011 12:52:09 -0700 (PDT) Date: Thu, 31 Mar 2011 22:51:57 +0300 From: Aleksandr Rybalko To: "Sevan / Venture37" Message-Id: <20110331225157.ed264e2d.ray@ddteam.net> In-Reply-To: References: <20110314162936.d3f8fd5b.ray@dlink.ua> <4D80EE33.7010703@janh.de> <20110317100804.2dde85ba@gmail.com> <20110317110700.05191e8f@gmail.com> <20110320153604.e8245880.ray@ddteam.net> <20110331120710.b5c5f24b.ray@dlink.ua> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Aleksandr Rybalko , freebsd-current@freebsd.org 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 19:52:13 -0000 On Thu, 31 Mar 2011 16:50:16 +0100 "Sevan / Venture37" wrote: > On 31 March 2011 10:07, Aleksandr Rybalko wrote: > > Now good peoples help me with rework of driver, then this driver > > will be available under ral(4). So you need to wait some time. > > Excellent, I'm happy to be a tester for patches, the card is a > Azurewave RT2700E out of a EEPC if I remember right > > > >>> I will post dmesg & pciconf output tomorrow once I have an > >>> ethernet cable or removable media near me if you need more info. > > > > Yeah, post please. at minimum I've interesting which RF used in > > your device. > > rt28600: mem 0xf7f00000-0xf7f0ffff irq 17 at > device 0.0 on pci3 > rt28600: invalid EEPROM LNA gain #2: 0x00 > rt28600: invalid EEPROM LNA gain #3: 0x00 > rt28600: invalid EEPROM powersave level > rt28600: MAC/BBP RT2860 (rev 0x28720200), RF RT3022 2.4G 2T2R Wow, your device have same revision 0x28720200 like embedded into RT3052F system on chip. So now I understand, why driver won't work with your card. I previously expect that this id related only for SoC version, but SoC version don't have many things that PCI version have (MCU, EEPROM, etc.) I will fix it behavior in new driver. > rt28600: skip channel 10, could not find extension channel > rt28600: skip channel 11, could not find extension channel > rt28600: skip channel 12, could not find extension channel > rt28600: skip channel 13, could not find extension channel > rt28600: skip channel 14, could not find extension channel > > > rt28600@pci0:3:0:0: class=0x028000 card=0x27901814 > chip=0x07811814 rev=0x00 hdr=0x00 > vendor = 'Ralink Technology, Corp.' > device = 'Wireless (RT2860/RT2890)' > class = network > > > Sevan -- Aleksandr Rybalko