New Build - 05/26/2023 - r52703

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2
Author Message
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1857
Location: Hung Hom, Hong Kong

PostPosted: Sat May 27, 2023 15:59    Post subject: Reply with quote
mrjcd wrote:
mwchang wrote:
Can you post the result of running the following commands:
Code:
nvram show | grep -i -E 'board|hardware'

hardware_version=RTN12D1 ...that's what its label says also Laughing
but--
DD_BOARD=Asus RT-N12B

I believe DD_BOARD is the result of setRouter() in detect.c ! I haven't read that function.

The source codes of detect.c need a change to know the existence of "D1", as you can see below:

dd-wrt/detect.c at 952177c8af0919fe9e19a8c3fba633353665e52d · mirror/dd-wrt · GitHub
https://github.com/mirror/dd-wrt/blob/952177c8af0919fe9e19a8c3fba633353665e52d/src/router/libutils/libutils/detect.c#L2742
Code:
char *hwrev = nvram_safe_get("hardware_version");
if (!strncmp(hwrev, "RTN12C1", 7))
   setRouter("Asus RT-N12C1");
else
   setRouter("Asus RT-N12B");

BTW... is the use of strncmp() correct? Later... a bit sleepy now! Smile

Anyone interested in telling BS about this new RT-N12 revision? Maybe a ticket??

_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw


Last edited by mwchang on Sat May 27, 2023 16:13; edited 1 time in total
Sponsor
Hemsk
DD-WRT Novice


Joined: 22 May 2023
Posts: 1

PostPosted: Sat May 27, 2023 16:10    Post subject: Reply with quote
What am I supposed to be looking for in the changelog if the only reason I want to update is in case it contains security updates?

I have been trying to read the changes since last build, for plenty of the latest updates, without seeing an obvious security fix note
blkt
DD-WRT Guru


Joined: 20 Jan 2019
Posts: 5700

PostPosted: Sat May 27, 2023 16:22    Post subject: Reply with quote
Simple answer is run the build at the bottom of this list, currently r52720, or use direct https folder list until 2024.
GoMati wrote:
...thanks to some kind's soul post telling me that works nicely...so good work on this one to @blkt!
BrainSlayer is main developer with contributions by egc, ho1Aetoo, eibgrad, the-joker etc. I manage walls of text.
kernel-panic69
DD-WRT Guru


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

PostPosted: Sat May 27, 2023 16:44    Post subject: Reply with quote
mwchang wrote:
mrjcd wrote:
mwchang wrote:
Can you post the result of running the following commands:
Code:
nvram show | grep -i -E 'board|hardware'

hardware_version=RTN12D1 ...that's what its label says also Laughing
but--
DD_BOARD=Asus RT-N12B

I believe DD_BOARD is the result of setRouter() in detect.c ! I haven't read that function.

The source codes of detect.c need a change to know the existence of "D1", as you can see below:

dd-wrt/detect.c at 952177c8af0919fe9e19a8c3fba633353665e52d · mirror/dd-wrt · GitHub
https://github.com/mirror/dd-wrt/blob/952177c8af0919fe9e19a8c3fba633353665e52d/src/router/libutils/libutils/detect.c#L2742
Code:
char *hwrev = nvram_safe_get("hardware_version");
if (!strncmp(hwrev, "RTN12C1", 7))
   setRouter("Asus RT-N12C1");
else
   setRouter("Asus RT-N12B");

BTW... is the use of strncmp() correct? Later... a bit sleepy now! Smile

Anyone interested in telling BS about this new RT-N12 revision? Maybe a ticket??

Already emailed him about this. Didn't search for currently open tickets. Question I have is does the C1 revision get detected properly? Cannot find a flash report or anything other info...

_________________
"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
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1857
Location: Hung Hom, Hong Kong

PostPosted: Sat May 27, 2023 17:01    Post subject: Reply with quote
kernel-panic69 wrote:
Already emailed him about this. Didn't search for currently open tickets.

Thanks!
Quote:
Question I have is does the C1 revision get detected properly? Cannot find a flash report or anything other info...

I would also ask was there A1 and B1? What are the differences between C1 and D1?

I guess we can only wait for those router users to come to DD-WRT.

Or maybe we ask Asus' engineering department? Business opportunity for DD-WRT? AX routers?? Smile

_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw
kernel-panic69
DD-WRT Guru


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

PostPosted: Sat May 27, 2023 17:11    Post subject: Reply with quote
Are you being facetious? https://wiki.dd-wrt.com/wiki/index.php?title=Asus_RT-N12 Rolling Eyes
_________________
"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
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1857
Location: Hung Hom, Hong Kong

