Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ZenWifi XT8 #158

Closed
10 tasks done
gnuton opened this issue Feb 21, 2022 · 35 comments
Closed
10 tasks done

Support for ZenWifi XT8 #158

gnuton opened this issue Feb 21, 2022 · 35 comments
Labels
enhancement New feature or request

Comments

@gnuton
Copy link
Owner

gnuton commented Feb 21, 2022

This thread is about supporting RT-AX95Q (commercially known as ZenWifi XT8)
Feel free to ask questions here.

Status:

  • received GPL
  • received development unit
  • Merged GPL to feature-branch
  • Initial testing & Bugfixing phase
  • Public pre-alphas
  • Alpha released
  • collecting testing reports & Bugfixing phase
  • Beta released
  • collecting testing reports & Bugfixing phase
  • Stable released

ETAs:
alpha: TBD
beta: TBD
stable: TBD

@gnuton gnuton added the enhancement New feature or request label Feb 21, 2022
@gnuton
Copy link
Owner Author

gnuton commented Mar 2, 2022

Note:
The following sw has been added and prebuilds copy tool must be updated:

  • router/i2c-tools-2013-12-15
  • btconfig
  • bluez

@gnuton
Copy link
Owner Author

gnuton commented Mar 3, 2022

@sadoneli
Copy link

sadoneli commented Mar 6, 2022

RT-AX95Q (ZenWiFi_AX6600) Tools_Sysinfo.asp page error

  1. missing model RTAX95Q: https://github.com/gnuton/asuswrt-merlin.ng/blob/gnuton-master/release/src/router/httpd/sysinfo.c#L632
  2. missing model MODEL_RTAX95Q: https://github.com/gnuton/asuswrt-merlin.ng/blob/gnuton-master/release/src/router/httpd/sysinfo.c#L199

image

@woudt
Copy link

woudt commented Mar 8, 2022

One minor issue found, otherwise the firmware seems to werk perfectly fine for me!

The WiFi Radar option is shown on the menu, but leads to a page not found error.

Screenshot 2022-03-08 153240

Screenshot 2022-03-08 153043

@gnuton
Copy link
Owner Author

gnuton commented Mar 9, 2022

I will try to fix this with the next beta

@gnuton
Copy link
Owner Author

gnuton commented Mar 14, 2022

just for myself... updates:

  1. Wifi insight is similar as in a561e6a
  2. CPU freq has beenfixed
  3. fixed

@gnuton
Copy link
Owner Author

gnuton commented Mar 26, 2022

all issues fixed and stable released!

@gnuton gnuton closed this as completed Mar 26, 2022
@axeloz
Copy link

axeloz commented Mar 30, 2022

Thanks a lot @gnuton for your work. I was waiting for this for quite some time.
I'm just a little bit confused: you are talking of the XT8 but you wrote:
This thread is about supporting TUF-AX5400.

For me, the XT8 is AX6600 as confirmed here: https://www.asus.com/fr/Networking-IoT-Servers/Whole-Home-Mesh-WiFi-System/ZenWiFi-WiFi-Systems/ASUS-ZenWiFi-AX-XT8/techspec/
The one I own is the XT8 (W-1-PK) as shown on the link above. Is it compatible?

Thanks a lot

EDIT: the RTAX95Q model seems to be the XT8. Asus' models naming seems odd

@gnuton
Copy link
Owner Author

gnuton commented Mar 30, 2022

@axeloz good catch. I fixed the text in my first comment.
It was just a copy and paste errror.
XT8 (W-1-PK) is compatible. W 1 PK means you have a single white not paired ZenWifi router.

@clementchong
Copy link

Possible to enable link aggregation or is this limited by hardware?

@gnuton
Copy link
Owner Author

gnuton commented May 17, 2022 via email

@sirdragonlord
Copy link

Hi,

Just got the XT8 twin pack and wondered if this fixes issues with guest networking, as asus firmware says supports all nodes, but doesn't actually work and can only use guest from main unit set as router.

Thanks

@gnuton
Copy link
Owner Author

gnuton commented Aug 26, 2022

@sirdragonlord AiMesh and guest networks are closed source components the expectation is merlin would work just like stock firmware when it comes to this

@sirdragonlord
Copy link

