PDA

View Full Version : The rum driver in FreeBSD 7.2


b3ns
September 26th, 2009, 17:32
Hi,

I own a Dell Inspiron Mini 10v and I'm interested in installing & trying out FreeBSD. I have the Dell wireless 1397 wireless mini-card and according to a post on the PC-BSD forums that card won't be supported until FreeBSD 8.0 is released. Nevertheless I have a BELKIN F5D7050 wireless USB dongle and I've checked the Hardware Notes for FreeBSD 7.2 and the rum driver supports this BELKIN F5D7050 dongle I have, and I'll use this dongle till FreeBSD 8.0 comes out. I apologise if this question is blatantly obvious but in the rum driver supporting my Belkin wireless dongle, is the rum driver installed/supported in FreeBSD already, since it is shown in Hardware Notes for 7.2, or does it need to be compiled/installed (whatever the technical term is :P)? I'm asking this as I presume if the driver is listed in Hardware Notes its included with that FreeBSD version?

Thanks.

DutchDaemon
September 26th, 2009, 18:17
man 4 rum FreeBSD 7.2
http://www.freebsd.org/cgi/man.cgi?query=rum&apropos=0&sektion=4&manpath=FreeBSD+7.2-RELEASE&format=html


HARDWARE
The rum driver supports USB 2.0 and PCI Express Mini Card wireless
adapters based on the Ralink RT2501USB and RT2601USB chipsets, including:
..
Belkin F5D7050 ver 3 USB
..


man 4 rum FreeBSD 8
http://www.freebsd.org/cgi/man.cgi?query=rum&apropos=0&sektion=4&manpath=FreeBSD+8-current&format=html


HARDWARE
The rum driver supports USB 2.0 wireless adapters based on the Ralink
RT2501USB and RT2601USB chipsets, including:
..
Belkin F5D7050 ver 3 USB
..



SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:

device ehci
device uhci
device ohci
device usb
device rum
device wlan
device wlan_amrr

Alternatively, to load the driver as a module at boot time, place the
following line in loader.conf(5):

if_rum_load="YES"

b3ns
September 27th, 2009, 17:27
Thanks for your reply...so I presume I do need to load this driver once I've installed FreeBSD? And where would the kernel configuration file be?

DutchDaemon
September 27th, 2009, 18:58
Just put it in /etc/rc.conf with an ifconfig_rum0= line (ifconfig) and it will load the module for you.

Oh wait, it's in the GENERIC kernel, so if you're using that it's already available. Your card should be picked up at boot time.