New Build - 12/23/2021 - r47911

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


Joined: 16 Nov 2015
Posts: 6410
Location: UK, London, just across the river..

PostPosted: Mon Dec 27, 2021 6:12    Post subject: Re: Netgear WNR2200 N300 v1 Reply with quote
arpcpro wrote:
......
Remote Access over telnet shows the login screen but it does not accept the same login/password as the WebGui. .....


telnet/SSh username is always 'root' (no quotes)
do not use the username you set in GUI...
the password is the same you set....

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55179 WAP
TP-Link WR1043NDv2 -DD-WRT 55303 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55460 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55460 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55363 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
Sponsor
LordNerevar
DD-WRT Novice


Joined: 19 Aug 2014
Posts: 6

PostPosted: Mon Dec 27, 2021 17:21    Post subject: Reply with quote
Watchdog appears to be broken with this build. Message in log shows it as started, but it never fires.
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12837
Location: Netherlands

PostPosted: Mon Dec 27, 2021 17:31    Post subject: Reply with quote
Fixed in next build
_________________
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
Plebeian
DD-WRT Novice


Joined: 11 Sep 2009
Posts: 10

PostPosted: Tue Dec 28, 2021 1:27    Post subject: Reply with quote
Works fine for my limited use case (just my internet and few WiFi devices).

There's one minor cosmetic bug that seems to have been around for awhile, that is the LED logo on the Linksys EA8500 not staying illuminated.

In previous threads on this, I found a script I can run as a workaround "gpio enable 0". That used to illuminate the LED for about a miniute, now it will flash on then off.

Anyway, this is a minor issue but it would be nice if it could be eventually fixed.

Thanks for your hard work.

Here's an old thread on this issue:
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=326978

Router/Version: EA8500
File/Kernel: DD-WRT v3.0-r47911 std (12/23/21)
Kernel Version:Linux 4.9.292 #616 SMP Thu Dec 23 02:55:09 +07 2021 armv7l
daemonsyn
DD-WRT Novice


Joined: 09 May 2020
Posts: 18

PostPosted: Tue Dec 28, 2021 1:33    Post subject: Reply with quote
Plebeian wrote:
Works fine for my limited use case (just my internet and few WiFi devices).

There's one minor cosmetic bug that seems to have been around for awhile, that is the LED logo on the Linksys EA8500 not staying illuminated.

In previous threads on this, I found a script I can run as a workaround "gpio enable 0". That used to illuminate the LED for about a miniute, now it will flash on then off.

Anyway, this is a minor issue but it would be nice if it could be eventually fixed.

Thanks for your hard work.

Here's an old thread on this issue:
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=326978

Router/Version: EA8500
File/Kernel: DD-WRT v3.0-r47911 std (12/23/21)
Kernel Version:Linux 4.9.292 #616 SMP Thu Dec 23 02:55:09 +07 2021 armv7l


We have the same issue. Here's a workaround.

On start-up.

Quote:
sleep 5
gpio enable 0


And on cronjobs

Quote:
0 */2 * * * root /sbin/gpio enable 0
Plebeian
DD-WRT Novice


Joined: 11 Sep 2009
Posts: 10

PostPosted: Tue Dec 28, 2021 1:52    Post subject: Reply with quote
daemonsyn wrote:


We have the same issue. Here's a workaround.

On start-up.

Quote:
sleep 5
gpio enable 0


And on cronjobs

Quote:
0 */2 * * * root /sbin/gpio enable 0


Hey thanks, that seems to have done the trick. I can now enjoy my nice shiny Linksys logo Very Happy
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6268
Location: Texas

PostPosted: Tue Dec 28, 2021 1:53    Post subject: Reply with quote
Plebeian
you should ssh or telnet to the EA8500 and
Code:
gpio enable 0

still works just fine on mine.

sompin you guys should know:
if you change ANYTHING AT ALL in the webif ...any settings and/or just tinker around in the webif for long while
the top LINKSYS light will go off after minute or so.

If you want it on ---> telnet / ssh and issue the command I mentioned and then leave it the hell alone Twisted Evil
nyddwrtuser330
DD-WRT User


Joined: 05 Mar 2018
Posts: 217

PostPosted: Tue Dec 28, 2021 3:08    Post subject: Reply with quote
R7800

Did the vanilla firmware change over the last 3 builds? Started to experience some issues with cyclical latency/ performance spikes (5GHz), flipped back to ddwrt and they went away. nothing stands out from logs (at least nothing with a timestamp that aligns).It did take a few minutes to stabilize after the firmware switch, though thats probably normal.


Im also noticing there are some queued mac80211 changes in prvate builds, could this be related?
Goto page Previous  1, 2, 3 Display posts from previous:    Page 3 of 3
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