@gnuton thanks for the response, so it would suggest that merlin would have the same issues with it not working correctly across a mesh setup (i'm currently discussing an issue with Asus where guest network does not work on 2.4Ghz from a node or if you use ethernet backhaul)

@gnuton
Copy link
Owner Author

gnuton commented Aug 26, 2022 via email

@idaband
Copy link

idaband commented Sep 9, 2022

Does this also work with the et8?

@jazzyblu
Copy link

I've read that AiMesh only worked with Ethernet connected (in the beginning?) Is this still the case with the current version? Can I "set up" with Ethernet, disconnect and unplug the satellite and power on somewhere else and have it work via WLAN only? I have a base and two satellites that currently run fine without cable on stock FW.

@duncdog
Copy link

duncdog commented Jul 8, 2023

Unsure if this is the place for it, but I don't see it stated anywhere. ASUS began shipping a V2 of this hardware, and explicitly states they need to use their own bespoke versions of the firmware on the main site vs V1 hardware. As this code predates the V2 hardware, I understand this supports V1 hardware. Curious if you could add a clarifier for this hardware sku on the relevant pages for future reference or confusion removal? Thanks!

@gnuton
Copy link
Owner Author

gnuton commented Jul 10, 2023

@duncdog no idea which is the SKU or EAN of this.
In order to get the version you can just check the NVRAM

nvram get productid

@rshoover2001
Copy link

Having this precise issue, and bought a third node which happens to be HW V2.

nvram get productid returns "XT8_V2"

The RT-AX95U firmware does not work on this device. Will there be support in the future?

@nuller1joe
Copy link

I just bought another 2 XT8 nodes, however, they are hardware version 2.
Like @rshoover2001 asked, is there any chance this firmware will support the hw ver v2?
I think the XT8 is more or less useless with stock firmware

@jimjim413
Copy link

I have just brought a XT8 V2 , wondering if I can use Merlin firmware on it ? Thanks

@sanjeroHUN
Copy link

Hi jimjim413!
I am asking the same question... I have tried to upload the firmware, but nothing happened. Have you tried?

@jimjim413
Copy link

Hi jimjim413!

I am asking the same question... I have tried to upload the firmware, but nothing happened. Have you tried?

Hi ,

I haven't tried it because I believe that V2 using different firmware from V1, so waiting for Merlin firmware for V2 before trying.

@gnuton
Copy link
Owner Author

gnuton commented Sep 15, 2023 via email

@ehb224
Copy link

ehb224 commented Nov 6, 2023

V2 has different firmware that is build from a different SDK

Does that mean it won't be supported?

@gnuton
Copy link
Owner Author

gnuton commented Nov 6, 2023

@ehb224 no it doesn't mean that. It's just a difference which software wise makes the router really different from V1 even if the hardware may be similar

@ehb224
Copy link

ehb224 commented Nov 6, 2023

Any idea on the time frame for v2 firmware? I just bought a pair of these and if I need to return them for a different model I will. However if we are only looking at a few months I can live with stock firmware. I thank you in advance.

@ABitBA
Copy link

ABitBA commented Dec 20, 2023

Hey, thanks for your effort to keep the device alive with new firmware and improve it. I only had problems with the V1 as far as a stable backhaul connection is concerned. Hence the change now!

I have installed the firmware 3004.388.4_0-gnuton1 and I noticed that I can only manage 720Mbit via the node with activated backhaul instead of 930Mbit WAN (ASUS official firmware). My computer is connected to the node with 1Gbit and my 1Gbit Internet line could be almost completely exhausted before. On the main router the 930Mbt are fully available... The utilization of the CPU and RAM is not particularly high during the test. The connection between the node and the main router is great

@gnuton
Copy link
Owner Author

gnuton commented Dec 20, 2023

@ABitBA I am not sure how you get these values, you can try to reset to factory and try with a fresh installation without previous settings and see if that helps. I am not aware of anything which can cause this.

@ABitBA
Copy link

ABitBA commented Dec 20, 2023

Thank you for your quick reply. I have reset the router to factory settings and reconfigured it manually. (no old data imported)

@HybridRCG
Copy link

@ehb224 no it doesn't mean that. It's just a difference which software wise makes the router really different from V1 even if the hardware may be similar

Hi , Would love to have it for V2 XT8 pls.

@kenyee
Copy link

kenyee commented Feb 3, 2024

+1 v2 hardware support please 🙂
Should we open a new issue for it?

@Alfiegerner
Copy link

All those adding comments requesting v2 make sure you add a thumbs up on the requested devices tracker:
#523

@haneefmubarak
Copy link

Hey @gnuton! Sent over an email you about hopefully helping with XT8 v2 support. Just a heads up in case you check GitHub more. Will also join the Discord in case that is easier to chat on. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests