OpenWrt Forum Archive

Topic: davidc502 1900ac 3200acm builds

The content of this topic has been archived between 26 Feb 2018 and 7 May 2018. Unfortunately there are posts – most likely complete pages – missing.

davidc502 wrote:

A new experimental build has been uploaded to the server and is ready to be downloaded.

r6365 running here on a 1900acsv2. Installed from the Linksys partition. I've activated both radios, the family seems happy.

I'm walking through the system and kernel logs now. I don't see anything to be concerned about so far but I have a question for anyone who wants to answer: why is it loading the bluetooth modules? Does anoyone have a usb bluetooth adapter installed? And if so, what do you do with it?

Something else: I realize this build has a kernel that is more than a year more modern than the old one but I would expect that to make the .img bigger, not smaller. This experiemental .img is 15.6 MB while the norm for the older builds using the 4.9 kernel is about 16.4 MB. That is a pretty big drop in size and I'm curious why that would be.

Cheers.

(Last edited by nick59 on 3 Mar 2018, 22:48)

This commit reduced size somewhat (size of BLOBs removed from each image). Don't know if this build is using per-device rootfs, but even when used, I have never been able to completely remove BT(some in kernel) on all device except the one where it is wanted (rango).

davidc502 wrote:

A new experimental build has been uploaded to the server and is ready to be downloaded

I am running it now on my WRT3200ACM - I flashed from stock firmware. So far everything has gone well -  configuration worked correctly and wireless was able to be setup with the correct interfaces showing up.

Probably not related to your configuration - I did notice that I ran into some weirdness with the SQM QoS scripts not honoring my download bandwidth immediately - I ended up restarting the router and then it worked fine though.

I'll keep you updated if I see any issues.

davidc502 wrote:
A new experimental build has been uploaded to the server and is ready to be downloaded

Running it on WRT1900ACS V2 flashed from stock.
So far, no problem on kernel 4.14.23 except SAMBA which probably didn't compile.
Will update if any issue.
Thank David for your work and contribution, I don't post much but I read this thread daily.

blamaz wrote:

davidc502 wrote:
A new experimental build has been uploaded to the server and is ready to be downloaded

Running it on WRT1900ACS V2 flashed from stock.
So far, no problem on kernel 4.14.23 except SAMBA which probably didn't compile.
Will update if any issue.
Thank David for your work and contribution, I don't post much but I read this thread daily.

Thank you for the reminder....   I need to follow up with the Samba packages.

blamaz wrote:

davidc502 wrote:
A new experimental build has been uploaded to the server and is ready to be downloaded

Running it on WRT1900ACS V2 flashed from stock.
So far, no problem on kernel 4.14.23 except SAMBA which probably didn't compile.
Will update if any issue.
Thank David for your work and contribution, I don't post much but I read this thread daily.

Same here, everything looking good save for samba

anymouse617 wrote:
blamaz wrote:

davidc502 wrote:
A new experimental build has been uploaded to the server and is ready to be downloaded

Running it on WRT1900ACS V2 flashed from stock.
So far, no problem on kernel 4.14.23 except SAMBA which probably didn't compile.
Will update if any issue.
Thank David for your work and contribution, I don't post much but I read this thread daily.

Same here, everything looking good save for samba


Okay, Samba is now available.  There will probably be a configuration warning the first time a package is installed, but should be fine after that.

Be sure to do a opkg update first.

(Last edited by davidc502 on 4 Mar 2018, 02:01)

bytchslappa wrote:
davidc502 wrote:
bytchslappa wrote:

This might be a strange question - I'm still running a 1900acv1 - on r5113 - stable as a stable thing - what is the max WAN speed people have seen on these routers.. I've got a 1Gigabit connection - but seeing a whole 200mbps coming down the pipe...

A couple of years ago I owned the v1. At times, depending on the build, I could get 650mbps to 800mbps. There was always this issue with IRQ balancing. Most of the times 1 cpu would handle the entire load, and when that happened I could only get around maybe 400mbps.  The other and main issue of why it isn't able to get 1Gbps was due to the lack of hardware acceleration. Over the years there have been several people who have tried to patch and get it working, but nothing really stuck, and nothing ever reached trunk for distribution. At least that's what I remember.

200Mbps seems a little low even if IRQ balancing isn't working.  Run htop whist doing a speed test and see if 1 processor gets maxed out. Also, for a test, you might check the latest build. The latest build (r6302) will have reboot issues, but I'm curious if some of the processor changes to keep it from rebooting on r5113 is killing throughput.


Do a few speed tests with it and then revert back to r5113.

Yip - A CPU core is pegging during the speed test - the second core hits around 50%-60% with r5113... will roll back to stock and test, and upgrade to r6302 and test..

