Davidc502- wrt1200ac wrt1900acx wrt3200acm wrt32x builds

You can just use sysupgrade, do not keep config, or follow the advice in the 21.x post.

See post to disable AMSDU.

2 Likes

thank you so much , really appreciate the advice, this clarifies things for me

In my case i have one partition with openwrt and the others with the linksys oem firmware.
Can i install a new fresh instalation "openwrt _factury_file" by switch the partition to oem firmware??

Yes that's what I did, just use advanced reboot (or SSH in) and have it reboot to OEM then flash the "factory" OpenWrt firmware. It'll override your current OpenWrt partition and reboot to it.

1 Like

Hi.

Have been running Davidc502 build on a WRT1900AC v1 for a couple of years and thought it was time for an update.

Current Firmware Version OpenWrt SNAPSHOT r13059-9fac9168c6 / LuCI Master git-20.116.42735-f44ba48. Current Kernel Version 4.19.115

Having been greeted with "At this time, there has been a stoppage of new builds." I thought I would drop in and ask which STABLE version should I update to?

Thanks

This, but still RC.

Should I switch to OEM firmware partition, if it's still there, or should I reinstall the OEM firmware and then install 21.02.0 RC

Thanks.

Entirely up to you, personally I have no idea why people keep OEM hanging about. I would just sysupgrade but...

Should also mention there is this, and images to be found off the link on my avatar, but those are both based off master at whatever point in time.

1 Like

Posting to keep the topic open. Closes after 10 days.

1 Like

Hi Guys,

I have a problem with 1900acsv2 somehow i cannot get PPPOE working, it does connect with the stock partition and also with OpenWRT DHCP .
I did the following
Factory reset the device and re-created everything without using any backups - no success
I get PADO timeouts

on Feb 15 17:43:17 2021 daemon.info dnsmasq-dhcp[2302]: read /etc/ethers - 0 addresses
Mon Feb 15 17:43:18 2021 daemon.err odhcp6c[1836]: Failed to send DHCPV6 message to ff02::1:2 (Permission denied)
Mon Feb 15 17:43:19 2021 daemon.err odhcp6c[1836]: Failed to send RS (Permission denied)
Mon Feb 15 17:43:23 2021 daemon.err odhcp6c[1836]: Failed to send RS (Permission denied)
Mon Feb 15 17:43:26 2021 daemon.err odhcp6c[1836]: Failed to send DHCPV6 message to ff02::1:2 (Permission denied)
Mon Feb 15 17:43:27 2021 daemon.warn pppd[1877]: Timeout waiting for PADO packets
Mon Feb 15 17:43:27 2021 daemon.err pppd[1877]: Unable to complete PPPoE Discovery
Mon Feb 15 17:43:27 2021 daemon.info pppd[1877]: Exit.
Mon Feb 15 17:43:27 2021 daemon.notice netifd: Interface 'wan' is now down
Mon Feb 15 17:43:27 2021 daemon.notice netifd: Interface 'wan' is setting up now
Mon Feb 15 17:43:27 2021 daemon.err insmod: module is already loaded - slhc
Mon Feb 15 17:43:27 2021 daemon.err insmod: module is already loaded - ppp_generic
Mon Feb 15 17:43:27 2021 daemon.err insmod: module is already loaded - pppox
Mon Feb 15 17:43:27 2021 daemon.err insmod: module is already loaded - pppoe
Mon Feb 15 17:43:27 2021 daemon.info pppd[2363]: Plugin rp-pppoe.so loaded.
Mon Feb 15 17:43:27 2021 daemon.info pppd[2363]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Mon Feb 15 17:43:27 2021 daemon.notice pppd[2363]: pppd 2.4.7 started by root, uid 0
Mon Feb 15 17:43:33 2021 daemon.err uhttpd[1635]: luci: failed login on / for root from 192.168.1.128
Mon Feb 15 17:43:38 2021 daemon.err uhttpd[1635]: luci: accepted login on / for root from 192.168.1.128
Mon Feb 15 17:43:42 2021 daemon.warn pppd[2363]: Timeout waiting for PADO packets
Mon Feb 15 17:43:42 2021 daemon.err pppd[2363]: Unable to complete PPPoE Discovery
Mon Feb 15 17:43:42 2021 daemon.info pppd[2363]: Exit.
Mon Feb 15 17:43:42 2021 daemon.notice netifd: Interface 'wan' is now down
Mon Feb 15 17:43:42 2021 daemon.notice netifd: Interface 'wan' is setting up now
Mon Feb 15 17:43:42 2021 daemon.err insmod: module is already loaded - slhc
Mon Feb 15 17:43:42 2021 daemon.err insmod: module is already loaded - ppp_generic
Mon Feb 15 17:43:42 2021 daemon.err insmod: module is already loaded - pppox
Mon Feb 15 17:43:42 2021 daemon.err insmod: module is already loaded - pppoe
Mon Feb 15 17:43:42 2021 daemon.info pppd[2461]: Plugin rp-pppoe.so loaded.
Mon Feb 15 17:43:42 2021 daemon.info pppd[2461]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Mon Feb 15 17:43:42 2021 daemon.notice pppd[2461]: pppd 2.4.7 started by root, uid 0
Mon Feb 15 17:43:42 2021 daemon.err odhcp6c[1836]: Failed to send DHCPV6 message to ff02::1:2 (Permission denied)

the and here is the /etc/config/network

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd77:314b:33e8::/48'

config interface 'lan'
        option type 'bridge'
        option ifname 'eth0.1'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config interface 'wan'
        option ifname 'eth1.2'
        option proto 'pppoe'
        option username 'password'
        option ipv6 '0'
        option password 'password'

config interface 'wan6'
        option ifname 'eth1.2'
        option proto 'dhcpv6'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 1 2 3 5t'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '4 6t'

Any ideea would be welcomed

Thanks

root@OpenWrt:~# * opkg_download: Failed to download https://dc502wrt.org/snapshots/r11829/packages/
arm_cortex-a9_vfpv3/telephony/Packages.gz, wget returned 4.
-ash: *: not found
root@OpenWrt:~# *

is the repo up?

I've turned it down. If you need packages I can turn the webserver back on for a while.

I've turned it back on, but will turn it back off tonight.

1 Like

Hi David , Could be possible have access to last publish builds of WRT1200AC and WRT3200ACM
Thanks!

Hi,

Are you turning the web server off permanently or is this just for maintenance reasons? I needed to download git to my router which failed and saw that your website was also off-line, it appears some of us are still using your last build instead of switching to DSA. :slightly_smiling_face:

Yea I was running davidc502, it was flawless. Had months of uptime with zero issues. Switched over to 21.02-rc1 when it was released just to try something new, it's running quite well too no major issues just a few bugs that are being fixed before full release.

The Davidc502 website is offline i only need the last build to my wrt3200acm, dont have a save file in my pc :sob: :sob: :scream:

Nice its online , i save the files

Think I will have to go down the same route unfortunately can't afford to have any downtime at all right now. Do we have any idea when the full release is due?

I'd imagine it's still several months away. Usually there are a bunch of release candidates before a final release.

@davidc502, I need to download the last builds and packages for the WRT1900ACS and WRT3200, so could you please bring the web server temporarily back online? Thanks much!