1*93b30f1bSAlexander Ziaee.\"- 2*93b30f1bSAlexander Ziaee.\" SPDX-License-Identifier: BSD-2-Clause 3*93b30f1bSAlexander Ziaee.\" 4d1954852SWeongyo Jeong.\" Copyright (c) 2008 Weongyo Jeong 5d1954852SWeongyo Jeong.\" All rights reserved. 6d1954852SWeongyo Jeong.\" 7d1954852SWeongyo Jeong.\" Redistribution and use in source and binary forms, with or without 8d1954852SWeongyo Jeong.\" modification, are permitted provided that the following conditions 9d1954852SWeongyo Jeong.\" are met: 10d1954852SWeongyo Jeong.\" 1. Redistributions of source code must retain the above copyright 11d1954852SWeongyo Jeong.\" notice, this list of conditions and the following disclaimer. 12d1954852SWeongyo Jeong.\" 2. Redistributions in binary form must reproduce the above copyright 13d1954852SWeongyo Jeong.\" notice, this list of conditions and the following disclaimer in the 14d1954852SWeongyo Jeong.\" documentation and/or other materials provided with the distribution. 15d1954852SWeongyo Jeong.\" 16d1954852SWeongyo Jeong.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 17d1954852SWeongyo Jeong.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18d1954852SWeongyo Jeong.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19d1954852SWeongyo Jeong.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 20d1954852SWeongyo Jeong.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21d1954852SWeongyo Jeong.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22d1954852SWeongyo Jeong.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23d1954852SWeongyo Jeong.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24d1954852SWeongyo Jeong.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25d1954852SWeongyo Jeong.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26d1954852SWeongyo Jeong.\" SUCH DAMAGE. 27d1954852SWeongyo Jeong.\" 28*93b30f1bSAlexander Ziaee.Dd November 10, 2024 29d1954852SWeongyo Jeong.Dt URTW 4 30d1954852SWeongyo Jeong.Os 31d1954852SWeongyo Jeong.Sh NAME 32d1954852SWeongyo Jeong.Nm urtw 33*93b30f1bSAlexander Ziaee.Nd Realtek RTL8187B/L USB IEEE 802.11b/g wireless network driver 34d1954852SWeongyo Jeong.Sh SYNOPSIS 35d1954852SWeongyo JeongTo compile this driver into the kernel, 36d1954852SWeongyo Jeongplace the following lines in your kernel configuration file: 37d1954852SWeongyo Jeong.Bd -ragged -offset indent 38d1954852SWeongyo Jeong.Cd "device ehci" 39d1954852SWeongyo Jeong.Cd "device uhci" 40d1954852SWeongyo Jeong.Cd "device ohci" 41d1954852SWeongyo Jeong.Cd "device usb" 42d1954852SWeongyo Jeong.Cd "device urtw" 43d1954852SWeongyo Jeong.Cd "device wlan" 44d1954852SWeongyo Jeong.Ed 45d1954852SWeongyo Jeong.Pp 46d1954852SWeongyo JeongAlternatively, to load the driver as a module at boot time, 47d1954852SWeongyo Jeongplace the following line in 48d1954852SWeongyo Jeong.Xr loader.conf 5 : 49d1954852SWeongyo Jeong.Bd -literal -offset indent 50d1954852SWeongyo Jeongif_urtw_load="YES" 51d1954852SWeongyo Jeong.Ed 52d1954852SWeongyo Jeong.Sh DESCRIPTION 53d1954852SWeongyo JeongThe 54d1954852SWeongyo Jeong.Nm 55d1954852SWeongyo Jeongdriver supports USB 802.11b/g wireless adapters based on the 564b00d3e0SWeongyo JeongRealtek RTL8187B/L. 57d1954852SWeongyo Jeong.Pp 58d1954852SWeongyo Jeong.Nm 59d1954852SWeongyo Jeongsupports 60d1954852SWeongyo Jeong.Cm station 61d1954852SWeongyo Jeongand 62d1954852SWeongyo Jeong.Cm monitor 63d1954852SWeongyo Jeongmode operation. 64d1954852SWeongyo JeongOnly one virtual interface may be configured at any time. 65*93b30f1bSAlexander Ziaee.Pp 66d1954852SWeongyo JeongFor more information on configuring this device, see 67d1954852SWeongyo Jeong.Xr ifconfig 8 . 68d1954852SWeongyo Jeong.Sh HARDWARE 6941aa1f35SChristian BruefferThe 7041aa1f35SChristian Brueffer.Nm 714b00d3e0SWeongyo Jeongdriver supports Realtek RTL8187B/L based wireless network devices, including: 72d1954852SWeongyo Jeong.Pp 73*93b30f1bSAlexander Ziaee.Bl -column -offset indent "Shuttle XPC Accessory PN20" "RTL8225" "USB" -compact 74*93b30f1bSAlexander Ziaee.It Em Card Ta Em Radio Ta Em Bus 75*93b30f1bSAlexander Ziaee.It Belkin F5D7050E Ta RTL8225 Ta USB 76*93b30f1bSAlexander Ziaee.It Linksys WUSB54GCv2 Ta RTL8225 Ta USB 77*93b30f1bSAlexander Ziaee.It Netgear WG111v2 Ta RTL8225 Ta USB 78*93b30f1bSAlexander Ziaee.It Netgear WG111v3 Ta RTL8225 Ta USB 79*93b30f1bSAlexander Ziaee.It Safehome WLG-1500SMA5 Ta RTL8225 Ta USB 80*93b30f1bSAlexander Ziaee.It Shuttle XPC Accessory PN20 Ta RTL8225 Ta USB 81*93b30f1bSAlexander Ziaee.It Sitecom WL168v1 Ta RTL8225 Ta USB 82*93b30f1bSAlexander Ziaee.It Sitecom WL168v4 Ta RTL8225 Ta USB 83*93b30f1bSAlexander Ziaee.It SureCom EP-9001-g(2A) Ta RTL8225 Ta USB 84*93b30f1bSAlexander Ziaee.It TRENDnet TEW-424UB V3.xR Ta RTL8225 Ta USB 85d1954852SWeongyo Jeong.El 86d1954852SWeongyo Jeong.Sh EXAMPLES 87d1954852SWeongyo JeongJoin an existing BSS network (i.e., connect to an access point): 88*93b30f1bSAlexander Ziaee.Pp 89*93b30f1bSAlexander Ziaee.Dl ifconfig wlan create wlandev urtw0 inet 192.0.2.20/24 90d1954852SWeongyo Jeong.Pp 91d1954852SWeongyo JeongJoin a specific BSS network with network name 92*93b30f1bSAlexander Ziaee.Ar my_net : 93d1954852SWeongyo Jeong.Pp 94*93b30f1bSAlexander Ziaee.Dl ifconfig wlan create wlandev urtw0 ssid my_net up 95d1954852SWeongyo Jeong.Pp 96d1954852SWeongyo JeongJoin a specific BSS network with 64-bit WEP encryption: 97d1954852SWeongyo Jeong.Bd -literal -offset indent 98d1954852SWeongyo Jeongifconfig wlan create wlandev urtw0 ssid my_net \e 99d1954852SWeongyo Jeong wepmode on wepkey 0x1234567890 weptxkey 1 up 100d1954852SWeongyo Jeong.Ed 101d1954852SWeongyo Jeong.Sh SEE ALSO 102d1954852SWeongyo Jeong.Xr intro 4 , 103d1954852SWeongyo Jeong.Xr netintro 4 , 104d1954852SWeongyo Jeong.Xr usb 4 , 105d1954852SWeongyo Jeong.Xr wlan 4 , 106d1954852SWeongyo Jeong.Xr wlan_ccmp 4 , 107d1954852SWeongyo Jeong.Xr wlan_tkip 4 , 108d1954852SWeongyo Jeong.Xr wlan_wep 4 , 109d1954852SWeongyo Jeong.Xr ifconfig 8 , 110d1954852SWeongyo Jeong.Xr wpa_supplicant 8 111d1954852SWeongyo Jeong.Rs 112d1954852SWeongyo Jeong.%T Realtek 113f80a9407SWolfram Schneider.%U https://www.realtek.com 114d1954852SWeongyo Jeong.Re 115d1954852SWeongyo Jeong.Sh HISTORY 116d1954852SWeongyo JeongThe 117d1954852SWeongyo Jeong.Nm 118d1954852SWeongyo Jeongdevice driver first appeared in 119d1954852SWeongyo Jeong.Fx 8.0 . 120d1954852SWeongyo Jeong.Sh AUTHORS 121d1954852SWeongyo Jeong.An -nosplit 122d1954852SWeongyo JeongThe 123d1954852SWeongyo Jeong.Nm 124d1954852SWeongyo Jeongdriver was written by 1256c899950SBaptiste Daroussin.An Weongyo Jeong Aq Mt weongyo@FreeBSD.org . 126