What's new

Asuswrt-Merlin 378.51 is out

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Might have helped here: with 51 Beta 1 I have not experienced the issue I had with 378.50 so far, so I will definitely install 51 now.
What issue was that? I thought 378.50 was pretty solid on AC66 but seems once in a while on .50 wireless would slow to a crawl and wireless client reset would get it back working. Seems .51b1 definitely made for a more consistent wireless connection as far as speed. Been running it since release with no reboots and speeds and connectivity remained consistent.
 
Last edited:
Wirelessly streaming SG-1 episodes for 2 hours for the kids on 378.51 via RT-AC66U + Universal Media Server+PS3 console and not one hiccup. Rock solid and thank you Merlin for the fantastic logs too!

157i1j6.jpg


:D
 
Working great here on N66U, love the new wireless log display.

But why does the RX column always report "??" for Rx rate on all my 2.4GHz devices?
2015-03-07_8-38-05.jpg
 
i confirm this. I also have ?? for Rx Rate
 
Already running on 378.51. Thanks for the hard work.
Is it just on my router or did I just found a tiny bug?
Traffic Analyzer is showing a great traffic graph. After selecting todays date again under "Last date", the graphic is changed. Todays graphic is only shown, selecting date+1 (or tommorow if you like).

There's a lot of bugs left in that page. Switching between various display seems to randomly end up showing the wrong page. Since that page is still a work-in-progress from Asus (so far they only enabled it on the RT-AC3200), we'll have to wait for them to fully complete their work on it. But since it works reasonably well (enough to be useful), I decided to include it by default on all DPI-enabled builds now.
 
Working great here on N66U, love the new wireless log display.

But why does the RX column always report "??" for Rx rate on all my 2.4GHz devices?

For some reason, the wireless driver does not report both rates in certain cases. When that happens, I display "??" rather than display 0.
 
Hello!

I run 370.51 beta release (as I'm one the pity Beeline users, so I'was a bit tired with 370.50).
Code:
paxton@HGW:/tmp/home/root# nvram show | grep build
buildno=378.51
buildinfo=Sat Feb 28 06:07:54 UTC 2015 merlin@36bf19f
size: 55841 bytes (9695 left)

I've come across something that looks like a memory leak in a watchdog process:

Code:
top - 21:04:45 up 2 days, 19:46,  0 users,  load average: 0.00, 0.00, 0.00
Tasks:  62 total,   1 running,  61 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.7%us,  0.3%sy,  0.0%ni, 96.4%id,  0.0%wa,  0.0%hi,  2.6%si,  0.0%st
Mem:    239532k total,    81500k used,   158032k free,    13464k buffers
Swap:        0k total,        0k used,        0k free,    34580k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                                    
3903 paxton    19   0  4180 2332 1732 S  0.0  1.0   2:03.07 httpd                                                                      
1251 paxton    15   0  4520 2204 1640 S  0.0  0.9   0:10.80 vpnserver1                                                                 
  538 paxton    15   0  5088 2000 1152 S  0.0  0.8   1:21.78 snmpd                                                                      
  662 paxton    18   0  6024 1572 1408 S  0.0  0.7   0:00.16 smbd                                                                       
    1 paxton    18   0  4564 1512 1264 S  0.0  0.6   0:14.60 init                                                                       
  656 paxton    15   0  5880 1376 1208 S  0.0  0.6   0:49.43 nmbd                                                                       
  521 paxton    15   0  4804 1204  764 S  0.0  0.5   3:11.85 watchdog

Code:
top - 21:23:34 up 6 days, 20:04,  0 users,  load average: 0.08, 0.04, 0.01
Tasks:  62 total,   1 running,  61 sleeping,   0 stopped,   0 zombie
Cpu(s):  1.0%us,  0.7%sy,  0.0%ni, 90.1%id,  0.0%wa,  1.3%hi,  6.9%si,  0.0%st
Mem:    239532k total,    99776k used,   139756k free,    28992k buffers
Swap:        0k total,        0k used,        0k free,    34628k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                                    
3903 paxton    18   0  4180 2332 1732 S  0.0  1.0   2:03.07 httpd                                                                      
1251 paxton    15   0  4520 2204 1640 S  0.0  0.9   0:11.84 vpnserver1                                                                 
  538 paxton    15   0  5088 2000 1152 S  0.0  0.8   3:49.09 snmpd                                                                      
  662 paxton    18   0  6024 1572 1408 S  0.0  0.7   0:00.43 smbd                                                                       
  521 paxton    15   0  5164 1564  764 S  0.0  0.7   8:28.43 watchdog                                                                   
    1 paxton    18   0  4564 1512 1264 S  0.0  0.6   0:27.28 init                                                                       
  656 paxton    15   0  5880 1376 1208 S  0.7  0.6   1:43.13 nmbd

Am I right or is it something else? Maybe it's a glitch of the beta version?

One more question bothers me - Is there a way to include support for extend command in net-snmpd compiled in the firmeware?
It looks like the version in firmware is newer than in entware, but despite optware has extend, it has a memory leak too :)

I use it to get some temperature readings and connections stiatistics through the snmp protocol. So I want to put in snmpd.conf something like:
Code:
extend temp24 /bin/sh /opt/usr/local/bin/temp.sh 24
extend temp50 /bin/sh /opt/usr/local/bin/temp.sh 50
extend nf_count /bin/sh /opt/usr/local/bin/connections.sh count
extend nf_max /bin/sh /opt/usr/local/bin/connections.sh max
extend nf_active /bin/sh /opt/usr/local/bin/connections.sh active
 
