Linksys EA8500 logo led disabled

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page 1, 2  Next
Author Message
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12915
Location: Netherlands

PostPosted: Mon Oct 26, 2020 11:53    Post subject: Linksys EA8500 logo led disabled Reply with quote
I have a second hand EA8500 to tinker with and I find it annoying that the Linksys logo led is not lit, so I cannot tell if it is on.

Very early builds had the logo lit, you can enable the logo led with:
Code:
gpio enable 0

On earlier builds this seems reversed

Of course I can enter this in the startup command but unless other users have different ideas I would like to ask BS to fix this

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
Sponsor
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14246
Location: Texas, USA

PostPosted: Mon Oct 26, 2020 12:29    Post subject: Reply with quote
OpenWRT had this fixed already. That last fix for the more recent revision of the router pointed directly at the files required to fix the LED, but that code wasn't merged. It will be in the applicable *.dts files on their git repo.

https://git.openwrt.org/?p=openwrt/staging/ynezz.git;a=commit;h=2f04da3a87150551e7e317a797102b72fe670b09

https://git.openwrt.org/?p=openwrt/staging/ynezz.git;a=commit;h=a00563b8a8f47c667ec4e09c9d4eb6d0bc2d8836

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
05dyna
DD-WRT Guru


Joined: 25 Jan 2008
Posts: 968

PostPosted: Mon Oct 26, 2020 13:53    Post subject: Re: Linksys EA8500 logo led disabled Reply with quote
egc wrote:
I have a second hand EA8500 to tinker with and I find it annoying that the Linksys logo led is not lit, so I cannot tell if it is on.

Very early builds had the logo lit, you can enable the logo led with:
Code:
gpio enable 0

On earlier builds this seems reversed

Of course I can enter this in the startup command but unless other users have different ideas I would like to ask BS to fix this


Nice, thank you egc! that's been broke for years, I put your code in and great to see it working again Very Happy Cool
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6291
Location: Texas

PostPosted: Mon Oct 26, 2020 14:42    Post subject: Reply with quote
yeahuh that is all good ---
# to enable EA8500 top light to come on with k4.x builds
gpio enable 0
# or turn it off
gpio disable 0

NOTE: all BS & Kong k3.x builds EA8500 top light was on but NOT on any k4.x builds.
it ain't ever made me nonevermind ...really I just as soon have mine off Twisted Evil
05dyna
DD-WRT Guru


Joined: 25 Jan 2008
Posts: 968

PostPosted: Wed Oct 28, 2020 21:48    Post subject: Re: Linksys EA8500 logo led disabled Reply with quote
egc wrote:

Of course I can enter this in the startup command but unless other users have different ideas I would like to ask BS to fix this


does yours stay on? I noticed with the code it does enable the LED but only for a short time before it goes dark. if I reboot the router same result. we're running r42856

TIA
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12915
Location: Netherlands

PostPosted: Thu Oct 29, 2020 9:56    Post subject: Re: Linksys EA8500 logo led disabled Reply with quote
05dyna wrote:
egc wrote:

Of course I can enter this in the startup command but unless other users have different ideas I would like to ask BS to fix this


does yours stay on? I noticed with the code it does enable the LED but only for a short time before it goes dark. if I reboot the router same result. we're running r42856

TIA


I do not know, I used it briefly for some new builds, but will check later.

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6291
Location: Texas

PostPosted: Thu Oct 29, 2020 10:09    Post subject: Re: Linksys EA8500 logo led disabled Reply with quote
05dyna wrote:
does yours stay on?

as I mentioned I usually have mine off but when I seen your post I shot the code to the EA8500 WAP/VLAN setup and she is still shining top light after couple hours ...NO problem Twisted Evil
Code:
mrjcd@Fat-Deb:~$ ssh root@ea8500.mrjcd.com
DD-WRT v3.0-r44632 std (c) 2020 NewMedia-NET GmbH
Release: 10/23/20
Board: Linksys EA8500
==========================================================
 
     ___  ___     _      _____  ______       ____  ___
    / _ \/ _ \___| | /| / / _ \/_  __/ _  __|_  / / _ \
   / // / // /___/ |/ |/ / , _/ / /   | |/ //_ <_/ // /
  /____/____/    |__/|__/_/|_| /_/    |___/____(_)___/
                                                     
                       DD-WRT v3.0
                   http://www.dd-wrt.com
 
==========================================================


BusyBox v1.32.0 (2020-10-23 01:06:58 +03) built-in shell (ash)

root@EA8500:~# gpio enable 0
root@EA8500:~# date
Thu Oct 29 03:08:23 CDT 2020
root@EA8500:~# exit
Connection to ea8500.mrjcd.com closed.
mrjcd@Fat-Deb:~$

