Here's a couple a simple options for the annoying bright LED on wifi
adapters.

Option 1 - Buy a cheap generic wifi adaptor with detachable antenna and
a *minute* led. $10 to $15 on ebay.

Look for Chipset: Ralink RT5370 if wanting to do option 2 as well.

Option 2 - Turn off the led if you have a wifi adaptor using rt2800usb
module

Example: wi-pi / generic Ralink RT5370 usb wifi adaptor


Code:
--------------------
    # cd /sys/class/leds
  # ls
  led0            rt2800usb-phy0::assoc           rt2800usb-phy0::quality       
  rt2800usb-phy0::radio
  # cd rt2800usb-phy0\:\:assoc
  # ls
  brightness      device          max_brightness  subsystem       trigger       
  uevent
  # cat brightness
  255
  # sudo su
  # echo 0 > brightness
  
--------------------


regards
Greg


------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to