DD-WRT Installation, Upgrade & Basic Setup–Cliff Notes

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.)
Goto page Previous  1, 2, 3
Author Message
tiborp
DD-WRT Novice


Joined: 09 Dec 2007
Posts: 7

PostPosted: Tue Aug 07, 2018 21:31    Post subject: Reply with quote
Yep, confirmed that going back to build 35681 4/6/18, install success on first try, no issues. In looking through other threads for WRT1900AC/S, this date seems to be stable and happy.
ftp://ftp.dd-wrt.com/betas/2018
Sponsor
wookieman2
DD-WRT Novice


Joined: 03 Aug 2018
Posts: 1

PostPosted: Wed Aug 08, 2018 14:06    Post subject: Something to note on WRT1900ACXXX - Thought I bricked it. Reply with quote
One thing I noticed (because it gave me a lot of trouble) is the version seemed to be extremely important.

I have the WRT1900ACSV2. That's what it looks like on the label on the underside of my router. Well, being a newb, I tried to install the firmware for the V2. After the first firmware upload, logging back into the Web GUI, I was still on the standard Linksys Firmware. I was slightly confused, as I thought I should be looking at the DD-WRT Firmware at that point. Nope.


I went ahead and uploaded the .bin file and.....Solid red light...Absolutely nothing worked. Couldn't access the WebGUI, nothing. Had to do a reset, and fortunately found out the original firmware was still on there.


I tried 3 times with the same results.

Turns out, I don't have a V2. I have an S.

Used the firmware for the S. Worked first time. No issues. Running perfectly.

And this is the lates firmware as of 7-XX-2018
spuriousoffspring
DD-WRT Guru


Joined: 05 Apr 2017
Posts: 981
Location: Louisiana, USA

PostPosted: Wed Aug 08, 2018 14:26    Post subject: Reply with quote
Always go by what is listed under Model Number not the FCC ID.
_________________
DD-WRT Installation & Setup TUTORIAL
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=311117

WRT32X DD-WRT Installation Procedure
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=315569

IPVanish OpenVPN Client Setup TUTORIAL
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=308565

FIRMWARE: OpenWrt SNAPSHOT r8217-2cc821e / LuCI Master (git-18.276.41146-280dd33)
MODEM: ARRIS SURFBoard SB8200
ROUTER: Linksys WRT32X
USB NAS: Western Digital BLACK 1 TB Hardrive + Startech USB 3.0 External SATA III Enclosure
fabiasimon
DD-WRT Novice


Joined: 04 Sep 2018
Posts: 1

PostPosted: Tue Sep 04, 2018 10:52    Post subject: DD-WRT help Reply with quote
Hi All,

I am a DD-WRT newbie and have a couple of questions.

I have a Linksys WRT3200ACM router and is currently running the Linksys standard firmware. I am considering flashing with DD-WRT to enable me to link my IP VANISH account to the router.

If I do this is it possible to have say 2 wireless networks? one that routes through the VPN and one that doesn't?

With DD-WRT am I still able to manage my router remotely as I do currently using the Linksys app?

Thanks in advance
spuriousoffspring
DD-WRT Guru


Joined: 05 Apr 2017
Posts: 981
Location: Louisiana, USA

PostPosted: Tue Sep 04, 2018 11:47    Post subject: Re: DD-WRT help Reply with quote
fabiasimon wrote:
I have a Linksys WRT3200ACM router and is currently running the Linksys standard firmware. I am considering flashing with DD-WRT to enable me to link my IP VANISH account to the router.

If I do this is it possible to have say 2 wireless networks? one that routes through the VPN and one that doesn't?

The most effective method may be to set up a VAP (Guest Network) or a VLAN (Virtual Local Area Network) and use iptables (custom firewall rules).
I personally haven't needed to split my OpenVPN Client tunnel, but I have seen plenty of information on it.

Check out the Advanced Networking section of the Forum.
https://forum.dd-wrt.com/phpBB2/viewforum.php?f=53

fabiasimon wrote:
With DD-WRT am I still able to manage my router remotely as I do currently using the Linksys app?

Yes. For larger devices such as an iPad I just use the default browser to navigate to the GUI at 192.168.1.1.
For smaller screens I recommend the DD-WRT App by Dappitude Limited. There is a Lite version for free you can use for testing and the paid version for $7.99 (worth it).

