<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Seebaer</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Seebaer"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Seebaer"/>
	<updated>2026-05-16T21:45:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ipw2100&amp;diff=48690</id>
		<title>Ipw2100</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ipw2100&amp;diff=48690"/>
		<updated>2010-05-31T15:59:17Z</updated>

		<summary type="html">&lt;p&gt;Seebaer: /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Ipw2100''' is the Linux driver for the [[Intel PRO/Wireless LAN 2100 3B Mini PCI Adapter]] found in [[Centrino]] laptops.&lt;br /&gt;
&lt;br /&gt;
== Packages ==&lt;br /&gt;
*{{Fedora}} Packages(1): Fedora Core includes the ipw2100-drivers in FC3 (with updates) and FC4. You still need to grab the firmware from http://rpm.livna.org/&lt;br /&gt;
*{{Fedora}} Packages(2): http://www.atrpms.net/name/ipw2100/&lt;br /&gt;
*{{Mandriva}}: The ipw2100 driver modules are included in the stock kernel package; the firmware is included in the commercial distribution or available from http://plf.zarb.org/&lt;br /&gt;
*{{Debian}} Sarge includes the source code for the modules in package ipw2100-source (http://packages.debian.org/ipw2100-source). You additionally need to download firmware manually.&lt;br /&gt;
*{{Debian}} Etch includes a version of the modules in its kernel or for a later version install package ipw2100-modules-2.6-486, ipw2100-modules-2.6-686, ipw2100-modules-2.6-686-bigmem, ipw2100-modules-2.6-k7 and ipw2100-modules-2.6-amd64 or the source code for them in ipw2100-source (http://packages.debian.org/ipw2100-source). You additionally need to download firmware manually.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
* Works, but not reliable in recent kernels up to 2.6.33. Random crashes of the firmware, see [https://bugzilla.redhat.com/show_bug.cgi?id=149968],[http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=1743].&lt;br /&gt;
* In development but usable. Version 1.0.5 works quite well with kernel 2.6.10.&lt;br /&gt;
* 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.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
=== Debian Sarge ===&lt;br /&gt;
{{cmdroot|apt-get install ipw2100-source}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|module-assistant -t build ipw2100-source}}&lt;br /&gt;
&lt;br /&gt;
[is this how module-assistant works in Sarge?]&lt;br /&gt;
&lt;br /&gt;
=== Debian Etch ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|tar -xvf ipw2100-fw-1.3.tgz -C /lib/firmware}}&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|mv /lib/firmware/ipw2100-fw-1.3/* /lib/firmware}}&lt;br /&gt;
&lt;br /&gt;
=== Debian Unstable ===&lt;br /&gt;
Install ieee80211-source:&lt;br /&gt;
:{{cmdroot|apt-get install ieee80211-source}}&lt;br /&gt;
:{{cmdroot|module-assistant -t build ieee80211-source}}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|tar -xvf ipw2100-fw-?.?.tgz -C /lib/firmware}}&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|mv /lib/firmware/ipw2100-fw-?.?/* /lib/firmware}}&lt;br /&gt;
&lt;br /&gt;
=== Additional Comments ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
To install the firmware, decompress the &amp;lt;tt&amp;gt;.tgz&amp;lt;/tt&amp;gt; in &amp;lt;tt&amp;gt;/lib/firmware&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To turn off the radio on boot-up load ipw2100 with option disable=1, i.e. {{cmdroot|1=modprobe ipw2100 disable=1}}.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://ipw2100.sourceforge.net/ Official website]&lt;br /&gt;
* [http://ipw2100.sourceforge.net/faq.php Official website FAQ]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]]&lt;/div&gt;</summary>
		<author><name>Seebaer</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ipw2100&amp;diff=48689</id>
		<title>Ipw2100</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ipw2100&amp;diff=48689"/>
		<updated>2010-05-31T15:54:18Z</updated>

		<summary type="html">&lt;p&gt;Seebaer: /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Ipw2100''' is the Linux driver for the [[Intel PRO/Wireless LAN 2100 3B Mini PCI Adapter]] found in [[Centrino]] laptops.&lt;br /&gt;
&lt;br /&gt;
== Packages ==&lt;br /&gt;
*{{Fedora}} Packages(1): Fedora Core includes the ipw2100-drivers in FC3 (with updates) and FC4. You still need to grab the firmware from http://rpm.livna.org/&lt;br /&gt;
*{{Fedora}} Packages(2): http://www.atrpms.net/name/ipw2100/&lt;br /&gt;
*{{Mandriva}}: The ipw2100 driver modules are included in the stock kernel package; the firmware is included in the commercial distribution or available from http://plf.zarb.org/&lt;br /&gt;
*{{Debian}} Sarge includes the source code for the modules in package ipw2100-source (http://packages.debian.org/ipw2100-source). You additionally need to download firmware manually.&lt;br /&gt;
*{{Debian}} Etch includes a version of the modules in its kernel or for a later version install package ipw2100-modules-2.6-486, ipw2100-modules-2.6-686, ipw2100-modules-2.6-686-bigmem, ipw2100-modules-2.6-k7 and ipw2100-modules-2.6-amd64 or the source code for them in ipw2100-source (http://packages.debian.org/ipw2100-source). You additionally need to download firmware manually.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
* Works, but not reliable in recent kernels up to 2.6.33. Random crashes of the firmware, see [https://bugzilla.redhat.com/show_bug.cgi?id=149968].&lt;br /&gt;
* In development but usable. Version 1.0.5 works quite well with kernel 2.6.10.&lt;br /&gt;
* 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.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
=== Debian Sarge ===&lt;br /&gt;
{{cmdroot|apt-get install ipw2100-source}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|module-assistant -t build ipw2100-source}}&lt;br /&gt;
&lt;br /&gt;
[is this how module-assistant works in Sarge?]&lt;br /&gt;
&lt;br /&gt;
=== Debian Etch ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|tar -xvf ipw2100-fw-1.3.tgz -C /lib/firmware}}&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|mv /lib/firmware/ipw2100-fw-1.3/* /lib/firmware}}&lt;br /&gt;
&lt;br /&gt;
=== Debian Unstable ===&lt;br /&gt;
Install ieee80211-source:&lt;br /&gt;
:{{cmdroot|apt-get install ieee80211-source}}&lt;br /&gt;
:{{cmdroot|module-assistant -t build ieee80211-source}}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|tar -xvf ipw2100-fw-?.?.tgz -C /lib/firmware}}&lt;br /&gt;
&lt;br /&gt;
:{{cmdroot|mv /lib/firmware/ipw2100-fw-?.?/* /lib/firmware}}&lt;br /&gt;
&lt;br /&gt;
=== Additional Comments ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
To install the firmware, decompress the &amp;lt;tt&amp;gt;.tgz&amp;lt;/tt&amp;gt; in &amp;lt;tt&amp;gt;/lib/firmware&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To turn off the radio on boot-up load ipw2100 with option disable=1, i.e. {{cmdroot|1=modprobe ipw2100 disable=1}}.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://ipw2100.sourceforge.net/ Official website]&lt;br /&gt;
* [http://ipw2100.sourceforge.net/faq.php Official website FAQ]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]]&lt;/div&gt;</summary>
		<author><name>Seebaer</name></author>
		
	</entry>
</feed>