<?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=Guruburu</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=Guruburu"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Guruburu"/>
	<updated>2026-05-09T00:04:56Z</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=40967</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=40967"/>
		<updated>2009-02-03T19:20:35Z</updated>

		<summary type="html">&lt;p&gt;Guruburu: /* Add repository */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Models and Distros =&lt;br /&gt;
Models: {{T500}}, {{T400}}; Distros: [[:Category:sidux|sidux]]&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;
&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;
&lt;br /&gt;
CONFIG_WLAN_80211=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLCORE=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_LEDS=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_RFKILL=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_DEBUG=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN_LEDS=y&lt;br /&gt;
&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:&lt;br /&gt;
* [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;
&amp;lt;pre&amp;gt;tar xzf iwlwifi-5000-ucode-5.4.A.11.tar.gz&amp;lt;/pre&amp;gt;&lt;br /&gt;
(this filename could be different)&lt;br /&gt;
&lt;br /&gt;
And copy the microcode file to /lib/firmware:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo cp ./iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode /lib/firmware&amp;lt;/pre&amp;gt;&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 /etc/apt/sources.list :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://kernel-archive.buildserver.net/debian-kernel trunk main&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And update your local package index:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get update&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install linux-image-2.6.28-1-686 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install linux-image-2.6.28-1-686&amp;lt;/pre&amp;gt;&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;
&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>Guruburu</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=40966</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=40966"/>
		<updated>2009-02-03T19:19:43Z</updated>

		<summary type="html">&lt;p&gt;Guruburu: /* Install linux-image-2.6.28-1-686 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Models and Distros =&lt;br /&gt;
Models: {{T500}}, {{T400}}; Distros: [[:Category:sidux|sidux]]&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;
&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;
&lt;br /&gt;
CONFIG_WLAN_80211=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLCORE=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_LEDS=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_RFKILL=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_DEBUG=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN_LEDS=y&lt;br /&gt;
&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:&lt;br /&gt;
* [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;
&amp;lt;pre&amp;gt;tar xzf iwlwifi-5000-ucode-5.4.A.11.tar.gz&amp;lt;/pre&amp;gt;&lt;br /&gt;
(this filename could be different)&lt;br /&gt;
&lt;br /&gt;
And copy the microcode file to /lib/firmware:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo cp ./iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode /lib/firmware&amp;lt;/pre&amp;gt;&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 /etc/apt/sources.list :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://kernel-archive.buildserver.net/debian-kernel trunk main&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install linux-image-2.6.28-1-686 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install linux-image-2.6.28-1-686&amp;lt;/pre&amp;gt;&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;
&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>Guruburu</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=40965</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=40965"/>
		<updated>2009-02-03T19:18:45Z</updated>

		<summary type="html">&lt;p&gt;Guruburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Models and Distros =&lt;br /&gt;
Models: {{T500}}, {{T400}}; Distros: [[:Category:sidux|sidux]]&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;
&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;
&lt;br /&gt;
CONFIG_WLAN_80211=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLCORE=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_LEDS=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_RFKILL=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_DEBUG=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN_LEDS=y&lt;br /&gt;
&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:&lt;br /&gt;
* [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;
&amp;lt;pre&amp;gt;tar xzf iwlwifi-5000-ucode-5.4.A.11.tar.gz&amp;lt;/pre&amp;gt;&lt;br /&gt;
(this filename could be different)&lt;br /&gt;
&lt;br /&gt;
And copy the microcode file to /lib/firmware:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo cp ./iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode /lib/firmware&amp;lt;/pre&amp;gt;&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 /etc/apt/sources.list :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://kernel-archive.buildserver.net/debian-kernel trunk main&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install linux-image-2.6.28-1-686 ==&lt;br /&gt;
&lt;br /&gt;
Execute:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get update&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install linux-image-2.6.28-1-686&amp;lt;/pre&amp;gt;&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;
&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>Guruburu</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_WiFi_Link_5100/5300_WLAN_controller&amp;diff=40964</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=40964"/>
		<updated>2009-02-03T16:11:36Z</updated>

		<summary type="html">&lt;p&gt;Guruburu: Wifi 5100 with Debian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Models and Distros =&lt;br /&gt;
Models: {{T500}}, {{T400}}; Distros: [[:Category:sidux|sidux]]&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;
&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;
&lt;br /&gt;
CONFIG_WLAN_80211=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLCORE=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_LEDS=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_RFKILL=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLWIFI_DEBUG=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y&lt;br /&gt;
&lt;br /&gt;
CONFIG_IWLAGN_LEDS=y&lt;br /&gt;
&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;
Add the following line to your /etc/apt/sources.list :&lt;br /&gt;
&lt;br /&gt;
''deb http://kernel-archive.buildserver.net/debian-kernel trunk main''&lt;br /&gt;
&lt;br /&gt;
Then execute:&lt;br /&gt;
&lt;br /&gt;
''sudo apt-get update''&lt;br /&gt;
&lt;br /&gt;
''sudo apt-get install linux-image-2.6.28-1-686''&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 by 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;
&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>Guruburu</name></author>
		
	</entry>
</feed>