I also use the SSH / Telnet Client App, Shelly. There's a free version that has everything you need. (I upgraded to the paid version to support the developer)

_________________
DD-WRT Installation & Setup TUTORIAL
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=311117

WRT32X DD-WRT Installation Procedure
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=315569

IPVanish OpenVPN Client Setup TUTORIAL
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=308565

FIRMWARE: OpenWrt SNAPSHOT r8217-2cc821e / LuCI Master (git-18.276.41146-280dd33)
MODEM: ARRIS SURFBoard SB8200
ROUTER: Linksys WRT32X
USB NAS: Western Digital BLACK 1 TB Hardrive + Startech USB 3.0 External SATA III Enclosure
TekFreckle
DD-WRT Novice


Joined: 16 Sep 2018
Posts: 1

PostPosted: Sun Sep 16, 2018 14:06    Post subject: Ubootenv command Reply with quote
When I run the ubootenv get boot_part command, all I get back is list as the return. I have listed all of the ubootenv variables and that is what is supposed to be returned. I am running version 36330 and wondering if there is something else I should be using for the command. Thanks in advance.
ATHF
DD-WRT Guru


Joined: 14 Dec 2015
Posts: 775
Location: 127.0.0.1

PostPosted: Mon Sep 17, 2018 4:38    Post subject: Re: Ubootenv command Reply with quote
TekFreckle wrote:
When I run the ubootenv get boot_part command, all I get back is list as the return. I have listed all of the ubootenv variables and that is what is supposed to be returned. I am running version 36330 and wondering if there is something else I should be using for the command. Thanks in advance.


When you run the ubootenv get boot_part, you get a list like this?

root@Dink_1900:~# ubootenv
usage:
ubootenv [option] [item] [value]...

[option]: {set,get, del,list}
[item]: Uboot environment variable name
[value]: Value of uboot environment variable

ubootenv set [item] [value]....
ubootenv get [item]
ubootenv del [item]
ubootenv list
root@Dink_1900:~#

_________________
Tutorial for flashing WRT series
WRT Installation,Upgrade & Basic Setup–Cliff Notes
r52242: WRT3200ACM, WRT1200ACv1 & 1 Velop in bridge mode(IoT subnet), r52242 WRT1900ACv1 AP
Velop:2 WHW0101, RE6500, RE9000(AP)
Spectrum - 1000/50
SysLog Watcher 5, New security Onion box coming soon, Fingboxes, PiHoles, NEMS, Cacti, rpisurv
robn30
DD-WRT Novice


Joined: 14 Aug 2013
Posts: 16

PostPosted: Mon Sep 17, 2018 23:49    Post subject: Reply with quote
If I use the ubootenv command to set the boot back to stock Linksys, can I use that command while on the stock firmware to get back to DD-WRT. I don't recall stock Linksys coming with SSH baked in or a command option using the GUI like DD-WRT. What's the easiest way to do this on the stock firmware?
Malachi
DD-WRT Guru


Joined: 17 Jul 2012
Posts: 7206
Location: Columbus, Ohio

PostPosted: Mon Sep 17, 2018 23:51    Post subject: Reply with quote
robn30 wrote:
If I use the ubootenv command to set the boot back to stock Linksys, can I use that command while on the stock firmware to get back to DD-WRT. I don't recall stock Linksys coming with SSH baked in or a command option using the GUI like DD-WRT. What's the easiest way to do this on the stock firmware?


Once on stock firmware, if you want to switch back to dd-wrt, just go the the setting that says to revert to previous firmware. I’m paraphrasing. It’s on the trouble shooting page, I believe.

_________________
I am far from a guru, I'm barely a novice.
robn30
DD-WRT Novice


Joined: 14 Aug 2013
Posts: 16

PostPosted: Sat Sep 22, 2018 20:59    Post subject: Reply with quote
Malachi wrote:
robn30 wrote:
If I use the ubootenv command to set the boot back to stock Linksys, can I use that command while on the stock firmware to get back to DD-WRT. I don't recall stock Linksys coming with SSH baked in or a command option using the GUI like DD-WRT. What's the easiest way to do this on the stock firmware?


Once on stock firmware, if you want to switch back to dd-wrt, just go the the setting that says to revert to previous firmware. I’m paraphrasing. It’s on the trouble shooting page, I believe.


