teaker1s: I plan on upgrading soon, but in the meantime, I've discovered how to change the file. I was pleased as punch when I found that out, but unfortunately, the lines I've entered don't seem to do anything.
The community doc says this:
WIRELESS LED:
To get your awesome wireless led to blink for you based on traffic, put these lines in /etc/rc.local, just above the string exit 0 (below doesn't work).
* Note: The 2.6.27 kernel does not appear to have these options anymore (earlier kernels do).
sysctl -w dev.wifi0.ledpin=3
sysctl -w dev.wifi0.softled=1
The led on the front will now do the association blink, as well as blink based on wireless traffic.
rc.local may not be executable so
sudo chmod a+x /etc/rc.local
The wifi kill switch uses these keycodes (also to use in rc.local):
/usr/bin/setkeycodes e055 159
/usr/bin/setkeycodes e056 158
I entered the lines in their proper places (before exit 0), rebooted, and no wifi light. I can now disconnect from a wifi network using the kill switch, but to be honest I don't know how much I'll use that. I checked the kernel after reading the note (see above), and that's not the issue. So the question remains: where did I go wrong?
Bookmarks