|
NAMErsu —
Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless
network device
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device ehci
device uhci
device ohci
device usb
device rsu
device rsufw
device wlan Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf(5): if_rsu_load="YES" rsu-rtl8712fw_load="YES" DESCRIPTIONThersu driver supports USB 2.0 wireless network devices
based on Realtek RTL8188SU, RTL8191SU and RTL8192SU chipsets.
The RTL8188SU is a highly integrated 802.11n adapter that combines a MAC, a 1T1R capable baseband and an RF in a single chip. It operates in the 2GHz spectrum only. The RTL8191SU is a highly integrated multiple-in, single-out (MISO) 802.11n adapter that combines a MAC, a 1T2R capable baseband and an RF in a single chip. It operates in the 2GHz spectrum only. The RTL8192SU is a highly integrated multiple-in, multiple-out (MIMO) 802.11n adapter that combines a MAC, a 2T2R capable baseband and an RF in a single chip. It operates in the 2GHz spectrum only. These are the modes the
The The FILES
The driver needs at least version 1.2 of the following firmware file, which is loaded when an interface is attached:
HARDWAREThersu driver provices support for Realtek
RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network adapters, including:
EXAMPLESJoin an existing BSS network (i.e., connect to an access point):ifconfig wlan create wlandev rsu0 inet 192.168.0.20 \ netmask 0xffffff00 Join a specific BSS network with network name
“ ifconfig wlan create wlandev rsu0
ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev rsu0 ssid my_net \ wepmode on wepkey 0x1234567890 weptxkey 1 up DIAGNOSTICS
SEE ALSOintro(1), netintro(4), rsufw(4), usb(4), wlan(4), arp(8), hostapd(8), ifconfig(8), wpa_supplicant(8)HISTORYThersu driver first appeared in
OpenBSD 4.9 and FreeBSD 10.0.
AUTHORSThersu driver was written by Damien
Bergamini
<damien@openbsd.org>
and ported by Rui Paulo
<rpaulo@freebsd.org>.
The 802.11n support was added by Adrian Chadd
<adrian@freebsd.org>.
CAVEATSThersu driver currently does not support 802.11n
transmit aggregation, either A-MSDU or A-MPDU.
The
Visit the GSP FreeBSD Man Page Interface. |