Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2011 10:50:54 +0300
From:      Aleksandr Rybalko <ray@dlink.ua>
To:        PseudoCylon <moonlightakkiy@yahoo.ca>
Cc:        Aleksandr Rybalko <ray@ddteam.net>, freebsd-current@freebsd.org, Venture37 <venture37@gmail.com>, Sevan
Subject:   Re: [CFT]RT28xx/RT30xx wireless was [CFR]RT305xF support, w/o attachment
Message-ID:  <20110401105054.d06428f3.ray@dlink.ua>
In-Reply-To: <84134.72949.qm@web39308.mail.mud.yahoo.com>
References:  <20110331213148.B330A106579B@hub.freebsd.org> <84134.72949.qm@web39308.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 31 Mar 2011 23:44:03 -0700 (PDT)
PseudoCylon <moonlightakkiy@yahoo.ca> wrote:

>> > > rt28600: <Ralink  RT2790 PCIe> 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.)
>> > 
>> 
>> Hi,
>> 
>> I have 0x28720200 calling rt2872_rf_set_chan() instead of rt2860_rf_set_chan().
>> And, 0x2000 for initial RT2860_REG_MAX_LEN value in rt2860_init_locked().
>> 
>> If these are correct I can patch the driver up.

Basic problem here is a usage external EEPROM data(instead read from real EEPROM) and direct BBP control(instead use MCU).
So currently prefer to use Alexander Egorenkov version, until we done porting OpenBSD one and join it with ral(4) code.

>> 
>> AK
>> 


-- 
Alexandr Rybalko <ray@dlink.ua> 
aka Alex RAY <ray@ddteam.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110401105054.d06428f3.ray>