:::::::::::::::::::::::
mrjcd@Fat-Deb:~$ ssh root@ea8500.mrjcd.com
DD-WRT v3.0-r44632 std (c) 2020 NewMedia-NET GmbH
Release: 10/23/20
Board: Linksys EA8500
==========================================================
 
     ___  ___     _      _____  ______       ____  ___
    / _ \/ _ \___| | /| / / _ \/_  __/ _  __|_  / / _ \
   / // / // /___/ |/ |/ / , _/ / /   | |/ //_ <_/ // /
  /____/____/    |__/|__/_/|_| /_/    |___/____(_)___/
                                                     
                       DD-WRT v3.0
                   http://www.dd-wrt.com
 
==========================================================


BusyBox v1.32.0 (2020-10-23 01:06:58 +03) built-in shell (ash)

root@EA8500:~# date
Thu Oct 29 05:03:20 CDT 2020
root@EA8500:~# exit
Connection to ea8500.mrjcd.com closed.
mrjcd@Fat-Deb:~$
05dyna
DD-WRT Guru


Joined: 25 Jan 2008
Posts: 968

PostPosted: Thu Oct 29, 2020 14:01    Post subject: Reply with quote
@ mrjcd, thanks for the info, I was putting the code in startup command under Administration/Commands. I tried with the CLI and up just over 3+ hours so hopefully that’s the ticket. I know the LED is not a deal breaker for you. I have my ea8500 concealed semi-dark area and with my eyes I’ll take all the assistance I could get plus I like it when stuff works..
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6291
Location: Texas

PostPosted: Thu Oct 29, 2020 15:46    Post subject: Reply with quote
05dyna,
7.5 hrs mine is still shining bright as ever Smile
This unit is on/under 2nd level of my office desktop junk so I have to bend over to see it but she is stll A OK Cool
05dyna
DD-WRT Guru


Joined: 25 Jan 2008
Posts: 968

PostPosted: Thu Oct 29, 2020 16:14    Post subject: Reply with quote
We’re still up here, approaching 6 hrs up whereas before maybe an hour up before going dark with the other method. Thanks guys, all is good..
nickant
DD-WRT User


Joined: 09 Feb 2016
Posts: 321

PostPosted: Thu Oct 29, 2020 21:47    Post subject: Reply with quote
I added the startup command and rebooted 23 hrs ago.
Was lit last night, but this morning (7am - 22 hours later) light was off. (r44632)

_________________
------------------------------------
Linksys WRT3200ACM DD-WRT r55819 (Gateway)
Linksys EA8500 OpenWrt-23.05.3 (Wired AP)
Netgear WNDR3700v4 DD-WRT r55819 (spare Gateway)
Photos: https://www.flickr.com/photos/nickant44/albums
05dyna
DD-WRT Guru


Joined: 25 Jan 2008
Posts: 968

PostPosted: Fri Oct 30, 2020 2:32    Post subject: Reply with quote
no more LED for me here’s the latest.... After enabling the LED via the command line at 0615 this morning all was good until 1 hour ago. I was streaming video and lost the stream. I restarted the stream and thought everything was OK but about 10 minutes ago I noticed the LED was off. I then looked at the router’s status page and the uptime clock had restarted indicating the reboot. Our entire home net is on a few different UPS(s) so not a power surge.

A little background, build r42856 was up over 50+ days on this EA8500. I only took it offline to try the current build with the 2.5 OpenVPN on another EA8500 which worked but had some quirks so that’s why I opted to stay with the older build. It was worth a try.
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6291
Location: Texas

PostPosted: Fri Oct 30, 2020 2:41    Post subject: Reply with quote
just installed r44700 on main EA8500 and enabled top light so I'll see how long she lasts Wink
05dyna
DD-WRT Guru


Joined: 25 Jan 2008
Posts: 968

PostPosted: Fri Oct 30, 2020 3:00    Post subject: Reply with quote
Good luck mrjcd, I guess things are going very well if this is (or was) my biggest worry.
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6291
Location: Texas

PostPosted: Fri Oct 30, 2020 3:19    Post subject: Reply with quote
AFAIK the other EA8500 top light was on till few hours ago --- we had another bleep in the electicity so that caused her to reboot.
weird stuff when power blinks --- the WNDR3700v4 is plugged into same outlet as that EA8500 but stupid thing didNOT get killed


Had all computers NOT on UPS dead but then again the clock on the microwave never lost a beat...weird ass juju Rolling Eyes

Main EA8500 is on good UPS so she should be good for as long as I let her Twisted Evil
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum