Difference between revisions of "Ipw2100"

From ThinkWiki
Jump to: navigation, search
m (Packages)
(Added ipw2100 installation instructions for Debian)
Line 18: Line 18:
 
* In development but usable. Version 1.0.5 works quite well with kernel 2.6.10.
 
* In development but usable. Version 1.0.5 works quite well with kernel 2.6.10.
 
* Works very well with kernel 2.6.16-9. Only firmware needs to be copied to the appropriate directory and everything works out-of-box.
 
* Works very well with kernel 2.6.16-9. Only firmware needs to be copied to the appropriate directory and everything works out-of-box.
 +
 +
==Installation==
 +
 +
=== Installation on Debian Sarge ===
 +
{{cmdroot|apt-get install ipw2100-source}}
 +
 +
{{cmdroot|module-assistant -t build ipw2100-source}}
 +
 +
[is this how module-assistant works in Sarge?]
 +
 +
=== Installation on Debian Etch ===
 +
The kernel includes a version but if you want a more recent version install the module ipw2100-modules-2.6-486 or ipw2100-modules-2.6-686 or ipw2100-modules-2.6-686-bigmem or ipw2100-modules-2.6-k7 or ipw2100-modules-2.6-amd64 depending on your architecture.
 +
 +
The firmware is not distributed with Debian due to licensing reasons, download the matching version 1.3  [http://ipw2100.sourceforge.net/firmware.php firmware] and install it:
 +
 +
:{{cmdroot|tar -xvf ipw2100-fw-1.3.tgz -C /lib/firmware}}
 +
 +
:{{cmdroot|mv /lib/firmware/ipw2100-fw-1.3/* /lib/firmware}}
 +
 +
=== Installation on Debian Unstable ===
 +
Install ieee80211-source:
 +
:{{cmdroot|apt-get install ieee80211-source}}
 +
:{{cmdroot|module-assistant -t build ieee80211-source}}
 +
 +
The kernel includes a version but if you want a more recent version install the module ipw2100-modules-2.6-486 or ipw2100-modules-2.6-686 or ipw2100-modules-2.6-686-bigmem or ipw2100-modules-2.6-k7 or ipw2100-modules-2.6-amd64 depending on your architecture.
 +
 +
The firmware is not distributed with Debian due to licensing reasons, download the matching version ?.?  [http://ipw2100.sourceforge.net/firmware.php firmware] and install it:
 +
 +
:{{cmdroot|tar -xvf ipw2100-fw-?.?.tgz -C /lib/firmware}}
 +
 +
:{{cmdroot|mv /lib/firmware/ipw2100-fw-?.?/* /lib/firmware}}
  
 
=== Additional Comments ===
 
=== Additional Comments ===

Revision as of 01:33, 26 February 2007

Intel PRO/Wireless 2100 Driver for WiFi

Linux driver for the 802.11b NIC - miniPCI cards - found in Centrino laptops.

The following adapter sold by IBM uses this chipset:

Project Homepage / Availability

http://ipw2100.sourceforge.net/

Packages

Status

  • In development but usable. Version 1.0.5 works quite well with kernel 2.6.10.
  • Works very well with kernel 2.6.16-9. Only firmware needs to be copied to the appropriate directory and everything works out-of-box.

Installation

Installation on Debian Sarge

# apt-get install ipw2100-source

# module-assistant -t build ipw2100-source

[is this how module-assistant works in Sarge?]

Installation on Debian Etch

The kernel includes a version but if you want a more recent version install the module ipw2100-modules-2.6-486 or ipw2100-modules-2.6-686 or ipw2100-modules-2.6-686-bigmem or ipw2100-modules-2.6-k7 or ipw2100-modules-2.6-amd64 depending on your architecture.

The firmware is not distributed with Debian due to licensing reasons, download the matching version 1.3 firmware and install it:

# tar -xvf ipw2100-fw-1.3.tgz -C /lib/firmware
# mv /lib/firmware/ipw2100-fw-1.3/* /lib/firmware

Installation on Debian Unstable

Install ieee80211-source:

# apt-get install ieee80211-source
# module-assistant -t build ieee80211-source

The kernel includes a version but if you want a more recent version install the module ipw2100-modules-2.6-486 or ipw2100-modules-2.6-686 or ipw2100-modules-2.6-686-bigmem or ipw2100-modules-2.6-k7 or ipw2100-modules-2.6-amd64 depending on your architecture.

The firmware is not distributed with Debian due to licensing reasons, download the matching version ?.? firmware and install it:

# tar -xvf ipw2100-fw-?.?.tgz -C /lib/firmware
# mv /lib/firmware/ipw2100-fw-?.?/* /lib/firmware

Additional Comments

Make sure to try the newest version. You will need to install the loadable binary firmware provided on http://ipw2100.sourceforge.net/firmware.php as required by the driver.

To install the firmware, decompress the .tgz in /lib/firmware

To turn off the radio on boot-up load ipw2100 with option disable=1, i.e. # modprobe ipw2100 disable=1.

Related links