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





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?

sudo gedit /etc/modprobe.d/iwlagn.confoptions iwlagn led_mode=1
sudo -i
echo 'options iwlwifi led_mode=1' >> /etc/modprobe.d/wlan.conf
modprobe -r iwlwifi && modprobe iwlwifi

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:
- Code: Select all
sudo -i
echo 'options iwlwifi led_mode=1' >> /etc/modprobe.d/wlan.conf
modprobe -r iwlwifi && modprobe iwlwifi
If this doesn't work, if posted other possible solutions on http://www.tomdesair.com/blog/2012/04/stop-the-blinking-wireless-led-in-linux/



Users browsing this forum: No registered users and 13 guests