RT2571WF WiFi on BSD? - BSD

Users browsing this thread: 1 Guest(s)
jobss
Long time nixers
(27-09-2013, 11:36 AM)dcoppa Wrote: It's Ralink, not Railink

http://www.freebsd.org/cgi/man.cgi?query=rum&sektion=4
:P Oops.

Looking at it correctly now, the OS correctly found my device using

Code:
man -k ralink

However Dragonfly (3.4.3) does not have the rum driver in their OS by default. After messing around with the other Ralink drivers they had, none of them worked. So i'll have to download the driver. So i'll post an update on Monday.

&&
Thanks dcoppa for pointing out my spelling mistake, or I would be 90 before I actually figured that out.

Also, if I messed something else up here are the two files I edited.


# /etc/wpa_supplicant.conf

Code:
network={
        ssid="myssid"
        psk="WPA key"
}


and my

# /etc/rc.conf

Code:
wlan_rum="wlan0"  *wirelress
ifconfig_wlan0="WPA DHCP"  *wireless
ifconfig_nf0="DHCP"  * nvidia ethernet
The world is quaking from our Linux Thoughts!


Messages In This Thread
RT2571WF WiFi on BSD? - by jobss - 26-09-2013, 01:52 PM
RE: RT2571WF WiFi on BSD? - by dcoppa - 27-09-2013, 11:36 AM
RE: RT2571WF WiFi on BSD? - by jobss - 27-09-2013, 11:49 AM