if_rum.4freebsd

Langue: en

Autres versions - même langue

Version: 300417 (debian - 07/07/09)

Section: 4 (Pilotes et protocoles réseau)


BSD mandoc

NAME

rum - 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.

HARDWARE

The driver supports USB 2.0 and PCI Express Mini Card 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-G54HP" Ta USB
"CNet CWD-854 ver F" Ta USB
"Conceptronic C54RU ver 2" Ta USB
"Corega CG-WLUSB2GO" 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 rum0 inet 192.168.0.20 netmask 0xffffff00"

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

"ifconfig rum0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"

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

 ifconfig rum0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \
     wepmode on wepkey 0x1234567890 weptxkey 1
 

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

 ifconfig rum0 inet 192.168.0.20 netmask 0xffffff00 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.

SEE ALSO

altq(4), arp(4), netintro(4), usb(4), wlan(4), wlan_amrr4, ifconfig(8)
"Ralink Technology" http://www.ralinktech.com/

HISTORY

The driver first appeared in Ox 4.0 .

CAVEATS

The driver supports automatic control of the transmit speed in BSS mode only. Therefore the use of a adapter in Host AP mode is discouraged.

AUTHORS

The driver was written by An Niall O'Higgins Aq niallo@openbsd.org and An Damien Bergamini Aq damien@openbsd.org .