PostPosted: Sat May 27, 2023 17:14    Post subject: Reply with quote
kernel-panic69 wrote:
Are you being facetious? https://wiki.dd-wrt.com/wiki/index.php?title=Asus_RT-N12 Rolling Eyes

I was thinking from the codes' point of view and forgot to read the Wiki first!!

My bad... bed time! Smile

_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw
kernel-panic69
DD-WRT Guru


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

PostPosted: Mon May 29, 2023 15:48    Post subject: Reply with quote
@mrjcd: Let us know if your RT-N12D1 is finally detected right in the next build:

https://svn.dd-wrt.com/changeset/52803

Cool Twisted Evil

_________________
"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
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6290
Location: Texas

PostPosted: Mon May 29, 2023 23:48    Post subject: Reply with quote
kernel-panic69 wrote:
@mrjcd: Let us know if your RT-N12D1 is finally detected right in the next build:

tis looky better now Smile ...thanks guys Cool
Asus RT-N12D1
DD-WRT v3.0-r52805 mega (05/30/23)
Linux 4.4.302-st40 #24029 Tue May 30 04:52:06 +06 2023 mips
Code:
mrjcd@daDeb:~$ telnet 192.168.1.1
Trying 192.168.1.1...
Connected to 192.168.1.1.
Escape character is '^]'.

DD-WRT v3.0-r52805 mega (c) 2023 NewMedia-NET GmbH
Release: 05/30/23
Board: Asus RT-N12D1

DD-WRT login: root
Password:
==========================================================
 
     ___  ___     _      _____  ______       ____  ___
    / _ \/ _ \___| | /| / / _ \/_  __/ _  __|_  / / _ \
   / // / // /___/ |/ |/ / , _/ / /   | |/ //_ <_/ // /
  /____/____/    |__/|__/_/|_| /_/    |___/____(_)___/
                                                     
                       DD-WRT v3.0
                   https://www.dd-wrt.com


==========================================================


BusyBox v1.36.1 (2023-05-30 04:50:22 +06) built-in shell (ash)

root@DD-WRT:~#
Connection closed by foreign host.
mrjcd@daDeb:~$
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1857
Location: Hung Hom, Hong Kong

PostPosted: Tue May 30, 2023 9:26    Post subject: Reply with quote
MysticGold04 wrote:
Flashed this onto my Asus RT-AC3100, and after 20min of uptime, the web interface no longer works.
I assume the httpd process died, but I can't get into ssh either to check. I'll report back.

Total uptime is about 35 min.

**EDIT
So far I'm not able to get the web interface back using the below command from SSH
service httpd restart

any ideas other than rebooting? If not, I'll have to do it later.

It's better to cold boot the router, after firmware upgrade's first good reboot. Soft reboot might not clean up everything in router's hardware.

_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1857
Location: Hung Hom, Hong Kong

PostPosted: Tue May 30, 2023 9:28    Post subject: Reply with quote
mrjcd wrote:
kernel-panic69 wrote:
@mrjcd: Let us know if your RT-N12D1 is finally detected right in the next build:

tis looky better now Smile ...thanks guys Cool
Asus RT-N12D1
DD-WRT v3.0-r52805 mega (05/30/23)
Linux 4.4.302-st40 #24029 Tue May 30 04:52:06 +06 2023 mips

Out of curiosity: how did you download build 52805 for your RT-N12D1??

_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw
kernel-panic69
DD-WRT Guru


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

PostPosted: Tue May 30, 2023 13:34    Post subject: Reply with quote
mwchang wrote:
mrjcd wrote:
kernel-panic69 wrote:
@mrjcd: Let us know if your RT-N12D1 is finally detected right in the next build:

tis looky better now Smile ...thanks guys Cool
Asus RT-N12D1
DD-WRT v3.0-r52805 mega (05/30/23)
Linux 4.4.302-st40 #24029 Tue May 30 04:52:06 +06 2023 mips

Out of curiosity: how did you download build 52805 for your RT-N12D1??

It's off the nightly alpha test build server. Limited access.

_________________
"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
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1857
Location: Hung Hom, Hong Kong

PostPosted: Thu Jun 01, 2023 11:39    Post subject: Reply with quote
kernel-panic69 wrote:
It's off the nightly alpha test build server. Limited access.

Okay... thanks!

_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw
Goto page Previous  1, 2 Display posts from previous:    Page 2 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC 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 can attach files in this forum
You can download files in this forum