Excuse me Please:
I am experiencing a non-critical oddity using the 1800 & its LED configuration.
Namely, having navigated to the Luci interface, adjusted the LED to a specific configuration, that upon cold boot, while the configuration seems to be retained, the LED does NOT flash with activity until the config is DELETED and reinstated.
well, seeing such activity on this post,
i decided to ask ChatGPT,
which, interestingly-enough, DID at least give me some steps to try:
Namely:
under Luci / System / Startup
adding the following to the /etc/rc.local
# Delay LED initialization to allow eth0 to fully initialize
sleep 10
/etc/init.d/led restart
this, however had ZERO effect, now with a warm boot.
led still not flashing.
HOWEVER, selecting Luci / System / Startup / Initscripts
and MANUALLY [restarting]
96 led
did allow the LED to flash with network activity as expected.
still seems like a BUG to me, as one ought not have to 'hand-hold' hardware in its user-set configuration.
Thank you @bruce
to verify, is one to place recommended command into the "[Local Startup]" area?
which i take it would be run every time the router is powered-up?
also, am i to keep, adjust, or remove the above "sleep" delay previously mentioned?
applied and warm-booted the following under [Local Startup]:
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
. /lib/functions/gl_util.sh
remount_ubifs
# Delay LED initialization to allow eth0 to fully initialize
# edited to 30sec. for experiment.
# sleep 30
# /etc/init.d/led restart
mv /etc/rc.d/S96led /etc/rc.d/S98led
exit 0
the LED on the device does NOT flash with
network activity UNTIL:
96 led [Restart]
is engaged.
any ideas to resolve the LED flash with eth0 network activity issue?
ok, here is a WEIRD additional detail.
upon cold-boot, i notice before any Internet activity PC-wise is accomplished,
that the router is NOW flashing its led with Internet activity.
so, in looking into the Luci environment,
(with no change to the above [Local Startup])
i find that
96 led is DISABLED.
/e confused.
might someone explain what has occurred here please?
96 led is yet,
96 led.
I, made no further changes then what was detailed above.
I, disabled NOTHING.
I, found 96 led disabled of its own accord; hence my above confusion.
I, did find, however, in scrolling further down, 98 Samba, which is now disabled.