<?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=Andyspiers</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=Andyspiers"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Andyspiers"/>
	<updated>2026-04-19T01:51:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=51151</id>
		<title>Intel WiFi Link 5100/5300 WLAN controller</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=51151"/>
		<updated>2011-03-16T11:04:01Z</updated>

		<summary type="html">&lt;p&gt;Andyspiers: added info on how to stop wireless LED blinking&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== Intel WiFi Link 5100 and 5300 WLAN controller ==&lt;br /&gt;
This is a Mini-PCI Express WiFi Adapter, supported by the iwlagn driver since the 2.6.26 kernels.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: Intel 5100 and 5300&lt;br /&gt;
* IEEE Standards: 802.11a, 802.11b, 802.11g ,802.11n&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
* 1x2 MIMO up to 300Mbps&lt;br /&gt;
* PCI ID: 8086:4237&lt;br /&gt;
'''WiFi Link 5300'''&lt;br /&gt;
* 3x3 MIMO up to 450Mbps&lt;br /&gt;
* PCI ID: 8086:4236&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:IntelWiFiLink5x00.jpg|Intel WiFi Link Adapter]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== Lenovo Partnumbers ===&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
* FRU 43Y6493&lt;br /&gt;
&lt;br /&gt;
=== Models featuring this Technology ===&lt;br /&gt;
'''WiFi Link 5100'''&lt;br /&gt;
*{{R400}}, {{R500}}&lt;br /&gt;
*{{SL300}}, {{SL400}}, {{SL400c}}, {{SL410}}, {{SL500}}, {{SL500c}}, {{SL510}}&lt;br /&gt;
*{{T400}}, {{T400s}}, {{T500}}&lt;br /&gt;
*{{W500}}&lt;br /&gt;
*{{X200}}, {{X200s}}, {{X301}}&lt;br /&gt;
*Y430, Y450, Y530&lt;br /&gt;
&lt;br /&gt;
'''WiFi Link 5300'''&lt;br /&gt;
*{{R400}}&lt;br /&gt;
*{{T400}}, {{T400s}}, {{T500}}&lt;br /&gt;
*{{W500}}, {{W700}}, {{W700ds}}&lt;br /&gt;
*{{X200}}, {{X200s}}, {{X301}}&lt;br /&gt;
&lt;br /&gt;
=== External Links===&lt;br /&gt;
* http://www.intel.com/network/connectivity/products/wireless/adapters/5000/index.htm&lt;br /&gt;
* http://intellinuxwireless.org/ - Intel website for Linux drivers&lt;br /&gt;
&lt;br /&gt;
===Controlling the status LED===&lt;br /&gt;
If you find the flashing wireless LED annoying, you can change its behavior so it will be on steady whenever the radio is powered on, and off when the radio is off. Create a file /etc/modprobe.d/iwlcore.conf with the line &amp;quot;options iwlcore led_mode=1&amp;quot; to set the LED on steady, or you can set led_mode=0 to have it flash whenever there is wireless activity (default). To make changes take effect immediately do &amp;quot;rmmod iwlagn ; rmmod iwlcore ; modprobe iwlagn&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Kernel 2.6.27-rc5 (as a patched kernel 2.6.26) ==&lt;br /&gt;
&lt;br /&gt;
* download linux kernel 2.6.26&lt;br /&gt;
* download linux kernel prepatch 2.6.27-rc5&lt;br /&gt;
&lt;br /&gt;
(http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.27-rc5.bz2)&lt;br /&gt;
&lt;br /&gt;
* make menuconfig&lt;br /&gt;
&lt;br /&gt;
Device Drivers =&amp;gt; Network device surppot =&amp;gt; wireless LAN&lt;br /&gt;
 CONFIG_WLAN_80211=y&lt;br /&gt;
 CONFIG_IWLWIFI=y&lt;br /&gt;
 CONFIG_IWLCORE=y&lt;br /&gt;
 CONFIG_IWLWIFI_LEDS=y&lt;br /&gt;
 CONFIG_IWLWIFI_RFKILL=y&lt;br /&gt;
 CONFIG_IWLWIFI_DEBUG=y&lt;br /&gt;
 CONFIG_IWLAGN=y&lt;br /&gt;
 CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y&lt;br /&gt;
 CONFIG_IWLAGN_LEDS=y&lt;br /&gt;
 CONFIG_IWL5000=y&lt;br /&gt;
&lt;br /&gt;
* make &amp;amp;&amp;amp; make modules_install&lt;br /&gt;
* cp arch/i386/boot/bzImage /boot/kernel-2.6.27-rc5&lt;br /&gt;
&lt;br /&gt;
* install wpa_supplicant&lt;br /&gt;
&lt;br /&gt;
* now enjoy your new wireless card :)&lt;br /&gt;
&lt;br /&gt;
== alternative if you want to use your stock &amp;lt; 2.6.27 Kernel ==&lt;br /&gt;
See http://ubuntu-virginia.ubuntuforums.org/showpost.php?p=5710211&amp;amp;postcount=4&lt;br /&gt;
&lt;br /&gt;
== Debian with kernel 2.6.28 ==&lt;br /&gt;
&lt;br /&gt;
* Get the Microcode&lt;br /&gt;
&lt;br /&gt;
Download the iwlifi-5000 tarball with microcode (firmware) from [http://www.intellinuxwireless.org/?n=downloads IntelLinuxWireless]&lt;br /&gt;
&lt;br /&gt;
* Extract the contents of the tarball:&lt;br /&gt;
&lt;br /&gt;
 tar xzf iwlwifi-5000-ucode-5.4.A.11.tar.gz&lt;br /&gt;
(filename could be different)&lt;br /&gt;
&lt;br /&gt;
* Copy the microcode file to /lib/firmware:&lt;br /&gt;
&lt;br /&gt;
 sudo cp ./iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode /lib/firmware&lt;br /&gt;
(the directory name extracted from tarball could be different as well)&lt;br /&gt;
&lt;br /&gt;
* Add repository&lt;br /&gt;
&lt;br /&gt;
Add the following line to your &amp;lt;tt&amp;gt;/etc/apt/sources.list&amp;lt;/tt&amp;gt;:&lt;br /&gt;
 deb http://kernel-archive.buildserver.net/debian-kernel trunk main&lt;br /&gt;
&lt;br /&gt;
* Update your local package index:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
* Install linux-image-2.6.28-1-686&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linux-image-2.6.28-1-686&lt;br /&gt;
&lt;br /&gt;
=== If you need the headers ===&lt;br /&gt;
&lt;br /&gt;
Finally, if you need linux-headers-2.6.28-1-686, for instance to install propietary ATI drivers, then you'll have to satisfy the dependency of linux-kbuild-2.6.28. This package is not in the repositories, but you can build it yourself following the instructions at:&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage Debian Wiki]&lt;br /&gt;
&lt;br /&gt;
See section &amp;quot;How to build linux-kbuild-2.6 yourself&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== sidux 2008-03 ==&lt;br /&gt;
See [[How to install Intel Device 4236 under sidux 2008-03 (Ουρέα)]] for more info.&lt;br /&gt;
&lt;br /&gt;
== Further resources and information ==&lt;br /&gt;
&lt;br /&gt;
* [http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;amp;Inst=Yes&amp;amp;ProductID=2753&amp;amp;DwnldID=17045&amp;amp;strOSs=39&amp;amp;OSFullName=Linux*&amp;amp;lang=eng Intel driver download]&lt;/div&gt;</summary>
		<author><name>Andyspiers</name></author>
		
	</entry>
</feed>