Thanks smile

I rolled back to stock and didn't see any performance difference sad - looks like something is up with my connection.. booo...off to talk to my provider..

davidc502 wrote:

A new experimental build has been uploaded to the server and is ready to be downloaded.

This one messes up my WiFi config on 3200 completely. Seems that there are now 2 entries for each radio in etc/config/wireless. The interfaces are still associated with the "old" radios and I cannot bring them up. I'd probably have to rebuild the whole WiFi config to make this work...but right now I'm just too lazy. tongue

(Last edited by floydburgermcdahm on 4 Mar 2018, 09:27)

SFM. Now I see 5 radios instead of 3 (or two)
Redo /etc/config/wireless with replacing

option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
and
option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'

for radio0 and radio1 respectively, bounce wifi and it's OK now.
Missing transmission-daemon packages on default repo.

AddRemover wrote:

SFM. Now I see 5 radios instead of 3 (or two)
Redo /etc/config/wireless with replacing

option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
and
option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'

for radio0 and radio1 respectively, bounce wifi and it's OK now.

The wifi PCI path renaming was expected for 4.14 and there is even a transition mechanism for that (4.9-->4.14) in the default sources:
https://git.openwrt.org/?p=openwrt/open … e779ae6292

With my own WRT3200ACM build, the wifi config was updated automatically with the sysupgrade from 4.9 to 4.14 bump, just as expected.

(Last edited by hnyman on 4 Mar 2018, 11:25)

AddRemover wrote:

SFM. Now I see 5 radios instead of 3 (or two)
Redo /etc/config/wireless with replacing

option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
and
option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'

for radio0 and radio1 respectively, bounce wifi and it's OK now.
Missing transmission-daemon packages on default repo.

Finally we'll have to mess with path options again, oh how I missed it! lol Anyway, thanks for the info, I'll give it a shot.

hi david. on your newest experimetnal builds on wrt3200acm, i get these errors in syslog:

Sun Mar  4 16:57:51 2018 daemon.info dnscrypt-proxy[3760]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 16:58:06 2018 daemon.err dnscrypt-proxy[3760]: dnscrypt-proxy Unable to retrieve server certificates
Sun Mar  4 17:03:06 2018 daemon.info dnscrypt-proxy[3760]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 17:03:21 2018 daemon.err dnscrypt-proxy[3760]: dnscrypt-proxy Unable to retrieve server certificates
Sun Mar  4 17:08:21 2018 daemon.info dnscrypt-proxy[3760]: dnscrypt-proxy Refetching server certificates

it's a standard cable model dhcp wan setup. no errors on previous two builds.
great work - thank you

(Last edited by ghoffman on 4 Mar 2018, 14:15)

davidc502 wrote:

A new experimental build has been uploaded to the server and is ready to be downloaded. It is based on kernel 4.14.23. According to the latest commits, this is now the 'default' kernel for our model series. Rather than just jump into it, I thought it would be a good idea to do some testing and hear feedback from users before making it a regular build. The last experimental build had wifi issues especially for V2 owners, so I'm interested to hear if those problems continue of if they have now been fixed. I suspect they have indeed been fixed.

Patch 005 has been added to the build, so the very latest 3200acm hardware can enjoy this firmware as well.
I did not hack the wifi driver for the 1200acm this time. I'm interested to hear from 1200acm users if they still experience latency or high ping times when playing games etc. If the issue continues, I will continue to make changes to the driver to accommodate 1200ac owners. 

Kernel 4.14.23 with the latest wifi driver commit.
https://davidc502sis.dynamic-dns.net/sn … u/generic/

Sorry V1 owners, the reboot issue continues with this kernel.

Thx for this new 4.14 test build, I can confirm the reboot issue continues.
When I look in het software list is see 2 identical packages: mwlwifi-firmware-88w8864 is this correct?

Router: WRT1900ac v1
Firmware: @davidc502 Lede SNAPSHOT r6365-45fdb12258 / LuCI Master (git-18.061.77516-2913111)
Status: WIFI working not stable

Hello

I noticed in the last week my WRT1900ACS V2 is restart very often, sometimes 2 times in an hour, do we know what is causing the restart?

Also, what the temperatures should be?

root@OpenWrt:~# sensors
tmp421-i2c-0-4c
Adapter: mv64xxx_i2c adapter
temp1:        +50.6°C
temp2:        +52.4°C

armada_thermal-virtual-0
Adapter: Virtual device
temp1:        +81.3°C

thx, David for the work.

For those who are getting multiple SSID's after the upgrade. Try deleting all of the SSID's, and recreating only the SSID's you originally had, and see if it works.

smarrt wrote:

Hello

