Comments on: Intel wifi led blinking AGAIN on Ubuntu 12.04 https://blog.al4.co.nz/2012/05/intel-wifi-led-blinking-again-on-ubuntu-12-04/ My hobby... Tue, 01 Oct 2013 06:43:57 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: you are no so smart by being copy paste https://blog.al4.co.nz/2012/05/intel-wifi-led-blinking-again-on-ubuntu-12-04/#comment-1109 Tue, 01 Oct 2013 06:43:57 +0000 http://blog.al4.co.nz/?p=1226#comment-1109 OK, you solve this, but, can you solve wifi led problem in wl or brcmsmac module?

]]>
By: flink https://blog.al4.co.nz/2012/05/intel-wifi-led-blinking-again-on-ubuntu-12-04/#comment-1090 Tue, 25 Jun 2013 10:22:32 +0000 http://blog.al4.co.nz/?p=1226#comment-1090 In reply to Mikael Svensson.

Thank you Alex and Mikael! Your combined efforts cured my Dell D620’s obnoxious blinking :-)

]]>
By: wango911 https://blog.al4.co.nz/2012/05/intel-wifi-led-blinking-again-on-ubuntu-12-04/#comment-1059 Wed, 09 Jan 2013 07:38:29 +0000 http://blog.al4.co.nz/?p=1226#comment-1059 i wanna say thanks for this simple fix, was pretty annoying for the wifi led being on speed

]]>
By: Mikael Svensson https://blog.al4.co.nz/2012/05/intel-wifi-led-blinking-again-on-ubuntu-12-04/#comment-1030 Sun, 28 Oct 2012 09:11:28 +0000 http://blog.al4.co.nz/?p=1226#comment-1030 This tip did not solve the problem on my HP nc6400. However, “lsmod” showed me that “iwl3945” and “iwl_legacy”, rather than “iwlwifi”, was in use.

In the end I had to issue these commands to get the flashing LED to stop blinking:

sudo echo “options iwl_legacy led_mode=1” > /etc/modprobe.d/iwl_legacy.conf

sudo modprobe -r iwl3945 && sudo modprobe iwl3945

]]>
By: rogerio https://blog.al4.co.nz/2012/05/intel-wifi-led-blinking-again-on-ubuntu-12-04/#comment-1029 Fri, 19 Oct 2012 17:22:16 +0000 http://blog.al4.co.nz/?p=1226#comment-1029 It works on HP-Pavilion dv6 with Ub12.04! thanks

]]>
By: Abhishek https://blog.al4.co.nz/2012/05/intel-wifi-led-blinking-again-on-ubuntu-12-04/#comment-1025 Tue, 18 Sep 2012 03:20:47 +0000 http://blog.al4.co.nz/?p=1226#comment-1025 This worked for my laptop as well hp6930p :) thanks a lot

]]>
By: Alex https://blog.al4.co.nz/2012/05/intel-wifi-led-blinking-again-on-ubuntu-12-04/#comment-954 Sat, 26 May 2012 10:38:02 +0000 http://blog.al4.co.nz/?p=1226#comment-954 Thanks Mike. Of course, I should have realised that you can’t sudo the echo command as the output is still in the normal user’s shell. I ran it as root and added sudo when publishing, but should have sanity-checked…

I’ve updated the post.

]]>
By: Mike https://blog.al4.co.nz/2012/05/intel-wifi-led-blinking-again-on-ubuntu-12-04/#comment-953 Sat, 26 May 2012 05:44:38 +0000 http://blog.al4.co.nz/?p=1226#comment-953 Thank you
This seems to have done the trick, and my annoying wifi light is no longer blinking in 12.04 on my HP dm4-2070us (Intel Centrino N-1000 wifi)

I had to su to root in order to echo the line you recommended into /etc/modprobe.d/wlan.conf (error when attempting via sudo). modprobing iwlwifi also threw some errors, just had to run each part of your second line separately and all was well.

For anyone scared off by errors similar to mine, here is the path I took to make this work in 12.04. Attempt at your own risk

$sudo su
#echo 'options iwlwifi led_mode=1' >> /etc/modprobe.d/wlan.conf
#exit
$sudo modprobe -r iwlwifi
$sudo modprobe iwlwifi

]]>
By: eu https://blog.al4.co.nz/2012/05/intel-wifi-led-blinking-again-on-ubuntu-12-04/#comment-950 Sun, 20 May 2012 16:50:54 +0000 http://blog.al4.co.nz/?p=1226#comment-950 thank you, that worked on my hp6930p as well

]]>