|
NAMEupgt —
Conexant/Intersil PrismGT SoftMAC USB IEEE 802.11b/g 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 upgt
device wlan Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_upgt_load="YES" DESCRIPTIONTheupgt driver supports the USB 2.0 Conexant/Intersil
PrismGT series wireless adapters based on the GW3887 chipset.
These are the modes the
The FILESThis driver requires theupgtfw firmware to be installed
before it will work. The firmware files are not publicly available. A package
of the firmware which can be installed via
pkg_add(1)
is available:
http://weongyo.org/project/upgt/upgt-firmware-2.13.1.0.tar.gz HARDWARETheupgt driver supports USB 2.0 Conexant/Intersil
PrismGT series wireless adapters based on the GW3887 chipset, among them:
EXAMPLESJoin an existing BSS network (i.e., connect to an access point):ifconfig wlan create wlandev upgt0 inet 192.168.0.20 \ netmask 0xffffff00 Join a specific BSS network with network name
“ ifconfig wlan create wlandev upgt0
ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev upgt0 ssid my_net \ wepmode on wepkey 0x1234567890 weptxkey 1 up SEE ALSOarp(4), netintro(4), usb(4), wlan(4), ifconfig(8)HISTORYTheupgt driver first appeared in
OpenBSD 4.3.
AUTHORSTheupgt driver was written by Marcus
Glocker
<mglocker@openbsd.org>.
The hardware specification was reverse engineered by the people at http://www.prism54.org. CAVEATSTheupgt driver just supports the USB 2.0 devices
(GW3887 chipset) but not the USB 1.0 devices containing the NET2280, ISL3880,
and ISL3886 chipsets. Some further efforts would be necessary to add USB 1.0
support to the driver.
Visit the GSP FreeBSD Man Page Interface. |