Wow, that seems quite easy. Thanks for the information. So I guess this method is why the WRT3200ACM and others have 2 boot partitions. One last question, this won't blow out my DD-WRT configuration will it? I hoping that if I switch between the two that both configuration setups will remain intact. Thanks again.
XERXES 8933A/A
DD-WRT Novice


Joined: 27 Sep 2018
Posts: 2

PostPosted: Thu Sep 27, 2018 11:45    Post subject: Booting issues installing after successful flash Reply with quote
Hi, my experience is that I had the same issues reported with WRT1900AC with the latest betas trying to do a first-time install of dd-wrt from inside the Linksys OEM firmware on a WRT1200AC router.

After flashing the latest "DD-WRT Factory image" (36698) firmware on the WRT1200AC, the router fails to boot 3 times, and goes back to the OEM firmware.

The solution was to download and install the 04-06-2018-r35681 beta "DD-WRT Factory image", (which installs and boots successfully from the latest OEM firmware), then install the latest "DD-WRT Webupgrade" (36698) from inside dd-wrt.

Now I am running DD-WRT v3.0-r36698 std ( 08/22/18 ) on the WRT1200AC without issues. Cool

https://dd-wrt.com/support/other-downloads/?path=betas%2F2018%2F
conradb
DD-WRT Novice


Joined: 21 Sep 2018
Posts: 2

PostPosted: Sat Sep 29, 2018 7:23    Post subject: Re: Booting issues installing after successful flash Reply with quote
XERXES 8933A/A wrote:
Hi, my experience is that I had the same issues reported with WRT1900AC with the latest betas trying to do a first-time install of dd-wrt from inside the Linksys OEM firmware on a WRT1200AC router.

After flashing the latest "DD-WRT Factory image" (36698) firmware on the WRT1200AC, the router fails to boot 3 times, and goes back to the OEM firmware.

The solution was to download and install the 04-06-2018-r35681 beta "DD-WRT Factory image", (which installs and boots successfully from the latest OEM firmware), then install the latest "DD-WRT Webupgrade" (36698) from inside dd-wrt.

Now I am running DD-WRT v3.0-r36698 std ( 08/22/18 ) on the WRT1200AC without issues. Cool

https://dd-wrt.com/support/other-downloads/?path=betas%2F2018%2F


Can confirm. Have WRT1200AC V1 and I had the same 3 failed reboots after firmware install (v Beta 36698). Can confirm that firmware 04-06-2018-r35681 works!
spuriousoffspring
DD-WRT Guru


Joined: 05 Apr 2017
Posts: 981
Location: Louisiana, USA

PostPosted: Sat Sep 29, 2018 8:11    Post subject: Reply with quote
I have also seen reports of issues with generating backups. The file produced by the GUI backup is missing the .bin file extension.
I think it affects only certain, older browsers.

_________________
DD-WRT Installation & Setup TUTORIAL
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=311117

WRT32X DD-WRT Installation Procedure
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=315569

IPVanish OpenVPN Client Setup TUTORIAL
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=308565

FIRMWARE: OpenWrt SNAPSHOT r8217-2cc821e / LuCI Master (git-18.276.41146-280dd33)
MODEM: ARRIS SURFBoard SB8200
ROUTER: Linksys WRT32X
USB NAS: Western Digital BLACK 1 TB Hardrive + Startech USB 3.0 External SATA III Enclosure
kernel-panic69
DD-WRT Guru


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

PostPosted: Tue Apr 14, 2020 20:56    Post subject: Reply with quote
This thread has been locked because of evolving into something it was not intended for, which is a how-to. If you need help, open a new thread.
_________________
"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
kernel-panic69
DD-WRT Guru


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

PostPosted: Tue Oct 24, 2023 11:46    Post subject: Reply with quote
UPDATES:

In an effort to organize and clean-up the amount of stickies at the top of the forum, the following topics have been retired back to the forum or moved elsewhere, while adding edits to OP regarding clearing nvram and noting the first two topics:



53633 is the last Linux 4.9 build:53662 bricked everyone, it was the first Linux 6.1 build.

_________________
"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
Goto page Previous  1, 2, 3 Display posts from previous:    Page 3 of 3
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.) 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