What's new

[Beta] Asuswrt-Merlin 384.14 Beta is now available

  • 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!

Status
Not open for further replies.
I just updated from beta 1 to beta 2 on a RT-AC88U.

I noticed this popping up in the System Log every few minutes. Sometimes a single entry, sometimes multiple bursts.
Code:
Nov 25 06:28:44 dnsmasq-script[314]: connect error: No such file or directory
Nov 25 06:28:44 dnsmasq-script[314]: [SEND_AMAS_NODE_EVENT:(4684)] ERROR connecting:No such file or directory.
It's probably nothing, but I thought I should report it.

Cheers!
 
Last edited:
Updated my AiMesh home system of RT-AX88U + 2x RT-AC86U from beta1 to beta2. All worked flawlessly on all three units. 10mins after the firmware update completion, did a power off/on of the RT-AX88U, always a key step after any products firmware change, the 2.4GHz light on the RT--AX88U front panel didn't come on. The Wireless Log had no clients attached on 2.4GHz & 5.0GHz bands. The Network Map showed 2.4GHZ & 5GHz clients attached. Everything functional on both bands though. Both bands visible to access on Laptop & iPhone.
20mins later (approx.) did another power off/on of the RT-AX88U, 2.4GHz light came on front panel, wireless log now showing client attached in both bands.
 

Attachments

  • Wireless.jpg
    Wireless.jpg
    8.6 KB · Views: 308
Upgraded from 384.13 (final) to 384.14 Beta 2 and updated the router host name in the LAN page.

First issue I noticed: my Raspberry Pi Zero (connected to a smart energy meter) does no longer connect to the network (wirelessly).

Unfortunately I run this Pi headless and rebooting a few times did not help, so this is going to take some time to investigate/fix.

(I also use a Raspberry Pi 3, but that is connected via a cable and works fine).

Does the Pi Zero need an update && upgrade perhaps?
 
No issues detected. 30% improvement on Wireless 2.4ghz. Running smooth.
Error found in the log's, but do not affect the operation.

Code:
Nov 25 06:53:52 start_ddns: update WWW.ASUS.COM update@asus.com, wan_unit 0
Nov 25 06:53:52 inadyn[1467]: In-a-dyn version 2.5 -- Dynamic DNS update client.
Nov 25 06:53:52 inadyn[1467]: /etc/inadyn.conf:4: unexpected token '='
Nov 25 06:53:52 inadyn[1467]: Parse error in /etc/inadyn.conf
Nov 25 06:53:52 inadyn[1467]: Error code 74: Missing .conf file

What's the content of your /etc/inadyn.conf file? Looks like it's missing either the password (based on the secret_code nvram setting) or the username (based on the MAC address).
 
Last edited:
Loaded beta2 on top of beta1 and working just fine.
Uptime 0 days 0 hour(s) 18 minute(s) 31 seconds

Tank you RM :)
 
What's the content of your /etc/inadyn.conf file? Looks like it's missing either the password (based on the secret_code nvram setting) or the username (based on the MAC address).
Code:
cat /etc/inadyn.conf
iterations = 1
provider update@asus.com {
hostname =
username = "XX:XX:XX:XX:XX:XX"
password = "XXXXXXXX"
checkip-command = "/bin/nvram get wan0_ipaddr"
}
secure-ssl = false
DDNS was enabled by default. I disabled it. I have no need.


removed confidential info. -rm
 
Last edited by a moderator:
Code:
cat /etc/inadyn.conf
iterations = 1
provider update@asus.com {
hostname =
username = "XX:XX:XX:XX:XX:XX"
password = "XXXXX"
checkip-command = "/bin/nvram get wan0_ipaddr"
}
secure-ssl = false
DDNS was enabled by default. I disabled it. I have no need.

You have no hostname - you have to chose a desired hostname after you enable it.
 
@RMerlin

AC86U device - FW 384.14 (beta2) - one day of upgrade

