Differences between revisions 5 and 6
Revision 5 as of 2013-02-19 23:05:18
Size: 4784
Editor: GeoffSimmons
Comment: Installation: add release-specific procedures, reload module after installing firmware.
Revision 6 as of 2013-05-05 04:56:11
Size: 4049
Editor: GeoffSimmons
Comment: Amend for Wheezy release.
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
<<TableOfContents(3)>> <<TableOfContents(2)>>
Line 19: Line 19:
<<Anchor(squeeze)>>
=== Squeeze ===
<<Anchor(wheezy)>>
=== Debian 7.0 "Wheezy" ===
Line 22: Line 22:
# Debian Squeeze/6.0
deb http://ftp.us.debian.org/debian squeeze main contrib non-free
# Debian 7.0 "Wheezy"
deb http://http.debian.net/debian/ wheezy main contrib non-free
Line 25: Line 25:
 1. Update the list of available packages. Install the DebianPkg:firmware-iwlwifi and DebianPkg:wireless-tools packages: {{{
# aptitude update && aptitude install firmware-iwlwifi wireless-tools
}}}
 1. As the iwlwifi driver is [[Modules|automatically loaded]] for supported devices, reinsert driver modules to access installed firmware: {{{
# modprobe -r iwl3945 iwlagn
# modprobe iwl3945 ; modprobe iwlagn
}}}
 1. Verify your device has an available interface: {{{
# iwconfig
}}}
 1. [[WiFi/HowToUse|Configure]] your wireless interface as appropriate.

=== Wheezy ===
<<Anchor(wheezy)>>
 1. Add a "non-free" component to {{{/etc/apt/sources.list}}}, for example: {{{
# Debian Wheezy (testing)
deb http://ftp.us.debian.org/debian wheezy main contrib non-free
}}}
 1. Update the list of available packages. Install the DebianPkg:firmware-iwlwifi and DebianPkg:wireless-tools packages: {{{
# aptitude update && aptitude install firmware-iwlwifi wireless-tools
 1. Update the list of available packages and install the DebianPkg:firmware-iwlwifi package: {{{
# apt-get update && apt-get install firmware-iwlwifi
Line 50: Line 32:
 1. Verify your device has an available interface: {{{
# iwconfig
 1. [[WiFi/HowToUse|Configure]] your wireless interface as appropriate.

<<Anchor(squeeze)>>
=== Debian 6.0 "Squeeze" ===
 1. Add a "non-free" component to {{{/etc/apt/sources.list}}}, for example: {{{
# Debian Squeeze/6.0
deb http://http.debian.net/debian/ squeeze main contrib non-free
}}}
 1. Update the list of available packages and install the DebianPkg:firmware-iwlwifi package: {{{
# apt-get update && apt-get install firmware-iwlwifi
}}}
 1. As the iwlwifi driver is [[Modules|automatically loaded]] for supported devices, reinsert driver modules to access installed firmware: {{{
# modprobe -r iwl3945 iwlagn
# modprobe iwl3945 ; modprobe iwlagn
Line 60: Line 54:
=== iwl3945 ===
The following list is based on the ''alias'' fields of {{{modinfo iwl3945}}} in Debian 2.6.32 (2.6.32-46) kernel images.
The following list is based on the ''alias'' fields of {{{modinfo iwl3945}}} in Debian 3.2.0 (3.2.41-2) kernel images.
Line 70: Line 63:
=== iwlagn / iwl4965 ===
The following list is based on the ''alias'' fields of {{{modinfo iwlagn}}} in Debian 2.6.32 (2.6.32-46) kernel images, with non-4965 devices removed.
The following list is based on the ''alias'' fields of {{{modinfo iwl4965}}} in Debian 3.2.0 (3.2.41-2) kernel images.
Line 79: Line 71:

The following list is based on the ''alias'' fields of {{{modinfo iwl4965}}} in Debian 3.2.0 (3.2.35-2) kernel images.
## list generated with: http://www.klabs.be/~fpiat/linux/hardware/modinfo-devnames/
##TAG:LIST_3_START
 ~- {{{
PCI: 8086:4229 Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
PCI: 8086:4230 Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
}}} -~
##TAG:LIST_3_END

Translation(s): English - Français - Italiano


Intel PRO/Wireless 3945 and WiFi Link 4965 devices

This page describes how to enable support for Intel 3945 and 4965 WiFi devices on Debian systems.

iwl3945 and iwl4965 are modules produced by the iwlegacy Linux kernel driver, supporting Intel 3945ABG/BG and 4965AGN wireless LAN devices. These devices were formerly supported by the iwlwifi driver (iwl3945 and iwlagn modules) until Linux 2.6.39.1 Supported devices are listed at the end of this page.

Non-free firmware is required, which can be provided by the firmware-iwlwifi package.

{i} For support of Intel Wireless WiFi Next Gen AGN devices (Wireless-N, Advanced-N, Ultimate-N), see iwlwifi.

Installation

Debian 7.0 "Wheezy"

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

    # Debian 7.0 "Wheezy"
    deb http://http.debian.net/debian/ wheezy main contrib non-free
  2. Update the list of available packages and install the firmware-iwlwifi package:

    # apt-get update && apt-get install firmware-iwlwifi
  3. As the iwlegacy driver is automatically loaded for supported devices, reinsert driver modules to access installed firmware:

    # modprobe -r iwl3945 iwl4965
    # modprobe iwl3945 ; modprobe iwl4965
  4. Configure your wireless interface as appropriate.

Debian 6.0 "Squeeze"

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

    # Debian Squeeze/6.0
    deb http://http.debian.net/debian/ squeeze main contrib non-free
  2. Update the list of available packages and install the firmware-iwlwifi package:

    # apt-get update && apt-get install firmware-iwlwifi
  3. As the iwlwifi driver is automatically loaded for supported devices, reinsert driver modules to access installed firmware:

    # modprobe -r iwl3945 iwlagn
    # modprobe iwl3945 ; modprobe iwlagn
  4. Configure your wireless interface as appropriate.

Supported Devices

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

The following list is based on the alias fields of modinfo iwl3945 in Debian 3.2.0 (3.2.41-2) kernel images.

  • PCI: 8086:4222 Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection
    PCI: 8086:4227 Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection

The following list is based on the alias fields of modinfo iwl4965 in Debian 3.2.0 (3.2.41-2) kernel images.

  • PCI: 8086:4229 Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
    PCI: 8086:4230 Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection

See Also


CategoryHardware | CategoryWireless