Differences between revisions 3 and 4
Revision 3 as of 2009-03-16 03:31:14
Size: 3611
Editor: anonymous
Comment: converted to 1.6 markup
Revision 4 as of 2009-03-16 04:57:36
Size: 3624
Editor: GeoffSimmons
Comment: Amend apt-cache commands, formatting.
Deletions are marked like this. Additions are marked like this.
Line 40: Line 40:
Install an [[EtchAndAHalf]] kernel image ({{{apt-cache search linux-image-2.6.24-etchnhalf}}} and install a package appropriate for your system), restart your system to boot using this kernel, then follow the [[#etch_2624|Etch with 2.6.24 kernel]] procedure below. Install an [[EtchAndAHalf]] kernel image ({{{apt-cache search linux-image-2.6- | grep etchnhalf}}} and install a package appropriate for your system), restart your system to boot using this kernel, then follow the [[#etch_2624|Etch with 2.6.24 kernel]] procedure below.
Line 46: Line 46:
 . Install an [[EtchAndAHalf]] kernel: {{{apt-cache search linux-image-2.6.24-etchnhalf}}} and install a package appropriate for your system.  . Install an [[EtchAndAHalf]] kernel: {{{apt-cache search linux-image-2.6- | grep etchnhalf}}} and install a package appropriate for your system.
Line 77: Line 77:
}}} }}} -~

Translation(s): none

(!) ?Discussion


ADMtek ADM8211 devices

This page describes how to enable support for WiFi devices based on the ADM8211 chipset on Debian systems.

adm8211 is a module for the ADMtek (now Infineon Technologies) ADM8211 802.11b wireless LAN chipset. Supported devices are listed at the end of this page.

Installation

The adm8211 driver is included in the mainline kernel since 2.6.24. It is included as a module in Debian kernel images.

Lenny

Using Etch? Skip to the Etch section.

  1. Install the wireless-tools packages:

    aptitude update
    aptitude install wireless-tools
  2. If not already performed, connect the device to your system.
  3. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:

    modprobe adm8211
  4. Verify your device has an available interface:

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

    ifconfig wlan0 up
  6. Configure your wireless interface as appropriate.

Etch with 2.6.18 kernel

This driver is not present in the stock 2.6.18 kernel.

Install an EtchAndAHalf kernel image (apt-cache search linux-image-2.6- | grep etchnhalf and install a package appropriate for your system), restart your system to boot using this kernel, then follow the Etch with 2.6.24 kernel procedure below.

Etch with 2.6.24 kernel

  • <!> This driver is not present in the stock 2.6.18 kernel.

  • Install an EtchAndAHalf kernel: apt-cache search linux-image-2.6- | grep etchnhalf and install a package appropriate for your system.

  • Restart your system with this kernel before continuing.

  1. Install the etch/wireless-tools package:

    aptitude update
    aptitude install wireless-tools
  2. If not already performed, connect the device to your system.
  3. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:

    modprobe adm8211
  4. Verify your device has an available interface:

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

    ifconfig wlan0 up
  6. 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 adm8211 on Lenny.

  • PCI: 10B7:6000 3Com Corporation 3CRSHPW796 [OfficeConnect Wireless CardBus]
    PCI: 1200:8201 CSS Corporation (Device name unknown)
    PCI: 1317:8201 ADMtek ADM8211 802.11b Wireless Interface
    PCI: 1317:8211 ADMtek ADM8211 802.11b Wireless Interface

See Also


CategoryHardware | CategoryWireless