I noticed in the last week my WRT1900ACS V2 is restart very often, sometimes 2 times in an hour, do we know what is causing the restart?

Also, what the temperatures should be?

root@OpenWrt:~# sensors
tmp421-i2c-0-4c
Adapter: mv64xxx_i2c adapter
temp1:        +50.6°C
temp2:        +52.4°C

armada_thermal-virtual-0
Adapter: Virtual device
temp1:        +81.3°C

thx, David for the work.

This was for last weeks experimental build?  Go ahead and try the latest experimental and see if you are still having the same issue. If you are, please post your kernel logs.

Yes, the temperatures are normal.

racef@ce wrote:
davidc502 wrote:

A new experimental build has been uploaded to the server and is ready to be downloaded. It is based on kernel 4.14.23. According to the latest commits, this is now the 'default' kernel for our model series. Rather than just jump into it, I thought it would be a good idea to do some testing and hear feedback from users before making it a regular build. The last experimental build had wifi issues especially for V2 owners, so I'm interested to hear if those problems continue of if they have now been fixed. I suspect they have indeed been fixed.

Patch 005 has been added to the build, so the very latest 3200acm hardware can enjoy this firmware as well.
I did not hack the wifi driver for the 1200acm this time. I'm interested to hear from 1200acm users if they still experience latency or high ping times when playing games etc. If the issue continues, I will continue to make changes to the driver to accommodate 1200ac owners. 

Kernel 4.14.23 with the latest wifi driver commit.
https://davidc502sis.dynamic-dns.net/sn … u/generic/

Sorry V1 owners, the reboot issue continues with this kernel.

Thx for this new 4.14 test build, I can confirm the reboot issue continues.
When I look in het software list is see 2 identical packages: mwlwifi-firmware-88w8864 is this correct?

Router: WRT1900ac v1
Firmware: @davidc502 Lede SNAPSHOT r6365-45fdb12258 / LuCI Master (git-18.061.77516-2913111)
Status: WIFI working not stable

Thank you for testing the 1900ac v1 with this latest kernel. So far we have had other v1 owners and they have reported the same.

ghoffman wrote:

hi david. on your newest experimetnal builds on wrt3200acm, i get these errors in syslog:

Sun Mar  4 16:57:51 2018 daemon.info dnscrypt-proxy[3760]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 16:58:06 2018 daemon.err dnscrypt-proxy[3760]: dnscrypt-proxy Unable to retrieve server certificates
Sun Mar  4 17:03:06 2018 daemon.info dnscrypt-proxy[3760]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 17:03:21 2018 daemon.err dnscrypt-proxy[3760]: dnscrypt-proxy Unable to retrieve server certificates
Sun Mar  4 17:08:21 2018 daemon.info dnscrypt-proxy[3760]: dnscrypt-proxy Refetching server certificates

it's a standard cable model dhcp wan setup. no errors on previous two builds.
great work - thank you

I use dnscrypt-proxy as well and am getting the same error on the hour.

root@lede:~# logread |grep "Refetching server certificates"
Sat Mar  3 20:27:06 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sat Mar  3 21:27:44 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sat Mar  3 22:28:23 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sat Mar  3 23:29:36 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 00:30:54 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 01:32:32 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 02:33:17 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 03:33:53 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 04:34:55 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 05:36:29 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 06:37:14 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates
Sun Mar  4 07:38:19 2018 daemon.info dnscrypt-proxy[4539]: dnscrypt-proxy Refetching server certificates

I'm going to try a couple other resolvers and see if the problem persists.

@davidc502 no reboots on my v1 using your Lede SNAPSHOT r5917 with the 4.9 kernel. Is the power fix not in your new 4.14 test build?

Scratch that .. just got the reboot sad

(Last edited by Gazoo on 4 Mar 2018, 19:08)

Gazoo wrote:

@davidc502 no reboots on my v1 using your Lede SNAPSHOT r5917 with the 4.9 kernel. Is the power fix not in your new 4.14 test build?

Scratch that .. just got the reboot sad


Stick with release  r5621 with Kernel 4.9.70.  Seems to be the latest and greatest that works on the V1.

//Brew

Brewder wrote:

Stick with release  r5621 with Kernel 4.9.70.  Seems to be the latest and greatest that works on the V1.
//Brew

Thanks I will try that smile

Brewder wrote:

Stick with release r5621 with Kernel 4.9.70.  Seems to be the latest and greatest that works on the V1.
//Brew

Where can I find r5621 with kernel 4.9.70 for v1? I installed the version below but its running the 4.4.93 kernel:
https://davidc502sis.dynamic-dns.net/sn … actory.img

Sorry, posts 4901 to 4900 are missing from our archive.