Differences between revisions 26 and 27
Revision 26 as of 2009-01-06 22:26:33
Size: 3663
Editor: FranklinPiat
Comment: ... improved
Revision 27 as of 2009-01-11 16:11:28
Size: 11061
Editor: GeoffSimmons
Comment: Rewrite. Supports ipw2100 driver, includes oldstable instructions.
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
##||<tablestyle="width: 100%;" style="border: 0px hidden">~-Translation(s): none / [:German/ipw2200:Dutch] - [:French/ipw2200:Français]-~||<style="text-align: right;border: 0px hidden"> (!) [:/Discussion:Discussion]||
##----
This page explains how to configure and use Intel's '''ipw2200''' and '''ipw2915''' wireless Network adapter. (if your unsure which device you have, check [#device-identification]).
[[TableOfContents(2)]]

== Installation and configuration ==
=== Download Firmware ===

Install the DebPkg:firmware-ipw2x00 package from non-free, which is in lenny and higher.

The firmware will be loaded when the system detects the card again.

==== ipw2200-bss.fw in Debian-installer ====

Debian-installer may prompt for the firmware (ipw2200-bss.fw). You will have to download and extract the firmware, as explained [http://d-i.alioth.debian.org/manual/en.i386/ch06s04.html here] (and [http://www.debian.org/releases/testing/i386/ here] once lenny is released).

'''It's now also available in the nonfree-firmware tarball which we build regularly on cdimage.debian.org. Supply this blob on a CD/floppy/USB drive etc. and d-i will do the right thing. -- SteveMcIntyre '''

