Here is a nice document explaining how to enable the wireless activity LED on some Thinkpad models – http://www.thinkwiki.org/wiki/ThinkPad_11a/b/g_Wireless_LAN_Mini_Express_Adapter – In my case, the following command did the magic :)

[code]
# echo -n 1 > /proc/sys/dev/wifi0/ledpin
[/code]

Leave a Reply