wireless blinking led
Forum rules
Before you post please read how to get help
Before you post please read how to get help
wireless blinking led
I recently installed mint 12, also installed broadcom drivers and now each time I log in into a wireless network the wifi led keeps blinking. Is there a way to disable led or something?
p.s: i'm using a lenovo g450
p.s: i'm using a lenovo g450
-
- Level 6
- Posts: 1013
- Joined: Sun Sep 04, 2011 12:39 pm
Re: wireless blinking led
It's supposed to. No, you can't disable it (it is related to hardware). I have a Lenovo G550 and it's absolutely normal. Are you so bothered by that light blinking? 

Re: wireless blinking led
sagirfahmid3 wrote:It's supposed to. No, you can't disable it (it is related to hardware). I have a Lenovo G550 and it's absolutely normal. Are you so bothered by that light blinking?
well, it's pretty annoying cuz it never stop (unless i turn off wifi)... well, maybe i can cover it with duct tape or something...
Re: wireless blinking led
Try this:
1. Create (or open) the file /etc/modprobe.d/iwlagn.conf
2. Enter the following line in that file
3. Save the file and reboot your system
This worked for me. It's based on https://bugs.launchpad.net/linuxmint/+bug/823791
1. Create (or open) the file /etc/modprobe.d/iwlagn.conf
Code: Select all
sudo gedit /etc/modprobe.d/iwlagn.conf
Code: Select all
options iwlagn led_mode=1
This worked for me. It's based on https://bugs.launchpad.net/linuxmint/+bug/823791
Everything you want to know => http://www.tomdesair.com/
Re: wireless blinking led
Since update pack 4 of LMDE (kernel 3.2) the above fix didn't work any more for me.
But I've found a new fix:
If this doesn't work, if posted other possible solutions on http://www.tomdesair.com/blog/2012/04/s ... -in-linux/
But I've found a new fix:
Code: Select all
sudo -i
echo 'options iwlwifi led_mode=1' >> /etc/modprobe.d/wlan.conf
modprobe -r iwlwifi && modprobe iwlwifi
Everything you want to know => http://www.tomdesair.com/
Re: wireless blinking led
Thx Vulcanor!Vulcanor wrote:Since update pack 4 of LMDE (kernel 3.2) the above fix didn't work any more for me.
But I've found a new fix:If this doesn't work, if posted other possible solutions on http://www.tomdesair.com/blog/2012/04/s ... -in-linux/Code: Select all
sudo -i echo 'options iwlwifi led_mode=1' >> /etc/modprobe.d/wlan.conf modprobe -r iwlwifi && modprobe iwlwifi
This workd for me!
Re: wireless blinking led
For Intel wireless that may work, yes, but the OP has Broadcom.
Registered Linux User #528502

Feel free to correct me if I'm trying to write in Spanish, French or German.

Feel free to correct me if I'm trying to write in Spanish, French or German.
-
- Level 1
- Posts: 1
- Joined: Fri Nov 06, 2015 11:49 am
Re: wireless blinking led
Just to say thank you, the fix to /etc/modprobe.d/wlan.conf worked for me on a Dell E5410 laptop.
- Thrasher88
- Level 1
- Posts: 10
- Joined: Wed Mar 09, 2016 8:09 am
Re: wireless blinking led
This worked for me perfectly / HP 6730b - 17.3 Cinnamon 64bitKernel version greater or equal to 3.2.0
Put this text
options iwlwifi led_mode=1
in the following file (possibly you have to create the file):
Linux Mint (Debian) or Ubuntu: /etc/modprobe.d/wlan.conf
Arch Linux: /etc/modprobe.d/modprobe.conf
Now restart your system or reload the WiFi driver using:
sudo -i
modprobe -r iwlwifi && modprobe iwlwif
HP 6730b
Linux Mint 17.3 "Rosa" - Cinnamon (64 bit)
Linux Mint 17.3 "Rosa" - Cinnamon (64 bit)