Date: Mon, 30 Oct 2006 13:11:20 -0000 From: "Simon Gray" <simon.gray@identrica.com> To: "E. J. Cerejo" <ejc64@earthlink.net> Cc: FreeBSD-questions@FreeBSD.org Subject: RE: Ralink wireless driver help Message-ID: <91634792D75D8B4ABCAE986E7590C6831379F5@dtg22.identrica.net> In-Reply-To: <000901c6fa3f$23b584a0$2a01a8c0@home9ccad298d7>
next in thread | previous in thread | raw e-mail | index | archive | help
>FREEBSD 6.1 RELEASE
>I just bought a wireless pci card, CNet CWP-854, and according to the
ral=20
> man page this card is supported. I compiled a new kernel with 'device
> wlan' and 'device ral' as per the ral man page, it compile without any
> errors, but I can't get it to work.
>If I run: 'ifconfig ral0 inet 192.168.1.42 netmask 0xffffff00 ssid
> 04Z412560727'=20
>I get this: 'ifconfig: interface ral0 does not exist'
>I run this: 'kldload if_ral'
>I get this: 'kldload: can't load if_ral: File exists'
Hi,
I'm using an identical card under 6.0-stable without any problems.=20
Within my kernel I have:
device wlan
device an
device awi
device ral
device wi
It might be a silly question - but have you installed the new kernel?
If you have compiled and installed the kernel with support for the
device
you shouldn't need to load any modules for it.
My kldstat shows:
Id Refs Address Size Name
1 13 0xc0400000 55e1d8 kernel
2 1 0xc095f000 91f0 bridge.ko
3 1 0xc0969000 2d90 wlan_wep.ko
4 1 0xc096c000 41c4 wlan_tkip.ko
5 1 0xc0971000 6fe4 wlan_ccmp.ko
6 1 0xc0978000 1bac wlan_xauth.ko
7 1 0xc097a000 2ef4 wlan_acl.ko
8 1 0xc2655000 b000 ntfs.ko
Although I've never got it working properly with wpa/tkip and have
recently=20
replaced it with a linksys wrt54g. Worked fine for ages with
unencrypted/wep.
>I run this: 'pciconf -lv'
>I get this: none1@pci2:2:0: class=3D0x028000 card=3D0x25611814
chip=3D0x03011814
> rev=3D0x00 hdr=3D0x00
> vendor =3D 'Ralink Technology, Corp'
I get:
ral0@pci0:14:0: class=3D0x028000 card=3D0x00201371 chip=3D0x02011814 =
rev=3D0x01
hdr=3D0x00
vendor =3D 'Ralink Technology, Corp'
device =3D 'Ralink RT2500 802.11 CardBus Reference Card'
class =3D network
HTH,
Simon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?91634792D75D8B4ABCAE986E7590C6831379F5>
