| RUM(4) | Device Drivers Manual | RUM(4) |
rum — Ralink
Technology/MediaTek USB IEEE 802.11a/b/g wireless network device
rum* at uhub? port ?
The rum 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 rum 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.
These are the modes the rum driver can
operate in:
The rum driver can be configured to use
Wired Equivalent Privacy (WEP) or Wi-Fi Protected Access (WPA1 and WPA2).
WPA2 is currently the most secure encryption standard for wireless networks
supported by OpenBSD. It is strongly recommended
that neither WEP nor WPA1 are used as the sole mechanism to secure wireless
communication, due to serious weaknesses. WPA1 is disabled by default and
may be enabled using the option "wpaprotos
wpa1,wpa2". For standard WPA networks which use
pre-shared keys (PSK), keys are configured using the
"wpakey" option. WPA-Enterprise networks
require use of the wpa_supplicant package. The rum
driver relies on the software 802.11 stack for both encryption and
decryption of data frames.
The rum driver can be configured at
runtime with ifconfig(8) or on
boot with
hostname.if(5).
The following firmware file is loaded when an interface is brought up:
The following adapters should work:
The following example scans for available networks:
# ifconfig rum0 scanThe following hostname.if(5) example configures rum0 to join network “mynwid”, using WPA key “mywpakey”, obtaining an IP address using DHCP:
nwid mynwid wpakey mywpakey inet autoconf
The following hostname.if(5) example creates a host-based access point on boot:
mediaopt hostap nwid mynwid wpakey mywpakey inet 192.168.1.1 255.255.255.0
arp(4), ifmedia(4), intro(4), netintro(4), usb(4), hostname.if(5), hostapd(8), ifconfig(8)
The rum driver first appeared in
OpenBSD 4.0.
The rum driver was written by
Niall O'Higgins
<niallo@openbsd.org>
and
Damien Bergamini
<damien.bergamini@free.fr>.
The rum driver supports automatic control
of the transmit speed in BSS mode only. Therefore the use of a
rum adapter in Host AP mode is discouraged.
| March 27, 2025 | openbsd |