Sunday, January 17, 2010

How to enable the wireless rum driver in FreeBSD 8.0

In /etc/rc.conf:
wlans_rum0="wlan0"
ifconfig_wlan0="WPA DHCP" # using WPA

In /etc/wpa_supplicant.conf:
network={
ssid="myssid"
psk="passphrase"
}

Run "kldload if_rum" to load the driver while plugging in the wireless adapter.

Then, it should be connected!

No comments: