3

I have a hp laptop. It has a network switch that allows to disable wireless networking. It is blue when working, orange when not working. At least, that's what it was with 10.04. Now it is blue when working, but flashes with blue/orange when there is some sort of networking activity. I would like to go back to the time when it just stayed blue if on, rather than showing network activity. How to do that ?

edit: here is the command you asked:

http://pastebin.com/fbGzRpE9

and here is the second one:

http://pastebin.com/iCxpRBxW

Jorge Castro
  • 73,717
roy429
  • 103

1 Answers1

2

The following commands should work for you:

sudo rmmod iwlwifi

sudo modprobe iwlwifi led_mode=1

To make it permanent, run

gksudo gedit /etc/modprobe.d/iwlwifi.conf,

paste in options iwlwifi led_mode=1, then save and close.

mikewhatever
  • 33,013