Procedure:
- Firefox with cache cleared
- backup current configuration;
- backup JFFS;
- reset to previous FW 384.13;
- Firefox with cache cleared;
- upgrade new FW beta;
- reset FW beta installed;
- Firefox with cache cleared;
- restore previous FW and JFFS configuration recovery.


Features enabled and fully functional: AiProtection, Unbound+Stubby (from Entware repo) and Skynet.

FW beta 2 fully functional.

Increase 2.4ghz wireless
Wireless Mode:
Only N
Channel bandwidth:
20MHz
Control Channel: 9
Authentication Method: WPA2/AES
 
You have no hostname - you have to chose a desired hostname after you enable it
I observed this. I made the hostname. I don't use DDNS
 
I was one of the ones having dnsmasq issues (AC86U, DHCP server disabled) on 14b1 ... had rolled back to 13.

Upgraded (dirty) to 14b2 two hours ago, and all seems fine.
 
I know there may be some problems with DDNS since the fix but here is my two cents.
Code:
Status :    OK
Issued to :    xxxx.asuscomm.com
SAN :    xxxx.asuscomm.com
Issued by :    Let's Encrypt Authority X3
Expires on :    2019/10/3
Code:
cat /etc/inadyn.conf
iterations = 1
provider update@asus.com {
hostname = xxxx.asuscomm.com
username = "mac address"
password = "xxxxxxxx"
checkip-command = "/bin/nvram get wan0_ipaddr"
}
secure-ssl = false
Why the expired certificate yet everything in the log looks fine?
 
I know there may be some problems with DDNS since the fix but here is my two cents.
Code:
Status :    OK
Issued to :    xxxx.asuscomm.com
SAN :    xxxx.asuscomm.com
Issued by :    Let's Encrypt Authority X3
Expires on :    2019/10/3
Code:
cat /etc/inadyn.conf
iterations = 1
provider update@asus.com {
hostname = xxxx.asuscomm.com
username = "mac address"
password = "xxxxxxxx"
checkip-command = "/bin/nvram get wan0_ipaddr"
}
secure-ssl = false
Why the expired certificate yet everything in the log looks fine?
And also when trying to import the certificate to my browser, I get a response from the browser saying, "Too many certificates to import"
 
Here is a new one, I have never seen this before.
Code:
nslookup: getaddrinfo*.gaih_getanswer: got type "HINFO"
They are coming at about 4-5 per second, for the last half hour, but no effect on router performance that I can see. Google search and SNB search get zero results, which is rare indeed!
 
I know there may be some problems with DDNS since the fix but here is my two cents.
Code:
Status :    OK
Issued to :    xxxx.asuscomm.com
SAN :    xxxx.asuscomm.com
Issued by :    Let's Encrypt Authority X3
Expires on :    2019/10/3
Code:
cat /etc/inadyn.conf
iterations = 1
provider update@asus.com {
hostname = xxxx.asuscomm.com
username = "mac address"
password = "xxxxxxxx"
checkip-command = "/bin/nvram get wan0_ipaddr"
}
secure-ssl = false
Why the expired certificate yet everything in the log looks fine?
I think the answer to my question above by RMerlin explains what you see, maybe?
https://www.snbforums.com/threads/b...ta-is-now-available.60037/page-14#post-528044
 
Had to reboot my AC88U because after the dirty flash from beta 1 my USB drive was not mounted. After a reboot it seems to be fixed.

Something new I noticed..:

"Your router will be automatically upgraded to the latest firmware at night. Or you can check your firmware version by visiting Administration > Firmware Upgrade page and decide if updating the latest firmware version to your router."
 
I really dont know what is happening. Since 1 year that I flash this router (ac86) and since 384.14 ALpha and beta, I must absolutly reboot the router after a Factory reset to get ip .It shows in the GUI that I am disconnect!

This problem is not present with AsusWrt, 384.81351, 384.81049.I tested several times between .14 and AsusWrt and 384.13 (45717)

Sticking with 384.13 for now
 
Status
Not open for further replies.

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