Davidc502- wrt1200ac wrt1900acx wrt3200acm wrt32x builds

Dear razor7,
Hello and I hope that you are both safe and well. I second ninjanoir78's suggestion and recommendation that the :

Netgear r7800 is really stable.

I bought two of these recently after near three years with Davidc502's Builds - I own 32x / wrt3200acm / 1900acs v2 / and 1200ac -- as you know Dave has taken a sabbatical / hiatus ( if we are all lucky ).
There is a good chance that Dave may never come back to this project. So, I moved onto the Netgear r7800. Two great OpenWRT Builds for the Netgear r7800 are listed below :

Hannu Nyman aka hnyman
He produces three builds / two based on Master / 
and one based on stable 19.07.6 with up to date commits
hnyman releases builds every two to three days for Master
see here for downloads and thread :

https://forum.openwrt.org/t/build-for-netgear-r7800/316

There is another promising firmware for Netgear r7800 by ACwifidude

ACwifidude's Build is based off master + hardware 
offloading with the two NSS cores
Build Goals: Maximum ipq806x performance for Gigabit WAN connections
ACwifidude releases a new Build every weekend normally
see here for downloads and thread :

https://forum.openwrt.org/t/ipq806x-nss-build-netgear-r7800-tp-link-c2600-linksys-ea8500/82525

I realize that this post is off topic but I like razor7 and others are looking for
viable alternatives for OpenWRT in the aftermath of Dave's work and efforts
being halted since June 2020.

Also Hannu Nyman aka hnyman 's CPU frequency scaling driver for mvebu (WRT3200ACM etc.) Build - updated about once a month

https://forum.openwrt.org/t/cpu-frequency-scaling-driver-for-mvebu-wrt3200acm-etc/2808/2

Hope this helps for all those looking to move forward.

2 Likes

I have just taken the leap of faith from using Davids builds and tried the latest No-nonsense linksys WRT build on my 1900ACS.
These builds could be an option.
I admit I have a simple network config lan1-4 bridged and vlan taging on the WAN port. Configuring DSA could be an issue for some moving forward.
So far no noticeable issues after 2.5hrs uptime.

Dear larrynz,
Hello and I hope that you are both safe and well. When you say :

tried the latest No-nonsense linksys WRT build

May I inquire to which build are you referring ? Maybe you can point me in the right direction and I and others can give that option a try as well. Thanks in advance for your input and assistance.

Edit : I was able to find No-nonsense linksys WRT build
Thread and downloads here for all interested :

https://forum.openwrt.org/t/no-nonsense-linksys-wrt-builds/80522

Thanks for the information and update 
about this development for WRT routers
1 Like

Yes that's the one, in the community build section.
I believe there is also a Superwrt build in there,but haven't tried it.

Hi,

is there an easy way to update the packages that came baked into david's last build?..I tried looking in the software section of the luci menu but the updates part doesn't seem to populate after I request a list update.

if there's a script or something which will handle it, I'd love to get it as I feel there may be packages now which could do with updating.

2 Likes

hi @batkung it seems not so easy... Differences between Stock OpenWrt and Comunnity Build

Hi, i have wrt3200acm, testing many fw and it always show only 1 radio.
radio0 Marvell 88W8964 802.11bgn and i can only use 2.4GHz. Any suggestion?
My kernel log
https://throwaway.link/.a7a23da1bb2df8cecca68d50b9a9dd09#df85470b88d46434788618360c7aa375

Check kernel log for setup / errors...

I've picked up a r7800 to replace my wrt3200acm and am much happier so far. It has been discontinued, so finding a new might be hard. Good luck.

First, please edit the post and replace your log dump with a throwaway link i.e.

dmesg | nc termbin.com 9999

dmesg dump from a rango. Ignore the differences as I am booting 5.10.x, but I see no phy1 getting setup on your device, not even a failed attempt. You say you have tried many FW versions, presumption would be HW failure.

On oem fw i can configure wifi but it not working at all. On openwrt it works but only 1 radio is available. I will check hw, thx for advice.

Quick stupid question, is anyone running plain openwrt on their linksys routers?
What do I lose by running that vs david's build?
I read the comparison, so there is a few packages, drivers are specific for a device, but does that mean these custom builds are better than the standard from openwrt?

Hi! in my case I'm running Insomnia Build and it's working just fine
https://www.corifeus.com/openwrt-insomnia

Here my cheat sheet to get as close as I wanted to Davidc build:

Update WiFi Firmware
================================
cd /lib/firmware/mwlwifi
mv 88W8964.bin 88W8964.bin.ORG
wget https://github.com/kaloz/mwlwifi/raw/master/bin/firmware/88W8964.bin -O 88W8964.bin.OEM
ln -s 88W8964.bin.OEM 88W8964.bin
reboot

luci-app-statistics
================================
opkg install luci-app-statistics collectd collectd-mod-cpu collectd-mod-interface collectd-mod-iwinfo collectd-mod-load collectd-mod-memory collectd-mod-network collectd-mod-rrdtool collectd-mod-sensors collectd-mod-thermal rrdtool1

mkdir /tmp/rrd
chown -R nobody:nogroup /tmp/rrd

/etc/init.d/luci_statistics enable
/etc/init.d/collectd enable

opkg update
opkg install curl libustream-openssl ca-bundle ca-certificates

curl -OJL https://gist.githubusercontent.com/squarewf/a2347fe44e217a19998eb2b6b1b16c59/raw/60982762db4df24f147b00f19113f915618df940/rrdbackup

mv rrdbackup /etc/init.d/rrdbackup
chmod +x /etc/init.d/rrdbackup
/etc/init.d/rrdbackup enable
/etc/init.d/rrdbackup start

luci-app-advanced-reboot
================================
opkg install luci-app-advanced-reboot

ddns-scripts
================================
opkg install luci-app-ddns ddns-scripts

luci-app-adblock
================================
opkg install adblock luci-app-adblock

luci-app-watchcat
================================
opkg install luci-app-watchcat watchcat

luci-app-wol
================================
opkg install luci-app-wol

luci-app-sqm
================================
opkg install luci-app-sqm sqm-scripts

luci-app-bcp38
================================
opkg install luci-app-bcp38 bcp38

igmpproxy
================================
opkg install igmpproxy
2 Likes

Having in account that a custom build is far beyond my reach, I have decided to use the Insomnia build, and so far so good.

Is there a way to tell if I have the european version of the router?

Thanks!

iw reg get

and presumably the sticker on unit bottom

1 Like

I'm very unsure on how to go on. I loved Davids builds because it was so easy for me to update and configure. Im not a Linux guy at all and the dnsmasq thing worries me.
Can I simply update with this sysupgrade.bin? http://mirror.0x.sg/openwrt/releases/19.07.6/targets/mvebu/cortexa9/openwrt-19.07.6-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin
Will I loose my config? I use wireguard and wifi, nothing else on this switch/router.
Thanks everybody for your help. Im a mechanical engineer and im stuck with caring for security in a small company.

Given that these builds had a rather special pre-installed package set and configuration (especially in regards to the dns setup), I would strongly suggest to start with a clean default config.

1 Like

I also loved Davids builds, everything worked well and was updated often. I finally had to compile my own builds to meet my needs. I started off with No nonsense build and added the packages I needed. His video explaining the entire process made it very simple. If you choose to go this route feel free to PM me with any questions. Its really not that difficult.

Which router do you have and are you getting good WiFi performance using your own builds?

I have two for testing. A 1200ac and a 32x. I will test the internal wifi speeds and get back to you. I got tired of latency and drops so I purchased access points for each.