On 1/4/07, Jose timofonic <[EMAIL PROTECTED]> wrote:
--- Sepherosa Ziehau <[EMAIL PROTECTED]> escribió: > On 1/3/07, Vladimir Mitiouchev <[EMAIL PROTECTED]> > wrote: > > Hi! > > HEAD from 31 Dec, 2006. > > > > [EMAIL PROTECTED]:18:0: class=0x028000 > card=0x24601814 chip=0x01011814 > > rev=0x00 hdr=0x00 > > vendor = 'Ralink Technology, Corp' > > device = '802.11b Network Adapter' > > class = network > > > > I'm loading if_ral and nothing happenes. > > > > losalamos:~$ kldstat > > Id Refs Address Size Name > > 1 23 0xc0100000 47a248 kernel > > 5 1 0xc05a4000 57e00 acpi.ko > > 7 1 0xcefe0000 17000 if_ral.ko > > 9 1 0xcf091000 17000 linux.ko > > > > Dmesg says nothing about if_ral.. > > What am I doing wrong? > > Nope, you are doing nothing wrong, but ral(4) does > not support ralink > 2460 cards. > > Best Regards, > sephe > > -- > Live Free or Die > That's weird, since there are a source code Linux driver available (for example: http://www.minitar.com/downloads/rt2400_linux-1.1.0.tgz and the latest http://rt2x00.serialmonkey.com) and a driver for (Open)BSD flavours http://damien.bergamini.free.fr/ral/ http://imil.net/NetBSD/ral_cardbus_lkm-current/ Does RT2460 isn't really supported on other BSD or is only a dfly incompatibility?
We have the same root of the driver, which is written by Damien (thank him very much). AFAIK, *BSD does *not* support 2460 based cards. I really don't have any idea why NetBSD lists 2460 based cards in their commit log (I will take it as typo). 2460 probably will not be supported by the code in sys/dev/ic/rt2560.c, let alone sys/dev/ic/rt2661.c. And code in sys/dev/pci/if_ral_pci.c and sys/dev/cardbus/if_ral_cardbus.c will not take 2460 as a ral(4). Please point out if I am wrong here. Best Regards, sephe -- Live Free or Die
