<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to stop the blinking wifi LED on Ubuntu laptops with Intel wireless cards</title>
	<atom:link href="http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/</link>
	<description>Thoughts on software, business, travel, and being location-independant</description>
	<lastBuildDate>Thu, 10 May 2012 13:36:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Matt</title>
		<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/comment-page-1/#comment-23853</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 10 May 2012 13:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://alexcabal.com/?p=3#comment-23853</guid>
		<description>Was looking into the blinking wifi led on a dell D630 running fedora 16 and found the led_mode option for the module iwlegacy:
cat &lt;&gt; /etc/modprobe.d/solid_led.conf
option iwlegacy led_mode=1
EOF</description>
		<content:encoded><![CDATA[<p>Was looking into the blinking wifi led on a dell D630 running fedora 16 and found the led_mode option for the module iwlegacy:<br />
cat &lt;&gt; /etc/modprobe.d/solid_led.conf<br />
option iwlegacy led_mode=1<br />
EOF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silli</title>
		<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/comment-page-1/#comment-23687</link>
		<dc:creator>silli</dc:creator>
		<pubDate>Sun, 29 Apr 2012 12:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://alexcabal.com/?p=3#comment-23687</guid>
		<description>For Ubuntu 12.04:

$ sudo nano /etc/modprobe.d/iwlwifi.conf

paste 

options iwlwifi led_mode=1

Then reboot your laptop / reload module.

(Source: http://www.emmolution.org/?p=235)</description>
		<content:encoded><![CDATA[<p>For Ubuntu 12.04:</p>
<p>$ sudo nano /etc/modprobe.d/iwlwifi.conf</p>
<p>paste </p>
<p>options iwlwifi led_mode=1</p>
<p>Then reboot your laptop / reload module.</p>
<p>(Source: <a href="http://www.emmolution.org/?p=235" rel="nofollow">http://www.emmolution.org/?p=235</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moe</title>
		<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/comment-page-1/#comment-21161</link>
		<dc:creator>Moe</dc:creator>
		<pubDate>Thu, 26 Jan 2012 20:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://alexcabal.com/?p=3#comment-21161</guid>
		<description>instead of restarting you can also 

# rmmod iwlcore 
# modprobe iwlcore

in kernel 3.0 this module is called iwlwifi, so you have to change iwlcore to iwlwifi if youre using kernel 3.0 and above</description>
		<content:encoded><![CDATA[<p>instead of restarting you can also </p>
<p># rmmod iwlcore<br />
# modprobe iwlcore</p>
<p>in kernel 3.0 this module is called iwlwifi, so you have to change iwlcore to iwlwifi if youre using kernel 3.0 and above</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/comment-page-1/#comment-20668</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 07 Jan 2012 21:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://alexcabal.com/?p=3#comment-20668</guid>
		<description>For me, using &quot;wlagn&quot; instead of &quot;iwlcore&quot; did not work on Ubuntu 11.10. I used &quot;iwl_legacy&quot; instead which did work. Apparently, iwlcore is renamed since kernel 3.0</description>
		<content:encoded><![CDATA[<p>For me, using &#8220;wlagn&#8221; instead of &#8220;iwlcore&#8221; did not work on Ubuntu 11.10. I used &#8220;iwl_legacy&#8221; instead which did work. Apparently, iwlcore is renamed since kernel 3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SRG</title>
		<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/comment-page-1/#comment-19803</link>
		<dc:creator>SRG</dc:creator>
		<pubDate>Sat, 10 Dec 2011 02:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://alexcabal.com/?p=3#comment-19803</guid>
		<description>Thanks Matt, on 11.10, &quot;iwlagn&quot; did the trick.

How is it possible that somebody on the Ubuntu side had this &quot;brilliant&quot; idea of the blinking wifi LED ? That&#039;s madness. And moreover it&#039;s quite complicated to deactivate (when you don&#039;t know this exact parameter).
As times passes : Ubuntu becomes worse and worse. I&#039;m seriously considering all my Linux boxes to something else.</description>
		<content:encoded><![CDATA[<p>Thanks Matt, on 11.10, &#8220;iwlagn&#8221; did the trick.</p>
<p>How is it possible that somebody on the Ubuntu side had this &#8220;brilliant&#8221; idea of the blinking wifi LED ? That&#8217;s madness. And moreover it&#8217;s quite complicated to deactivate (when you don&#8217;t know this exact parameter).<br />
As times passes : Ubuntu becomes worse and worse. I&#8217;m seriously considering all my Linux boxes to something else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lau</title>
		<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/comment-page-1/#comment-17617</link>
		<dc:creator>Lau</dc:creator>
		<pubDate>Sat, 05 Nov 2011 18:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://alexcabal.com/?p=3#comment-17617</guid>
		<description>Upgraded today to Ubuntu 11.10
Flashing wifi LED is back :-(
Vainly tried above 2 solutions

Ubuntu 11.10
Dell Latitude D630</description>
		<content:encoded><![CDATA[<p>Upgraded today to Ubuntu 11.10<br />
Flashing wifi LED is back <img src='http://alexcabal.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Vainly tried above 2 solutions</p>
<p>Ubuntu 11.10<br />
Dell Latitude D630</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/comment-page-1/#comment-17090</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 24 Oct 2011 20:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://alexcabal.com/?p=3#comment-17090</guid>
		<description>For Ubuntu 11.10 replace iwlcore with iwlagn in the line above, so that it reads:
options iwlagn led_mode=1</description>
		<content:encoded><![CDATA[<p>For Ubuntu 11.10 replace iwlcore with iwlagn in the line above, so that it reads:<br />
options iwlagn led_mode=1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/comment-page-1/#comment-15737</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 25 Sep 2011 12:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexcabal.com/?p=3#comment-15737</guid>
		<description>Second solution worked great on the HP2530p

Thanks to all!</description>
		<content:encoded><![CDATA[<p>Second solution worked great on the HP2530p</p>
<p>Thanks to all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/comment-page-1/#comment-11664</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 18 Jun 2011 13:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://alexcabal.com/?p=3#comment-11664</guid>
		<description>Thanks for this, works perfectly on Natty too!

If you want to avoid rebooting you can do &#039;modprobe -r iwlagn &amp;&amp; modprobe iwlagn&#039; instead, which simply reloads the module.</description>
		<content:encoded><![CDATA[<p>Thanks for this, works perfectly on Natty too!</p>
<p>If you want to avoid rebooting you can do &#8216;modprobe -r iwlagn &amp;&amp; modprobe iwlagn&#8217; instead, which simply reloads the module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stopping the Intel WiFi LED from blinking in Ubuntu &#124; Al4</title>
		<link>http://alexcabal.com/stop-blinking-intel-wifi-led-on-ubuntu-karmic/comment-page-1/#comment-11663</link>
		<dc:creator>Stopping the Intel WiFi LED from blinking in Ubuntu &#124; Al4</dc:creator>
		<pubDate>Sat, 18 Jun 2011 13:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://alexcabal.com/?p=3#comment-11663</guid>
		<description>[...] Alex Cabal found a solution for Karmic, and his updated solution also works for Natty. His solution describes opening a text [...]</description>
		<content:encoded><![CDATA[<p>[...] Alex Cabal found a solution for Karmic, and his updated solution also works for Natty. His solution describes opening a text [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

