rum(4) Ralink Technology USB IEEE 802.11a/b/g wireless network device

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.conf5:


if_rum_load="YES"

DESCRIPTION

The driver supports USB 2.0 and PCI Express Mini Card wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets.

Ralink PCI Express Mini Card adapters show up as normal USB 2.0 devices and are thus handled by the driver.

The RT2501USB chipset is the second generation of 802.11a/b/g adapters from Ralink. It consists of two integrated chips, an RT2571W MAC/BBP and an RT2528 or RT5226 radio transceiver.

The RT2601USB chipset consists of two integrated chips, an RT2671 MAC/BBP and an RT2527 or RT5225 radio transceiver. This chipset uses the MIMO (multiple-input multiple-output) technology with multiple antennas to extend the operating range of the adapter and to achieve higher throughput.

supports station adhoc hostap and monitor mode operation. Only one virtual interface may be configured at any time. For more information on configuring this device, see ifconfig(8).

HARDWARE

The driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including:

Card Ta Bus
"3Com Aolynk WUB320g" Ta USB
"Abocom WUG2700 Ta" Ta USB
"Airlink101 AWLL5025" Ta USB
"ASUS WL-167g ver 2" Ta USB
"Belkin F5D7050 ver 3" Ta USB
"Belkin F5D9050 ver 3" Ta USB
"Buffalo WLI-U2-SG54HP" Ta USB
"Buffalo WLI-U2-SG54HG" Ta USB
"Buffalo WLI-U2-G54HP" Ta USB
"Buffalo WLI-UC-G" Ta USB
"CNet CWD-854 ver F" Ta USB
"Conceptronic C54RU ver 2" Ta USB
"Corega CG-WLUSB2GO" Ta USB
"D-Link DWA-110" Ta USB
"D-Link DWA-111" Ta USB
"D-Link DWL-G122 rev C1" Ta USB
"D-Link WUA-1340" Ta USB
"Digitus DN-7003GR" Ta USB
"Edimax EW-7318USG" Ta USB
"Gigabyte GN-WB01GS" Ta USB
"Gigabyte GN-WI05GS" Ta USB
"Hawking HWUG1" Ta USB
"Hawking HWU54DM" Ta USB
"Hercules HWGUSB2-54-LB" Ta USB
"Hercules HWGUSB2-54V2-AP" Ta USB
"LevelOne WNC-0301USB v3" Ta USB
"Linksys WUSB54G rev C" Ta USB
"Linksys WUSB54GR" Ta USB
"Planex GW-US54HP" Ta USB
"Planex GW-US54Mini2" Ta USB
"Planex GW-USMM" Ta USB
"Senao NUB-3701" Ta USB
"Sitecom WL-113 ver 2" Ta USB
"Sitecom WL-172" Ta USB
"Sweex LW053" Ta USB
"TP-LINK TL-WN321G" Ta USB

EXAMPLES

Join an existing BSS network (i.e., connect to an access point):
ifconfig wlan create wlandev rum0 inet 192.168.0.20 \
    netmask 0xffffff00

Join a specific BSS network with network name ``my_net ''

"ifconfig wlan create wlandev rum0 ssid my_net up"

Join a specific BSS network with 64-bit WEP encryption:

ifconfig wlan create wlandev rum0 ssid my_net \
        wepmode on wepkey 0x1234567890 weptxkey 1 up

Join a specific BSS network with 128-bit WEP encryption:

ifconfig wlan create wlandev rum0 wlanmode adhoc ssid my_net \
    wepmode on wepkey 0x01020304050607080910111213 weptxkey 1

DIAGNOSTICS

"rum%d: could not load 8051 microcode"
An error occurred while attempting to upload the microcode to the onboard 8051 microcontroller unit. The driver will reset the hardware. This should not happen.

HISTORY

The driver first appeared in Ox 4.0 .

AUTHORS

The original driver was written by An Niall O'Higgins Aq [email protected] and An Damien Bergamini Aq [email protected] .

BUGS

Host AP mode doesn't support client power save. Clients using power save mode will experience packet loss (disabling power saving on the client will fix this).