The Wayback Machine - https://web.archive.org/web/20090118183541/http://opensolaris.org:80/os/community/laptop/wireless/urtw/

OpenSolaris

You are not signed in. Sign in or register.

Wireless Network Driver for RealTek RTL8187L USB 802.11b/g adapter (urtw)

The current version is 0.1

This driver is based on the source code from FreeBSD, and is provided under the same BSD-type License.

Links

Note that this version supports 802.11b/g, WEP, WPA

Note that the urtw driver works under Opensolaris build 105+

Requirements

Before downloading the source or installing the binaries, please make sure that your system meets the following requirements:

  • RealTek RTL8187L USB based wireless 802.11b/g devices.
  • Solaris Nevada build 105+

Hardwares

The following adapters should work:

VendorProduct
NETGEARWG-111v2
SafehomeWLG-1500SMA5
SafehomeWLG-1500H

How to use

The easiest way to install the driver is from pre-compiled binary package:

# wget http://www.opensolaris.org/os/community/laptop/downloads/urtw-0.1-pkg.tar.gz # gzip -dc urtw-0.1-pkg.tar.gz | tar xvf - # cd urtw-0.1; pkgadd -d . SUNWurtw

You should be able to plumb the interface right after installing this package without having to reboot first:

# ifconfig urtw0 plumb

If plumbing failed, your card may be not supported or just not getting properly identified by the Solaris kernel. Send us a note and we'll try to help.

If you can plumb the urtw0 interface, you can use wificonfig/dladm CLI to config the wifi. Alternatively, you can enable the GUI nwam.

Notes

This is work in progress. Please send your questions and comments laptop-discuss@opensolaris.org discussion forum.

close