2006-01-29 13:08:21 +00:00
|
|
|
.\" Copyright (c) 2004-2006
|
2005-04-18 18:47:38 +00:00
|
|
|
.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice unmodified, this list of conditions, and the following
|
|
|
|
.\" disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
2005-06-16 11:33:53 +00:00
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
2006-03-13 20:36:55 +00:00
|
|
|
.Dd March 13, 2006
|
2005-04-18 18:47:38 +00:00
|
|
|
.Os
|
|
|
|
.Dt IPW 4
|
|
|
|
.Sh NAME
|
|
|
|
.Nm ipw
|
2005-06-16 11:33:53 +00:00
|
|
|
.Nd "Intel PRO/Wireless 2100 IEEE 802.11 driver"
|
2005-04-18 18:47:38 +00:00
|
|
|
.Sh SYNOPSIS
|
2005-10-07 02:32:16 +00:00
|
|
|
To compile this driver into the kernel,
|
|
|
|
place the following lines in your
|
2005-07-21 05:02:39 +00:00
|
|
|
kernel configuration file:
|
2005-07-19 00:26:30 +00:00
|
|
|
.Bd -ragged -offset indent
|
2005-04-18 18:47:38 +00:00
|
|
|
.Cd "device ipw"
|
|
|
|
.Cd "device pci"
|
|
|
|
.Cd "device wlan"
|
2005-07-19 00:26:30 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
2005-10-07 02:32:16 +00:00
|
|
|
Alternatively, to load the driver as a
|
2005-11-18 10:56:28 +00:00
|
|
|
module at boot time, place the following lines in
|
2005-07-19 00:26:30 +00:00
|
|
|
.Xr loader.conf 5 :
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
if_ipw_load="YES"
|
|
|
|
wlan_load="YES"
|
|
|
|
.Ed
|
2005-04-18 18:47:38 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver provides support for the
|
|
|
|
.Tn Intel
|
|
|
|
PRO/Wireless 2100 MiniPCI network adapter.
|
|
|
|
.Pp
|
|
|
|
By default, the
|
|
|
|
.Nm
|
|
|
|
driver configures the adapter for BSS operation (aka infrastructure mode).
|
|
|
|
This mode requires the use of an access point.
|
|
|
|
.Pp
|
|
|
|
For more information on configuring this device, see
|
|
|
|
.Xr ifconfig 8 .
|
2005-06-01 07:13:21 +00:00
|
|
|
.Pp
|
|
|
|
This driver requires firmware to be loaded before it will work.
|
2006-03-13 20:36:55 +00:00
|
|
|
You need to install the
|
|
|
|
.Pa ports/net/ipw-firmware
|
|
|
|
port before
|
2005-06-16 11:33:53 +00:00
|
|
|
.Xr ifconfig 8
|
2005-06-01 07:13:21 +00:00
|
|
|
will work.
|
2005-04-18 18:47:38 +00:00
|
|
|
.Sh EXAMPLES
|
2005-06-16 11:33:53 +00:00
|
|
|
Join an existing BSS network (i.e., connect to an access point):
|
2005-04-18 18:47:38 +00:00
|
|
|
.Pp
|
|
|
|
.Dl "ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00"
|
|
|
|
.Pp
|
|
|
|
Join a specific BSS network with network name
|
|
|
|
.Dq Li my_net :
|
|
|
|
.Pp
|
|
|
|
.Dl "ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
|
|
|
|
.Pp
|
2005-06-16 11:33:53 +00:00
|
|
|
Join a specific BSS network with 40-bit WEP encryption:
|
2005-04-18 18:47:38 +00:00
|
|
|
.Bd -literal -offset indent
|
|
|
|
ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
2006-01-29 13:08:21 +00:00
|
|
|
wepmode on wepkey 0x1234567890 weptxkey 1
|
2005-04-18 18:47:38 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
2005-06-16 11:33:53 +00:00
|
|
|
Join a specific BSS network with 104-bit WEP encryption:
|
2005-04-18 18:47:38 +00:00
|
|
|
.Bd -literal -offset indent
|
|
|
|
ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
2006-01-29 13:08:21 +00:00
|
|
|
wepmode on wepkey 0x01020304050607080910111213 weptxkey 1
|
2005-04-18 18:47:38 +00:00
|
|
|
.Ed
|
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
.Bl -diag
|
|
|
|
.It "ipw%d: device timeout"
|
2005-06-16 11:33:53 +00:00
|
|
|
The driver will reset the hardware.
|
|
|
|
This should not happen.
|
2006-03-13 20:36:55 +00:00
|
|
|
.It "ipw%d: firmware error"
|
|
|
|
The onboard microcontroller crashes for some reason.
|
|
|
|
The driver will reset the hardware.
|
|
|
|
This should not happen.
|
|
|
|
.It "ipw%d: timeout waiting for firmware initialization to complete"
|
|
|
|
The onboard microcontroller failed to initialize in time.
|
|
|
|
This should not happen.
|
|
|
|
.It "ipw%d: could not load firmware image '%s'"
|
|
|
|
The driver failed to load the firmware image using the
|
|
|
|
.Xr firmware 9
|
|
|
|
subsystem.
|
|
|
|
Verify that the
|
|
|
|
.Pa ports/net/ipw-firmware
|
|
|
|
port is installed correctly.
|
|
|
|
.It "ipw%d: could not load microcode"
|
|
|
|
An attempt to upload the microcode image to the onboard microcontroller failed.
|
|
|
|
This should not happen.
|
|
|
|
.It "ipw%d: could not load firmware"
|
|
|
|
An attempt to upload the firmware image to the onboard microcontroller failed.
|
|
|
|
This should not happen.
|
2005-04-18 18:47:38 +00:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr an 4 ,
|
|
|
|
.Xr ath 4 ,
|
2005-06-16 11:33:53 +00:00
|
|
|
.Xr iwi 4 ,
|
2005-04-18 18:47:38 +00:00
|
|
|
.Xr pci 4 ,
|
|
|
|
.Xr wi 4 ,
|
|
|
|
.Xr wlan 4 ,
|
2006-01-29 13:08:21 +00:00
|
|
|
.Xr ifconfig 8
|
2005-04-18 18:47:38 +00:00
|
|
|
.Rs
|
|
|
|
.%T The IPW Web Page
|
|
|
|
.%O http://damien.bergamini.free.fr/ipw/
|
|
|
|
.Re
|
|
|
|
.Sh AUTHORS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver was written by
|
2005-06-16 11:33:53 +00:00
|
|
|
.An Damien Bergamini Aq damien@FreeBSD.org .
|