The Apps analysis still show all traffic as General for me but the user eaz said that his is showing up. This problem is caused by Trend Micro?

I have the AiProtection options on.
 
Last edited:
update from 376.49-5 to this and all looks good and seem to running good, my d/l speed look like they might droped some but i will just chalk that up to the nature of the speedtest server cause everthing else is fine as far as i can tell
 
The Apps analysis still show all traffic as General for me but the user eaz said that his is showing up. This problem is caused by Trend Micro?

I have the AiProtection options on.

I had that issue for a few weeks until I ran a few commands while troubleshooting something. I'm not sure which of these commands did resolve the issue for me, so give it a try.

Code:
nvram unset bwdpi_sig_ver
nvram unset bwdpi_rsa_check
nvram unset bwdpi_dpi_ver
nvram commit
service stop_wrs_force
service start_wrs

Either it's a mismatch in engine/sig version, or there was a problem with the rsa-signed version of the rules file.
 
I updated my firmware to this version but in Administrator> Firmaware Upgrade i have still Signature Version 1.016 not 1.030. Why ?


And i have temp CPU 81*C. Are you also temp CPU about 80*C ?


And Merlin i have one suggestion. Maybe we can add green icon to VPN about icon WIFI. It icon will be show status tahta VPN server is running or this icon show that some user is connected to VPN server.... I think it is good function. What you think ?
 
Last edited:
I updated my firmware to this version but in Administrator> Firmaware Upgrade i have still Signature Version 1.016 not 1.030. Why ?
And i have temp CPU 81*C. Are you also temp CPU about 80*C ?

Which router?
 
Try rebooting the router and see if the Signature Version changes.

Those temps are normal. Were yours lower before?
 
After reboot is OK. I have Signature Version 1.032

No i still have temp about 80*C...
I wanted to be sure that other people have the same. I overclocked the CPU to 1100MHz. Has anyone for more, and it's OK?
 
My 87U have also temp about 80C
 
Hello everyone.

Long time reader, 1st time post...

I am running 2 x RT-AC87U routers. Main one in Wireless router mode, and the 2nd in Access Point mode.

Just upgraded from Merlin 378.50 to 378.51 on my main RT-AC87U and have had this stuff flooding my logs since 378.50 and am wondering what it is:

Mar 7 14:26:20 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:26:20 kernel: br0: topology change detected, propagating
Mar 7 14:26:42 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:26:42 kernel: br0: topology change detected, propagating
Mar 7 14:27:04 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:27:04 kernel: br0: topology change detected, propagating
Mar 7 14:27:26 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:27:26 kernel: br0: topology change detected, propagating
Mar 7 14:27:48 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:27:48 kernel: br0: topology change detected, propagating
Mar 7 14:28:10 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:28:10 kernel: br0: topology change detected, propagating
Mar 7 14:28:32 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:28:32 kernel: br0: topology change detected, propagating
Mar 7 14:28:54 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:28:54 kernel: br0: topology change detected, propagating
Mar 7 14:29:16 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:29:16 kernel: br0: topology change detected, propagating
Mar 7 14:29:38 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:29:38 kernel: br0: topology change detected, propagating
Mar 7 14:30:00 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:30:00 kernel: br0: topology change detected, propagating
Mar 7 14:30:22 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:30:22 kernel: br0: topology change detected, propagating
Mar 7 14:30:44 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:30:44 kernel: br0: topology change detected, propagating
Mar 7 14:31:06 kernel: br0: port 1(vlan1) received tcn bpdu
Mar 7 14:31:06 kernel: br0: topology change detected, propagating

The above is just a snip. It goes on and on and on.... Doesn't seem to be hurting anything though as I can still surf.

Any ideas? I searched but can't find anyone mentioning the above before.

Thanks in advance!
 
I alos have this in logs:

Mar 7 22:35:07 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:35:07 kernel: br0: topology change detected, propagating
Mar 7 22:35:29 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:35:29 kernel: br0: topology change detected, propagating
Mar 7 22:35:51 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:35:51 kernel: br0: topology change detected, propagating
Mar 7 22:36:31 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:36:31 kernel: br0: topology change detected, propagating
Mar 7 22:36:55 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:36:55 kernel: br0: topology change detected, propagating
Mar 7 22:37:17 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:37:17 kernel: br0: topology change detected, propagating
Mar 7 22:37:39 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:37:39 kernel: br0: topology change detected, propagating
Mar 7 22:38:01 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:38:01 kernel: br0: topology change detected, propagating
Mar 7 22:38:23 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:38:23 kernel: br0: topology change detected, propagating
Mar 7 22:38:45 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:38:45 kernel: br0: topology change detected, propagating
Mar 7 22:39:27 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:39:27 kernel: br0: topology change detected, propagating
Mar 7 22:39:51 kernel: br0: port 1(vlan1) neighbor 8000.54:a0:50:e4:99:0c lost
Mar 7 22:39:51 kernel: br0: topology change detected, propagating
 
I updated my firmware to this version but in Administrator> Firmaware Upgrade i have still Signature Version 1.016 not 1.030. Why ?


And i have temp CPU 81*C. Are you also temp CPU about 80*C ?


And Merlin i have one suggestion. Maybe we can add green icon to VPN about icon WIFI. It icon will be show status tahta VPN server is running or this icon show that some user is connected to VPN server.... I think it is good function. What you think ?

What is the signature version and what should it be on the 87U? Mine is 1.016 with F/W version 378.51. My CPU temp is usually 82 C.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top