Davidc502- wrt1200ac wrt1900acx wrt3200acm wrt32x builds

This can be done by DD-WRT.
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=315569
"Trick to Upgrade DD-WRT Firmware without losing current configuration or the need to return to Stock Firmware:

Using Telnet/SSH and the ubootenv set boot_part command (described below) it is possible to upgrade to a newer version of DD-WRT without the need to manually switch back to Stock Firmware Partition. All previously configured settings will remain intact.

  1. Use the ubootenv get boot_part command to learn the current Partition in use.
  2. Use the ubootenv set boot_part (1 or 2 – the opposite number returned in Step 1) command.
  3. DO NOT REBOOT
  4. In DD-WRT GUI – Administration Tab – Firmware Upgrade Sub Tab: Upload the new ’dd-wrt webflash.bin’ file for your Router & Hardware Version. MAKE SURE THAT NO RESET IS SELECTED.
  5. After Firmware Upgrade is finished the Router will automatically reboot.

*You should now have the new DD-WRT upgrade on the current Partition and OEM Firmware will still be intact on opposite partition."

I was hoping that there is the same trick for OpenWrt.

I have the version - OpenWrt 18.06.2 installed on Linksys WRT1900ACS, that I am trying to install your version, I get the following message

The uploaded image file does not contain a supported format. Make sure that you choose the generic image format for your platform

This is the version I'm trying to install - openwrt-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory.img

Your using the wrong image file. The one you need is
openwrt-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin

1 Like

Yes, that's exactly what I was doing now. Why do not I see the original Linksys version?

@SuperMouse

That's a nice trick by dd-wrt. So, it sounds like that is the distro you need to stick with because it does what you need it to do.

Best Regards,

David

ubootenv get boot_part doesn't workin ssh on OpenWRT its another command.

1) Use the fw_printenv boot_part command to learn the current Partition in use.

2) Use the fw_setenv boot_part (1 or 2 – the opposite number returned in Step 1) command.

3) DO NOT REBOOT

4) In OpenWRT GUI – System – Backup / Flash Firmware: Upload the new ’sysimage’ file for your Router & Hardware Version. MAKE SURE THAT KEEP SETTINGS IS SELECTED.

5) After Firmware Upgrade is finished the Router will automatically reboot.
2 Likes

Thanks David! I realize now it is the IP given to my router from my fios modem. Thank you again for all the hard work.

Yeah, I was curious about that as well :slight_smile: With some ISP's using NAT, it didn't surprise me, but thought it could also be behind another router too.

Cheers.

I understand that this method is only for DD-WRT.
I'm just a user, and not very savvy specialist on these issues. I saw that DD-WRT can do such a thing.
And I decided to ask if there was anything like it on OpenWrt.
Maybe I vaguely spoke out because I am not a native speaker of English.
You should not be so touchy. These are just questions to figure out.
P.S.
OpenWrt is what I need.

1 Like

Hi, is disabling IP6 a simple case of just stopping the WAN6 interface or are there further steps? Thanks in Advance

That should do it, but here is a little more information.

Hi David,

I had this issue and I also switched but for me the hanging issues are all gone now.
This is on a WRT1900 ACS v2.

Here is my list of installed packages:

https://pastebin.com/Syj6fjvh

Perhaps it helps you :slight_smile:

Dear SuperMouse,
Heelo and yes - you were a bit vague initially by not describing the DD-WRT method of achieving what you desired from OpenWrt. However, on my behalf - I apologize and wish you well as you embark on your adventures and use of Dave's Builds. Generally, people here are very helpful in this Community and go the extra mile to assist others. I would say that in the end - you got the answer to your question as well. Anyway, Welcome and God Bless. Also, a softer kinder respectful tone is always best when employed by all concerned parties.

2 Likes

Thank you for the additional information.

1 Like

The Devel ATMaterial theme has just been merged to Master, For those that liked the Router Name being in place instead of the router OpenWRT Logo do not worry, I am going to place that as another theme with all the corrections made with devel just minus the logo so you can choose between the both of them. Will be uploading the .ipk in the releases area soon enough.

New Default Theme:
Uninstall atmaterial theme via the WebGUI then SSH in to your router and issue the following command

wget https://github.com/solidus1983/luci-theme-atmaterial/releases/download/V1.0/luci-theme-atmaterial_Master_all.ipk && opkg install luci-theme-atmaterial_Master_all.ipk

@davidc502 so your going to need to include into your feeds.conf

src-git linksysmaterial git://github.com/solidus1983/luci-theme-linksysmaterial.git
3 Likes

@solidus1983

Not a problem. Will do.

1 Like

Okej thanks. I will try that.

What command do you type to check wifi drivers?

Does david build have diffrent QOS types? (I don't remember)

Yes it has both QOS and SQM, with SQM QOS it has

Cake, fq-codel, pie and codel.

You can also install sqm-scripts-extra which has extra sqm's but are experimental.

As to find what driver you have ssh in to the router and use

ls -l mwlwifi*

Thanks, going to give it one more try. I’m using Openwrt right now. Can I just use the upgrade.bin too get this firmware on my part2 drive? And one thing, what settings are you running on wifi? I’m going too use 5ghz. Is the wifi stable with the latest driver?

using sysupgrade will flash to the other partition, I have been using the DC502 WRT firmware for a while now and its stable as a rock on 5Ghz on 80mhz bands not sure fully on 160mhz as i don't have the new Wireless card yet as its coming from germany.

Also the Original theme without the OpenWRT logo has been compiled simply SSH in to your router and use the following command

wget https://github.com/solidus1983/luci-theme-linksysmaterial/releases/download/V0.1a/luci-theme-linksysmaterial.ipk && opkg install luci-theme-linksysmaterial.ipk

This will download and install it at once and you can select it by clicking linksysmaterial in the WebGUI this is a pre-release though as i need to make some changes still on both themes.