=== Load ipw2200 module ===
__Note: __ The relevant drivers are shipped with the linux image package in Etch and Lenny. As they are up to date there is no need of external ipw2200 module usage.

 {{{
modprobe -r ipw2200
||<tablestyle="width: 100%;" style="border: 0px hidden">~-[:DebianWiki/EditorGuide#translation:Translation(s)]: none-~||<style="text-align: right;border: 0px hidden"> (!) [:/Discussion:Discussion]||
----
= Intel PRO/Wireless 2100, 2200 and 2915 devices =
This page describes how to enable support for !WiFi devices based on Intel 2100, 2200 and 2915 chipsets on Debian systems.

[[TableOfContents(3)]]

== Drivers ==

 * ipw2100 ([#supported-ipw2100 supported devices])
  * Supports the Intel PRO/Wireless 2100 802.11b chipset.
  * Included in the mainline kernel starting from 2.6.14.
  * Source previously packaged in DebPkg:ipw2100-source, removed from Debian to resolve bug Bug:441055.
 * ipw2200 ([#supported-ipw2200 supported devices])
  * Supports Intel PRO/Wireless 2200 and 2915 802.11a/bg chipsets.
  * Included in the mainline kernel starting from 2.6.15.
  * Source previously packaged in DebPkg:ipw2200-source, removed from Debian to resolve bug Bug:441057.

Non-free firmware is required for both drivers, which can be provided by installing the DebPkg:firmware-ipw2x00 package.

== Installation via Debian Installer (Lenny) ==

Both drivers are included for use by the Debian installation program ([:DebianInstaller:Debian Installer]) and are also within the installed kernel image.

Debian Installer may prompt for the required firmware (ipw2100-1.3.fw or ipw2200-bss.fw). You will have to download, extract and provide the firmware, as explained [http://d-i.alioth.debian.org/manual/en.i386/ch06s04.html here] (and [http://www.debian.org/releases/testing/i386/ here] once [:DebianLenny:Lenny] is released).

'''It's now also available in the [http://cdimage.debian.org/cdimage/unofficial/non-free/firmware/lenny/current/ nonfree-firmware tarball] which we build regularly on cdimage.debian.org. Supply this blob on a CD/floppy/USB drive etc. and d-i will do the right thing. -- SteveMcIntyre'''

== Installation on Established Systems ==

The ipw2100 and ipw2200 drivers are included in the mainline Linux kernel since 2.6.14 and 2.6.15 respectively. They are included as modules in Debian kernel images.

Firmware is required to be installed prior to driver operation.

=== Lenny ===

 1. Add a "non-free" component to {{{/etc/apt/sources.list}}}, for example: {{{
# Debian Lenny/5.0
deb http://ftp.us.debian.org/debian lenny main contrib non-free
}}}
 1. Update the list of available packages and install the DebPkg:firmware-ipw2x00 and DebPkg:wireless-tools packages: {{{
aptitude update
aptitude install firmware-ipw2x00 wireless-tools
}}}
 You are required to accept the license agreement before the firmware is installed to your system.

 1. As the driver may already be loaded, reinsert the relevant driver module to access installed firmware: {{{
modprobe -r ipw2100 ; modprobe ipw2100
}}} ''or'' {{{
modprobe -r ipw2200 ; modprobe ipw2200
}}}
 1. Verify your device has an available interface: {{{
iwconfig
}}}
 1. Raise the interface to activate the radio, for example: {{{
ifconfig wlan0 up
}}}
 1. [:WiFi/HowToUse:Configure] your wireless interface as appropriate.

==== Troubleshooting ====
 * Examine the kernel ring buffer (dmesg) to verify the required firmware files are being loaded by the driver. Lack of firmware is the usual reason for the "SIOCSIFFLAGS: No such file or directory" error message.
  * Ensure the DebPkg:firmware-ipw2x00 package is installed, then reinsert the relevant driver module as described above.
  * ipw2200: If you receive a "Failed to send TX_POWER: Command timed out." message, add {{{irqpoll}}} to your kernel command line.
 * LED control (ipw2200): If the LED does not switch on automatically:
  1. Determine your device's PCI ID (["HowToIdentifyADevice/PCI"]).
  1. {{{echo options ipw2200 led=1 >> /etc/modprobe.d/ipw2200 && modprobe -r ipw2200 && modprobe ipw2200}}}
  1. {{{echo 1 > /sys/bus/pci/drivers/ipw2200/0000\:\[PCI ID\]/led}}}

=== Etch ===

 1. Install the DebPkg:wireless-tools package: {{{
aptitude update
aptitude install wireless-tools
}}}
 1. Manually acquire the DebPkg:lenny/firmware-ipw2x00 package from http://packages.debian.org/lenny/all/firmware-ipw2x00/download. For example: {{{
wget http://ftp.us.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-ipw2x00_0.14_all.deb
}}}
 1. Install DebPkg:lenny/firmware-ipw2x00 via ["dpkg"]: {{{
dpkg -i /path/to/firmware-ipw2x00*deb
}}}
 You are required to accept the license agreement before the firmware is installed to your system.

 1. As the driver may already be loaded, reinsert the relevant driver module to access installed firmware: {{{
modprobe -r ipw2100 ; modprobe ipw2100
}}} ''or'' {{{
modprobe -r ipw2200 ; modprobe ipw2200
}}}
 1. Verify your device has an available interface: {{{
iwconfig
}}}
 1. Raise the interface to activate the radio, for example: {{{
ifconfig wlan0 up
}}}
 1. [:WiFi/HowToUse:Configure] your wireless interface as appropriate.

==== Troubleshooting ====
 * Examine the kernel ring buffer (dmesg) to verify the required firmware files are being loaded by the driver. Lack of firmware is the usual reason for the "SIOCSIFFLAGS: No such file or directory" error message.
  * Ensure the DebPkg:lenny/firmware-ipw2x00 package is installed, then reinsert the relevant driver module as described above.
  * ipw2200: If you receive a "Failed to send TX_POWER: Command timed out." message, add {{{irqpoll}}} to your kernel command line.
 * HP Compaq nx8220 users: The ipw2200 v1.1.2kmq driver (included with Etch/2.6.18) is unable to load firmware v3.0 on this system. Either:
  * Install the ipw2200 v1.2.0mq driver: Add a 'contrib' component to {{{/etc/apt/sources.list}}}, then: {{{modprobe -r ipw2200 && aptitude install ipw2200-modules-$(uname -r) && modprobe ipw2200}}}
  * Install an [:EtchAndAHalf:] kernel image ({{{apt-cache search linux-image-2.6.24-etchnhalf}}} and install a package appropriate for your system) then restart your system to boot using this kernel.
 * LED control (ipw2200): If the LED does not switch on automatically:
  1. Determine your device's PCI ID (["HowToIdentifyADevice/PCI"]).
  1. {{{echo options ipw2200 led=1 >> /etc/modprobe.d/ipw2200 && modprobe -r ipw2200 && modprobe ipw2200}}}
  1. {{{echo 1 > /sys/bus/pci/drivers/ipw2200/0000\:\[PCI ID\]/led}}}

=== Sarge ===

{i} [:DebianSarge:Sarge] no longer receives security support. Consider upgrading to [:DebianEtch:Etch].

You are required to install either the ipw2100-source or ipw2200-source package and compile the required driver, which can be automated via [:ModuleAssistant:module-assistant].

 <!> Linux kernel version 2.6.4 or later is required. If you are using kernel 2.4.27, install a kernel-image-2.6-* package appropriate for your system (to provide kernel 2.6.8) and restart your system.
##
 1. Add a "contrib" component to {{{/etc/apt/sources.list}}}, for example: {{{
# Debian Sarge/3.1
deb http://archive.debian.org/debian sarge main contrib non-free
}}}
 1. Update the list of available packages and install the module-assistant and wireless-tools packages: {{{
aptitude update
aptitude install module-assistant wireless-tools
}}}
 1. Manually acquire and install the relevant firmware. Executing the following wget commands implies acceptance of a non-free licence, follow the firmware links below to read it.

 ipw2100 (driver v1.1.0 requires [http://ipw2100.sourceforge.net/firmware.php?fid=4 firmware v1.3]) {{{
wget --referer="http://ipw2100.sourceforge.net/firmware.php?fid=4" "http://ipw2100.sourceforge.net/firmware.php?i_agree_to_the_license=yes&f=ipw2100-fw-1.3.tgz"
tar zxvf ipw2100-fw-1.3.tgz -C /usr/lib/hotplug/firmware *fw
}}}

 ipw2200 (driver v1.0.3 requires [http://ipw2200.sourceforge.net/firmware.php?fid=4 firmware v2.2]) {{{
wget --referer="http://ipw2200.sourceforge.net/firmware.php?fid=4" "http://ipw2200.sourceforge.net/firmware.php?i_agree_to_the_license=yes&f=ipw2200-fw-2.2.tgz"
tar zxvf ipw2200-fw-2.2.tgz -C /usr/lib/hotplug/firmware *fw
}}}

 1. Build either an ipw2100-modules-* or ipw2200-modules-* package on your system: {{{
m-a prepare
m-a a-i ipw2100
}}} ''or'' {{{
m-a prepare
m-a a-i ipw2200
}}}
 1. Load the relevant driver module: {{{
modprobe ipw2100
}}} ''or'' {{{
Line 27: Line 149:
 *Then "ip a" should list your card (wlan0, or eth2).
 *Reboot, and your wireless card will show up.

== Using the wireless ==

See [:WiFi/HowToUse:How To use Wifi network adapter].

=== Setting the LED ===
To switch on the LED (if not automatically)
 {{{
echo 1 > /sys/bus/pci/drivers/ipw2200/0000\:\[PCI ID\]/led
}}}

Also creating the file "/etc/modprobe.d/ipw2200:
 {{{
options ipw2200 led=1
}}}

[[Anchor(device-identification)]]
== Device identification ==
## This list can be pretty long. so we put it at the bottom of the page.
## -> The page's introduction already states it's for "2200 and 2915" devices.
## -> the device ID list is most useful to search engine, no for the reader ;)

=== Intel ipw2200 ===
 {{{
lspci -nn | grep "Wireless"
02:02.0 Network controller [0280]: Intel Corporation PRO/Wireless 2200BG Network Connection [8086:4220] (rev 05)
}}}

=== Intel ipw2915 ===

 {{{
lspci -nn | grep "Wireless"
0b:02.0 Network controller [0280]: Intel Corporation PRO/Wireless 2915ABG Network Connection [8086:4224] (rev 05)
}}}

=== Supported devices ===
## DO NOT REMOVE : this paragraph is required for search-engines !
 1. Verify your device has an available interface: {{{
iwconfig
}}}
 1. Raise the interface to activate the radio, for example: {{{
ifconfig wlan0 up
}}}
 1. [:WiFi/HowToUse:Configure] your wireless interface as appropriate.

==== Troubleshooting ====
 * Examine the kernel ring buffer (dmesg) to verify the required firmware files are being loaded by the driver. Lack of firmware is the usual reason for the "SIOCSIFFLAGS: No such file or directory" error message.
  * Ensure the correct firmware is installed, then reinsert the relevant driver module:
   * ipw2100: {{{modprobe -r ipw2100 ; modprobe ipw2100}}}
   * ipw2200: {{{modprobe -r ipw2200 ; modprobe ipw2100}}}
  * ipw2200: If you receive a "Failed to send TX_POWER: Command timed out." message, add {{{irqpoll}}} to your kernel command line.

== Supported Devices ==
## DO NOT REMOVE : these paragraphs are required for search-engines !
Line 68: Line 168:
The following list is based on the ''alias'' fields of {{{ modinfo ipw2200}}}. [[Anchor(supported-ipw2100)]]
=== ipw2100 ===
The following list is based on the ''alias'' fields of {{{ modinfo ipw2100}}}.
## list generated with: http://www.klabs.be/~fpiat/linux/hardware/modinfo-devnames/
 ~- {{{
PCI: 8086:1043 Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter
}}} -~


[[Anchor(supported-ipw2200)]]
=== ipw2200 ===
The following list is based on the ''alias'' fields of {{{ modinfo ipw2200}}}.
Line 77: Line 188:
}}}
 * If you aren't familiar with PCI-ID, read [:HowToIdentifyADevice/PCI:How To Identify A PCI Device]
}}} -~

== See Also ==

 * ["ipw3945"] - Help page for Intel PRO/Wireless 3945 devices
 * ["iwlwifi"] - Help page for Intel PRO/Wireless 3945 and 4965 devices
 * ["iwlagn"] - Help page for Intel !WiFi Link 5100 and 5300 devices
 * [:WiFi/HowToUse:HowToUse] !WiFi adapter

== External Links ==

 * http://ipw2100.sf.net - ipw2100 driver homepage
 * http://ipw2200.sf.net - ipw2200 driver homepage
 * irc://irc.freenode.net/#ipw2100 - driver ["IRC"] channel
 * http://thinkwiki.org/wiki/Ipw2200#Installation_on_Debian_Etch - ipw2200 page on !ThinkWiki
Line 82: Line 205:
See also:
 * http://ipw2200.sourceforge.net/ - Intel PRO/Wireless 2200BG Driver for Linux
 * http://thinkwiki.org/wiki/Ipw2200#Installation_on_Debian_Etch
 * [:WiFi/HowToUse:HowToUse] Wifi adapter.
CategoryHardware

--------
ToDo: Rename page to ipw2x00 (ipw2100 is now covered) or create an 'ipw2100' redirect to here.

[:DebianWiki/EditorGuide#translation:Translation(s)]: none

(!) [:/Discussion:Discussion]


Intel PRO/Wireless 2100, 2200 and 2915 devices

This page describes how to enable support for WiFi devices based on Intel 2100, 2200 and 2915 chipsets on Debian systems.

?TableOfContents(3)

Drivers

  • ipw2100 ([#supported-ipw2100 supported devices])
    • Supports the Intel PRO/Wireless 2100 802.11b chipset.
    • Included in the mainline kernel starting from 2.6.14.
    • Source previously packaged in ipw2100-source, removed from Debian to resolve bug 441055.

  • ipw2200 ([#supported-ipw2200 supported devices])
    • Supports Intel PRO/Wireless 2200 and 2915 802.11a/bg chipsets.
    • Included in the mainline kernel starting from 2.6.15.
    • Source previously packaged in ipw2200-source, removed from Debian to resolve bug 441057.

Non-free firmware is required for both drivers, which can be provided by installing the firmware-ipw2x00 package.

Installation via Debian Installer (Lenny)

Both drivers are included for use by the Debian installation program ([:DebianInstaller:Debian Installer]) and are also within the installed kernel image.

Debian Installer may prompt for the required firmware (ipw2100-1.3.fw or ipw2200-bss.fw). You will have to download, extract and provide the firmware, as explained [http://d-i.alioth.debian.org/manual/en.i386/ch06s04.html here] (and [http://www.debian.org/releases/testing/i386/ here] once [:DebianLenny:Lenny] is released).

It's now also available in the [http://cdimage.debian.org/cdimage/unofficial/non-free/firmware/lenny/current/ nonfree-firmware tarball] which we build regularly on cdimage.debian.org. Supply this blob on a CD/floppy/USB drive etc. and d-i will do the right thing. -- SteveMcIntyre

Installation on Established Systems

The ipw2100 and ipw2200 drivers are included in the mainline Linux kernel since 2.6.14 and 2.6.15 respectively. They are included as modules in Debian kernel images.

Firmware is required to be installed prior to driver operation.

Lenny

  1. Add a "non-free" component to /etc/apt/sources.list, for example:

    # Debian Lenny/5.0
    deb http://ftp.us.debian.org/debian lenny main contrib non-free
  2. Update the list of available packages and install the firmware-ipw2x00 and wireless-tools packages:

    aptitude update
    aptitude install firmware-ipw2x00 wireless-tools
    You are required to accept the license agreement before the firmware is installed to your system.
  3. As the driver may already be loaded, reinsert the relevant driver module to access installed firmware:

    modprobe -r ipw2100 ; modprobe ipw2100

    or

    modprobe -r ipw2200 ; modprobe ipw2200
  4. Verify your device has an available interface:

    iwconfig
  5. Raise the interface to activate the radio, for example:

    ifconfig wlan0 up
  6. [:WiFi/HowToUse:Configure] your wireless interface as appropriate.

Troubleshooting

  • Examine the kernel ring buffer (dmesg) to verify the required firmware files are being loaded by the driver. Lack of firmware is the usual reason for the "SIOCSIFFLAGS: No such file or directory" error message.
    • Ensure the firmware-ipw2x00 package is installed, then reinsert the relevant driver module as described above.

    • ipw2200: If you receive a "Failed to send TX_POWER: Command timed out." message, add irqpoll to your kernel command line.

  • LED control (ipw2200): If the LED does not switch on automatically:
    1. Determine your device's PCI ID (["HowToIdentifyADevice/PCI"]).
    2. echo options ipw2200 led=1 >> /etc/modprobe.d/ipw2200 && modprobe -r ipw2200 && modprobe ipw2200

    3. echo 1 > /sys/bus/pci/drivers/ipw2200/0000\:\[PCI ID\]/led

Etch

  1. Install the wireless-tools package:

    aptitude update
    aptitude install wireless-tools
  2. Manually acquire the lenny/firmware-ipw2x00 package from http://packages.debian.org/lenny/all/firmware-ipw2x00/download. For example:

    wget http://ftp.us.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-ipw2x00_0.14_all.deb
  3. Install lenny/firmware-ipw2x00 via ["dpkg"]:

    dpkg -i /path/to/firmware-ipw2x00*deb
    You are required to accept the license agreement before the firmware is installed to your system.
  4. As the driver may already be loaded, reinsert the relevant driver module to access installed firmware:

    modprobe -r ipw2100 ; modprobe ipw2100

    or

    modprobe -r ipw2200 ; modprobe ipw2200
  5. Verify your device has an available interface:

    iwconfig
  6. Raise the interface to activate the radio, for example:

    ifconfig wlan0 up
  7. [:WiFi/HowToUse:Configure] your wireless interface as appropriate.

Troubleshooting

  • Examine the kernel ring buffer (dmesg) to verify the required firmware files are being loaded by the driver. Lack of firmware is the usual reason for the "SIOCSIFFLAGS: No such file or directory" error message.
    • Ensure the lenny/firmware-ipw2x00 package is installed, then reinsert the relevant driver module as described above.

    • ipw2200: If you receive a "Failed to send TX_POWER: Command timed out." message, add irqpoll to your kernel command line.

  • HP Compaq nx8220 users: The ipw2200 v1.1.2kmq driver (included with Etch/2.6.18) is unable to load firmware v3.0 on this system. Either:
    • Install the ipw2200 v1.2.0mq driver: Add a 'contrib' component to /etc/apt/sources.list, then: modprobe -r ipw2200 && aptitude install ipw2200-modules-$(uname -r) && modprobe ipw2200

    • Install an [:EtchAndAHalf:] kernel image (apt-cache search linux-image-2.6.24-etchnhalf and install a package appropriate for your system) then restart your system to boot using this kernel.

  • LED control (ipw2200): If the LED does not switch on automatically:
    1. Determine your device's PCI ID (["HowToIdentifyADevice/PCI"]).
    2. echo options ipw2200 led=1 >> /etc/modprobe.d/ipw2200 && modprobe -r ipw2200 && modprobe ipw2200

    3. echo 1 > /sys/bus/pci/drivers/ipw2200/0000\:\[PCI ID\]/led

Sarge

{i} [:DebianSarge:Sarge] no longer receives security support. Consider upgrading to [:DebianEtch:Etch].

You are required to install either the ipw2100-source or ipw2200-source package and compile the required driver, which can be automated via [:ModuleAssistant:module-assistant].

  • <!> Linux kernel version 2.6.4 or later is required. If you are using kernel 2.4.27, install a kernel-image-2.6-* package appropriate for your system (to provide kernel 2.6.8) and restart your system.

  1. Add a "contrib" component to /etc/apt/sources.list, for example:

    # Debian Sarge/3.1
    deb http://archive.debian.org/debian sarge main contrib non-free
  2. Update the list of available packages and install the module-assistant and wireless-tools packages:

    aptitude update
    aptitude install module-assistant wireless-tools
  3. Manually acquire and install the relevant firmware. Executing the following wget commands implies acceptance of a non-free licence, follow the firmware links below to read it.

    ipw2100 (driver v1.1.0 requires [http://ipw2100.sourceforge.net/firmware.php?fid=4 firmware v1.3])

    wget --referer="http://ipw2100.sourceforge.net/firmware.php?fid=4" "http://ipw2100.sourceforge.net/firmware.php?i_agree_to_the_license=yes&f=ipw2100-fw-1.3.tgz"
    tar zxvf ipw2100-fw-1.3.tgz -C /usr/lib/hotplug/firmware *fw

    ipw2200 (driver v1.0.3 requires [http://ipw2200.sourceforge.net/firmware.php?fid=4 firmware v2.2])

    wget --referer="http://ipw2200.sourceforge.net/firmware.php?fid=4" "http://ipw2200.sourceforge.net/firmware.php?i_agree_to_the_license=yes&f=ipw2200-fw-2.2.tgz"
    tar zxvf ipw2200-fw-2.2.tgz -C /usr/lib/hotplug/firmware *fw
  4. Build either an ipw2100-modules-* or ipw2200-modules-* package on your system:

    m-a prepare
    m-a a-i ipw2100

    or

    m-a prepare
    m-a a-i ipw2200
  5. Load the relevant driver module:

    modprobe ipw2100

    or

    modprobe ipw2200
  6. Verify your device has an available interface:

    iwconfig
  7. Raise the interface to activate the radio, for example:

    ifconfig wlan0 up
  8. [:WiFi/HowToUse:Configure] your wireless interface as appropriate.

Troubleshooting

  • Examine the kernel ring buffer (dmesg) to verify the required firmware files are being loaded by the driver. Lack of firmware is the usual reason for the "SIOCSIFFLAGS: No such file or directory" error message.
    • Ensure the correct firmware is installed, then reinsert the relevant driver module:
      • ipw2100: modprobe -r ipw2100 ; modprobe ipw2100

      • ipw2200: modprobe -r ipw2200 ; modprobe ipw2100

    • ipw2200: If you receive a "Failed to send TX_POWER: Command timed out." message, add irqpoll to your kernel command line.

Supported Devices

The page ["HowToIdentifyADevice/PCI"] explains how to identify a PCI device.

?Anchor(supported-ipw2100)

ipw2100

The following list is based on the alias fields of  modinfo ipw2100.

  • PCI: 8086:1043 Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter

?Anchor(supported-ipw2200)

ipw2200

The following list is based on the alias fields of  modinfo ipw2200.

  • PCI: 8086:1043 Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter
    PCI: 8086:104F Intel Corporation (Device name unknown)
    PCI: 8086:4220 Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection
    PCI: 8086:4221 Intel Corporation (Device name unknown)
    PCI: 8086:4223 Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection
    PCI: 8086:4224 Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection

See Also

  • ["ipw3945"] - Help page for Intel PRO/Wireless 3945 devices
  • ["iwlwifi"] - Help page for Intel PRO/Wireless 3945 and 4965 devices
  • ["iwlagn"] - Help page for Intel WiFi Link 5100 and 5300 devices

  • [:WiFi/HowToUse:?HowToUse] WiFi adapter


CategoryHardware


ToDo: Rename page to ipw2x00 (ipw2100 is now covered) or create an 'ipw2100' redirect to here.