skeal
Part of the Furniture
Changing browsers didn't help me at all.Sorted by using a different browser!
Changing browsers didn't help me at all.Sorted by using a different browser!
For sure checked over and over again.Are you sure you downloaded AC68U firmware? I by mistake downloaded AX68U first which is the new router added with 386.2
I have two AC68U, main + aimesh node both dirty upgrade from 386.1 and clean reboots, no funky errors in sys log and all is stable
So I guess I am not the only one who has issues with 5 GHz.I've updated my rt-ac5300 and my rt-ac68u aimesh device.
when working from the office I noticed 5 Ghz not working on rt-ac68. I've reverted the aimesh node to 386_1 and 5 Ghz worked again. I will have a go at updating again over the weekend to see if it would work after another update
Have you modified the CFE on the problem router (maybe to increase clock speed)?I upgraded a AC68U node without any problems, its upgrading a wireless router AC68U that I have issues.
I got the exact same thing with my thermostats. I put them on my regular 2.4 GHz wifi and they got an IP in my normal network of 192.168.1.x instead of the 192.168.101.x. After that I could change the icon.Minor cosmetic issue when trying to change the default Icon for a device on the guest wifi .. It Guest Wifi 1 .. Its a garage door and its default icon is a Cannon Printer. Trying to change pops up a window stating the Ip address is not a valid IP address once you hit apply. Odd thing is is will allow the change on the Asus App on an Android phone.
Unfortunately the DDNS client seems to be broken. I got a DNS registration with asus.com and the status remain inactive. Syslog reported the following:
Apr 2 06:57:28 inadyn[7915]: In-a-dyn version 2.8.1 -- Dynamic DNS update client.
Apr 2 06:57:28 inadyn[7915]: Update forced for alias xxxxxxxxxxx.asuscomm.com, new IP# xxx.xxx.xxx.xxx
Apr 2 06:57:28 inadyn[7915]: alias address=<xxx.xxx.xxx.xxx>
Apr 2 06:57:44 inadyn[7915]: Fatal error in DDNS server response:
Apr 2 06:57:44 inadyn[7915]: [600 |Add TXT record for ACME challenge failed]
Apr 2 06:57:44 inadyn[7915]: Error response from DDNS server, exiting!
Apr 2 06:57:44 inadyn[7915]: Error code 48: DDNS server response not OK
This was not the case with Beta 3.
No sir the router was purchased from Staples 14 months ago.Have you modified the CFE on the problem router (maybe to increase clock speed)?
No sir the router was purchased from Staples 14 months ago.
This glitch has been around since Asus set the infamous Guest 1 to sync to AiMesh Nodes. Another work around is to switch to Guest 2 with the same SSID as Guest 1 (of course turn off Guest 1) fix the icons then switch back to Guest 1. Or you can let Asus choose the icon for you...I got the exact same thing with my thermostats. I put them on my regular 2.4 GHz wifi and they got an IP in my normal network of 192.168.1.x instead of the 192.168.101.x. After that I could change the icon.
I haven't moved them back to Guest1 yet.
Updated the main router just fine, but the AiMesh node now has this log message repeating over and over. Zero search hits on google! Beta1 was just fine in this regard. I rebooted the mesh node, same behavior exists.
Any ideas? This is remote syslog via ui-scribe, AC86 x 2.
Code:Apr 3 10:20:04 AC86U-OFFICE kernel: blog_request 1502: dev dpsta put_stats (null) Apr 3 10:20:04 AC86U-OFFICE kernel: blog_request 1502: dev dpsta put_stats (null) [...]
- if ( (dev_p->reg_state == NETREG_REGISTERED) && virt_addr_valid(dev_p->put_stats) )
- dev_p->put_stats( dev_p, bstats_p );
--------
+ if (dev_p->reg_state == NETREG_REGISTERED) {
+ unsigned long addr = (unsigned long)(dev_p->put_stats);
+ if (virt_addr_valid(dev_p->put_stats) || (addr >= MODULES_VADDR && addr < MODULES_END))
+ dev_p->put_stats( dev_p, bstats_p );
+ else
+ printk("%s %d: dev %s put_stats %p\n", __FUNCTION__, __LINE__, dev_p->name, dev_p->put_stats);
+ }
Yes sir that was a solid suggestion.Might be a long shot, but during the betas I had a similar issue with some of my devices which wouldn't connect to my AX86Us until I turned off universal beamforming.
Thank you for your similar experience and suggestions about disabling/enabling the 5ghz and also reducing its Tx power.I am also still working out periodic connectivity issues with specific clients and the guest network. I also installed YAZFI and moved my guest to network 3 as recommended.
Try disabling your 5GHz network temporarily to see if your Honeywell Thermostat will reconnect to the 2.4GHz network. The best solution I have found was to reduce the 5GHz TX Power down to Balanced. My Honeywell thermostat and Logitech Hub are now connected more reliably. I thought the thermostat connectivity was resolved with a previous beta but that didn't last.
I prefer being on the latest builds for security reasons, but trying to regain the stability I experienced with 384.19 and previous versions. I've never removed my flash drive for a firmware update, although it makes perfect sense to do so. Perhaps that will be my next step if I experience further issues.
We use essential cookies to make this site work, and optional cookies to enhance your experience.