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 TUF-AX3000 V2 🌟 #529

Closed
10 tasks done
gnuton opened this issue Jan 22, 2024 · 79 comments
Closed
10 tasks done

🌟 Support for TUF-AX3000 V2 🌟 #529

gnuton opened this issue Jan 22, 2024 · 79 comments
Assignees
Labels
bug Something isn't working

Comments

@gnuton
Copy link
Owner

gnuton commented Jan 22, 2024

*This thread is about supporting TUF-AX3000 V2.
If you see this issue here is because I have decided to support this model.

So, feel free to ask questions here about this topic.
I will keep the status updated.

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
@gnuton gnuton added the bug Something isn't working label Jan 22, 2024
@gnuton
Copy link
Owner Author

gnuton commented Jan 22, 2024

Looking for pre-alpha testers.
Pre-alpha builds may soft-brick your routers. So please be sure you know how to unbrick before applying as alpha tester.
If interested ping me.

@Rovasteen
Copy link

@gnuton I would like to test the TUF-AX3000 V2 firmware. Please let me know where to get the firmware.. Thank you!

@gnuton
Copy link
Owner Author

gnuton commented Jan 23, 2024

I will publish it here as soon as I do have a pre alpha

@l0r3n75
Copy link

l0r3n75 commented Jan 25, 2024

I'm willing to also test the pre alpha once you have it ready!

@gnuton
Copy link
Owner Author

gnuton commented Jan 31, 2024

I am gonna release the pre-alpha 1 volotunteer required..
ping me via discord.
NOTE: Pre-alpha can scft brick the device.. so please contact me only if you know how to recover.

@Willemv2
Copy link

Can try it out for you i know how to recover, didn't got as far as you are now.

@gnuton
Copy link
Owner Author

gnuton commented Jan 31, 2024

pre alpha images:

[IMAGES REMOVED]

Note - you must be logged for downlaoding these images.
These are pre-alpha and they can soft brick your router. please do not flash them unless you know how to recover.

@Rovasteen
Copy link

Neither build worked for me. Flashed the default UI firmware and would not boot up even after setting the IP address manually. Flashed the 2nd build with TUF UI from recovery mode. Also did not work. So will go back into recovery mode and flash a stock image to start over again.

@gnuton
Copy link
Owner Author

gnuton commented Feb 1, 2024

@Rovasteen thanks for testing.

It seems like it's soldering time...
(picture from the internet... serial port seems to be on the right side)
image

@Rovasteen
Copy link

OK. I can get the recovery console up. Why can't I flash from there?

@Rovasteen
Copy link

I can easily get the router into recovery mode. The Asus firmware restoration tool stops at around 79% uploading. Flashing from the recovery console directly also does not seem to flash an image. Seems almost like there is an image size limit on the recovery console. I have never seem a Broadcom router that you could not recover from the recovery console until this one. Ideas?

@Willemv2
Copy link

Willemv2 commented Feb 1, 2024

I can easily get the router into recovery mode. The Asus firmware restoration tool stops at around 79% uploading. Flashing from the recovery console directly also does not seem to flash an image. Seems almost like there is an image size limit on the recovery console. I have never seem a Broadcom router that you could not recover from the recovery console until this one. Ideas?

Did u try a lower version of the stock firmware ?

@Rovasteen
Copy link

I tried multiple FW versions including Asus initial image. I can get into recovery mode easily but none of the images flash. @gnuton what do you suggest as the router is NOT hard bricked yet I cannot load an image either.

@gnuton
Copy link
Owner Author

gnuton commented Feb 1, 2024

I soft bricked mine too. I have to check what to do. As suggested you should try to flash an old version of the stock firmware. Are you trying it through ftp or the Asus recovery tool? Just wondering if you are using the right procedure.

@Willemv2
Copy link

Willemv2 commented Feb 1, 2024

I soft bricked mine too. I have to check what to do. As suggested you should try to flash an old version of the stock firmware. Are you trying it through ftp or the Asus recovery tool? Just wondering if you are using the right procedure.

Indeed first try the older firmware and try ftp side to see if it works or not before i brick mine too😅

@Rovasteen
Copy link

Rovasteen commented Feb 1, 2024

I held down power button and the reset button to get into recovery mode. I set the ethernet port to a fixed IP address as DHCP is not working of course on the router in this state. Tried flashing from Asus firmware recovery tool and also tried flashing directly from the recovery console using a browser. The firmware recovery tool gets to around 81% uploading the image before it fails.

Have not tried FTP. I just tried the old TFTP tool and it did not flash. What is the FTP procedure?

@Rovasteen
Copy link

I can ping the router all day long and I get back responses:

C:\Windows\System32>ping -t 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128

TFTP by command has not worked yet

C:\Windows\System32> tftp -i 192.168.1.1 put C:\TUF-AX3000_V2.pkgtb
Connect request failed

@gnuton
Copy link
Owner Author

gnuton commented Feb 1, 2024

This is the way I do use tftp on linux. If the mode is automatically set to binary than it should be fine.
I still need to test it on my TUF-AX3000 V2 and recoverit.. btw..

 # tftp
tftp> connect 192.168.1.1
tftp> mode binary
tftp> put THE_IMAGE

then wait until ou get that all data has been sent and wait a few minutes

If you attach a JTAG cable you should see some logs like these

enter tftp mode:
Reading ::
TFTP Server.
..tftp retry wait 0
Failed.: Timeout occured
Reading ::
TFTP Server.
..tftp retry wait 0
Failed.: Timeout occured
Reading ::
TFTP Server.
..tftp retry wait 0
Failed.: Timeout occured
Reading ::

@gnuton
Copy link
Owner Author

gnuton commented Feb 1, 2024

Tested and the good news I get same stuff as you @Rovasteen !
tftp> connect 192.168.1.1
tftp> mode binary
tftp> put TUF-AX3000_V2_3.0.0.4_388_23785-g6bb7c92_nand_squashfs.pkgtb
Transfer timed out.

@gnuton
Copy link
Owner Author

gnuton commented Feb 2, 2024

@Rovasteen It looks like HND devices are harder to recovery than older and you need to try many many times.
Sometimes yu have to find the right eth/wan port to get it working too. Typically, pinging to a device at CFE would return a TTL of 100 hops instead of 64 hops.

I have done just few tries, but I would next get a serial adapter for debuging and recover. Among the sevreal options the serial CP2102, seems to be the best.

@Rovasteen
Copy link

@gnuton could you contact Asus and get their recommendations as some of the new devices accept to boot from the serial port as an example. Maybe this device has some means of recovery that Asus can turn us onto.

@Rovasteen
Copy link

I can report my router is recovered. Here is what I did,, which I do not know if it is repeatable.

  1. Connect Ethernet to Port 1 of the router, Set a fixed IP address at your computer as DHCP does not function in recovery mode.
  2. Hold down WPS button for 15 seconds and turn on power to do a hard reset.
  3. After hard reset, hold down reset button for 15 seconds and power on to put router in recovery mode.
  4. Use browser and access the recovery console at 192.168.1.1 or whatever IP address you are using at your computer. Upload image from the recovery console. This may take a while.

I used the OEM image TUF-AX3000_V2_3.0.0.4_388_23785-g6bb7c92_nand_squashfs.pkgtb

@Rovasteen
Copy link

I don't know if this router has 2 partitions or not. It seems like holding down the WPS button during power on may have been what solved this.

@gnuton
Copy link
Owner Author

gnuton commented Feb 2, 2024

@Rovasteen yep I managed to recover mine too using the same method. I just pointed out the browser to the router IP and voila'.
image

@gnuton
Copy link
Owner Author

gnuton commented Feb 3, 2024

Build issues found:

  1. sdparm
024-01-31T18:21:03.2144953Z make -C sdparm-1.02
2024-01-31T18:21:03.2225565Z make[5]: Entering directory '/project/asuswrt-merlin.ng/release/src/router/sdparm-1.02'
2024-01-31T18:21:03.2226580Z cd . && /bin/sh /project/asuswrt-merlin.ng/release/src/router/sdparm-1.02/missing --run aclocal-1.10 
2024-01-31T18:21:03.2294851Z /project/asuswrt-merlin.ng/release/src/router/sdparm-1.02/missing: line 52: aclocal-1.10: command not found
2024-01-31T18:21:03.2309572Z WARNING: `aclocal-1.10' is missing on your system.  You should only need it if
2024-01-31T18:21:03.2310824Z          you modified `acinclude.m4' or `configure.ac'.  You might want
2024-01-31T18:21:03.2311925Z          to install the `Automake' and `Perl' packages.  Grab them from
2024-01-31T18:21:03.2312729Z          any GNU archive site.
2024-01-31T18:21:03.2367578Z  cd . && /bin/sh /project/asuswrt-merlin.ng/release/src/router/sdparm-1.02/missing --run automake-1.10 --gnu 
2024-01-31T18:21:03.2411228Z /project/asuswrt-merlin.ng/release/src/router/sdparm-1.02/missing: line 52: automake-1.10: command not found
2024-01-31T18:21:03.2424682Z WARNING: `automake-1.10' is missing on your system.  You should only need it if
2024-01-31T18:21:03.2425547Z          you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
2024-01-31T18:21:03.2426201Z          You might want to install the `Automake' and `Perl' packages.
2024-01-31T18:21:03.2426723Z          Grab them from any GNU archive site.
2024-01-31T18:21:03.2543636Z cd . && /bin/sh /project/asuswrt-merlin.ng/release/src/router/sdparm-1.02/missing --run autoconf
2024-01-31T18:21:03.3558579Z aclocal.m4:14: error: this file was generated for autoconf 2.61.
2024-01-31T18:21:03.3559621Z You have another version of autoconf.  If you want to use that,
2024-01-31T18:21:03.3560205Z you should regenerate the build system entirely.
2024-01-31T18:21:03.3560626Z aclocal.m4:14: the top level
2024-01-31T18:21:03.3564239Z autom4te: /usr/bin/m4 failed with exit status: 63
2024-01-31T18:21:03.3588974Z WARNING: `autoconf' is probably too old.  You should only need it if
2024-01-31T18:21:03.3590407Z          you modified `configure.ac'.  You might want to install the
2024-01-31T18:21:03.3591216Z          `Autoconf' and `GNU m4' packages.  Grab them from any GNU
2024-01-31T18:21:03.3591724Z          archive site.
```

2. sgdisk
```
2024-01-31T18:55:49.8876467Z /bin/sh: sgdisk: command not found
```
- FIXED

3. 
```
May  5 07:05:02 kernel: emf: Unknown symbol osl_malloc (err -2)
May  5 07:05:02 kernel: emf: Unknown symbol osl_pktdup_cpy (err -2)
May  5 07:05:02 kernel: emf: Unknown symbol osl_mfree (err -2)
May  5 07:05:02 kernel: emf: Unknown symbol linux_pktfree (err -2)
May  5 07:05:02 kernel: emf: Unknown symbol osl_pktdup (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol emfc_wmf_scbfind (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol osl_malloc (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol emfc_mfdb_ipv6_membership_add (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol osl_detach (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol emfc_rtport_del (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol emfc_igmp_snooper_register (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol osl_attach (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol emfc_mfdb_ipv6_membership_del (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol emfc_wmf_get_igsc (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol emfc_rtport_add (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol emfc_igmp_snooper_unregister (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol emfc_mfdb_membership_del (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol osl_mfree (err -2)
May  5 07:05:02 kernel: igs: Unknown symbol emfc_mfdb_membership_add (err -2)
```
Investigation
This may be an issue coming from upstream see https://www.linksysinfo.org/index.php?threads/tuf-ax3000-v2-installation.78070/page-2
```
###
it looks like emfc_mfdb_ipv6_membership_add is defined in the emf.o object file and is referenced in the igs.o object file.

$ nm -an asuswrt/release/src-rt-5.04axhnd.675x/router-sysdep/hnd_extra/prebuilt/igs.o | grep emfc_mfdb_ipv6_membership_add
         U emfc_mfdb_ipv6_membership_add   

$ nm -an asuswrt/release/src-rt-5.04axhnd.675x/router-sysdep/hnd_extra/prebuilt/emf.o | grep emfc_mfdb_ipv6_membership_add
00000000 r ___ksymtab+emfc_mfdb_ipv6_membership_add
00000000 r __ksymtab_emfc_mfdb_ipv6_membership_add
0000004c r __kstrtab_emfc_mfdb_ipv6_membership_add
00002324 T emfc_mfdb_ipv6_membership_add

```

4. The boot gets stuck in this loop
```
May  5 07:05:39 rc_service: watchdog 2531:notify_rc start_cfgsync
May  5 07:06:10 rc_service: watchdog 2531:notify_rc start_amas_lanctrl
May  5 07:06:10 rc_service: watchdog 2531:notify_rc start_cfgsync
May  5 07:06:13 Mastiff: exit.
May  5 07:06:41 rc_service: watchdog 2531:notify_rc start_amas_lanctrl
May  5 07:06:41 rc_service: watchdog 2531:notify_rc start_cfgsync
May  5 07:07:12 rc_service: watchdog 2531:notify_rc start_amas_lanctrl
May  5 07:07:12 rc_service: watchdog 2531:notify_rc start_cfgsync
May  5 07:07:43 rc_service: watchdog 2531:notify_rc start_amas_lanctrl
May  5 07:07:43 rc_service: watchdog 2531:notify_rc start_cfgsync
May  5 07:08:14 rc_service: watchdog 2531:notify_rc start_amas_lanctrl
May  5 07:08:14 rc_service: watchdog 2531:notify_rc start_cfgsync
May  5 07:08:45 rc_service: watchdog 2531:notify_rc start_amas_lanctrl
May  5 07:08:45 rc_service: watchdog 2531:notify_rc start_cfgsync
```


5. maybe not an issue
```
ay  5 07:05:10 lldpd[2597]: could not open either /etc/os-release or /usr/lib/os-release
May  5 07:05:10 lldpd[2597]: lsb_release information not available
May  5 07:05:10 lldpd[2601]: created chroot directory /var/run/lldpd
May  5 07:05:10 lldpd[2601]: /etc/localtime copied to chroot
May  5 07:05:10 lldpd[2601]: protocol LLDP enabled
May  5 07:05:10 lldpd[2601]: protocol CDPv1 disabled
May  5 07:05:10 lldpd[2601]: protocol CDPv2 disabled
May  5 07:05:10 lldpd[2601]: protocol SONMP disabled
May  5 07:05:10 lldpd[2601]: protocol EDP disabled
May  5 07:05:10 lldpd[2601]: protocol FDP disabled
May  5 07:05:10 lldpd[2601]: libevent 2.0.21-stable initialized with epoll method
May  5 07:05:10 lldpcli[2598]: lldpd should resume operations
```

@Rovasteen
Copy link

Awesome progress @gnuton ! Looking forward to the first bootable build. Hopefully, Asus is also providing latest Broadcom drivers (at least I can hope for that). Take care and thank you for supporting this router!

@Rovasteen
Copy link

@gnuton you've done a really professional job setting up your github. Everything is extremely well organized and well labeled. It's been interesting looking at Actions to see how the test builds are coming along. Many thanks to you!

@SMOL25
Copy link

SMOL25 commented Mar 24, 2024

Hello. What is the file to download? AX3000 and AX 3000v2 have the same name at the release page.

Hi this page is specificaly for the AX3000-V2 if you are looking for the first gen one please look at the main page where you can find the link for the AX-3000 software.

No, I want download firmware for TUF ax3000v2 but don't know what is...

@Willemv2
Copy link

Hello. What is the file to download? AX3000 and AX 3000v2 have the same name at the release page.

Hi this page is specificaly for the AX3000-V2 if you are looking for the first gen one please look at the main page where you can find the link for the AX-3000 software.

No, I want download firmware for TUF ax3000v2 but don't know what is...

For now these are the newest test images. But keep in mind these are still in alpha stage of release and can brick your router, so use with caution! Please only use with knowledge and keep everyone updated on this page what your experience is.
Here is the link to the image:

New alpha
https://github.com/gnuton/asuswrt-merlin.ng/actions/runs/8403778904/artifacts/1352759152 - default
https://github.com/gnuton/asuswrt-merlin.ng/actions/runs/8403778904/artifacts/1352759154 - tuf

Tools page should display frequency
NOTE: untested images so potential bricks may happen.

@SMOL25
Copy link

SMOL25 commented Mar 24, 2024

I thought it was stable image. I will wait for the stable image. Thanks

@johncrichton
Copy link

hey @gnuton I've been following requests for the ax3000 v2 and when I saw that you are working on supporting it I was really happy. Although I'm not inclined to test pre-alpha versions that might brick my main, only unit that I use, I hope that a small donation will show my appreciation for your work 👍

@mycek91
Copy link

mycek91 commented Mar 25, 2024

Excellent work @gnuton, thank you for your hard work and making this build possible!
I also would like to report a bug.
NFS exports don't work:
Similar to this issue #501

@gnuton
Copy link
Owner Author

gnuton commented Mar 25, 2024

@mycek91 do you get any any errore in the JavaScript console of your browser? Any log?

@DavidGaribov
Copy link

Hello, dear gnuton! Thank you for your work! After installing the alpha version, the amount of occupied RAM decreased significantly (from 92-96% on stock to 60-71% on your firmware). Tell me, can I post a link to your firmware in the topic of our router on the 4pda website?

@gnuton
Copy link
Owner Author

gnuton commented Mar 26, 2024

@DavidGaribov the amount of RAM depends on the services you run.
It would be nice to run a top or ps and see the differences between the ram usage in the two firmwares.
As for posting link to website.. please go ahead. the project is public.

@DavidGaribov
Copy link

@gnuton I'm sorry, but I didn't understand what you meant by "to run a top or ps"? Regarding the amount of RAM, the number of running services and connected clients is the same as on stock.

@mycek91
Copy link

mycek91 commented Mar 26, 2024

Hello @gnuton
This is the log when I try to enable the switch for NFS
Debug Level enabled

Mar 26 15:15:53 rc_service: httpd 2269:notify_rc restart_nasapps
Mar 26 15:15:53 avahi-daemon[9789]: Files changed, reloading.
Mar 26 15:15:53 avahi-daemon[9789]: Loading service file /tmp/avahi/services/mt-daap.service.
Mar 26 15:15:53 iTunes: daemon is stopped
Mar 26 15:15:53 FTP_Server: daemon is stopped
Mar 26 15:15:53 wsdd2[9806]: Terminated received.
Mar 26 15:15:53 wsdd2[9806]: terminating.
Mar 26 15:15:53 Samba_Server: smb daemon is stopped
Mar 26 15:15:54 avahi-daemon[9789]: Got SIGTERM, quitting.
Mar 26 15:15:54 avahi-daemon[9789]: Leaving mDNS multicast group on interface br0.IPv4 with address 192.168.50.1.
Mar 26 15:15:54 avahi-daemon[9789]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.1.1.
Mar 26 15:15:54 avahi-daemon[9789]: avahi-daemon 0.8 exiting.
Mar 26 15:15:56 Timemachine: daemon is stopped
Mar 26 15:15:56 avahi-daemon[19811]: Found user 'nobody' (UID 65534) and group 'nobody' (GID 65534).
Mar 26 15:15:56 avahi-daemon[19811]: Successfully dropped root privileges.
Mar 26 15:15:56 avahi-daemon[19811]: avahi-daemon 0.8 starting up.
Mar 26 15:15:56 avahi-daemon[19811]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Mar 26 15:15:56 avahi-daemon[19811]: Loading service file /tmp/avahi/services/alexa.service.
Mar 26 15:15:56 avahi-daemon[19811]: Loading new alias name TUF-AX3000_V2.
Mar 26 15:15:56 avahi-daemon[19811]: Joining mDNS multicast group on interface br0.IPv4 with address 192.168.50.1.
Mar 26 15:15:56 avahi-daemon[19811]: New relevant interface br0.IPv4 for mDNS.
Mar 26 15:15:56 avahi-daemon[19811]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.1.1.
Mar 26 15:15:56 avahi-daemon[19811]: New relevant interface lo.IPv4 for mDNS.
Mar 26 15:15:56 avahi-daemon[19811]: Network interface enumeration completed.
Mar 26 15:15:56 avahi-daemon[19811]: Registering new address record for 192.168.50.1 on br0.IPv4.
Mar 26 15:15:56 avahi-daemon[19811]: Registering new address record for 127.0.1.1 on lo.IPv4.
Mar 26 15:15:56 avahi-daemon[19811]: Registering new address record for 127.0.0.1 on lo.IPv4.
Mar 26 15:15:56 Samba_Server: daemon is started
Mar 26 15:15:56 wsdd2[19828]: starting.
Mar 26 15:15:56 avahi-daemon[19811]: Server startup complete. Host name is TUF-AX3000_V2-A190.local. Local service cookie is 4148282246.
Mar 26 15:15:56 avahi-daemon[19811]: Alias name "TUF-AX3000_V2" successfully established.
Mar 26 15:15:57 avahi-daemon[19811]: Service "TUF-AX3000_V2-A190" (/tmp/avahi/services/alexa.service) successfully established.

For what kind of errors do i have to look in the javascript console?

@gnuton
Copy link
Owner Author

gnuton commented Mar 26, 2024

@gnuton I'm sorry, but I didn't understand what you meant by "to run a top or ps"? Regarding the amount of RAM, the number of running services and connected clients is the same as on stock.

you can ssh onto the router and run a "ps" or "top"
they are command line tools which show RAM usage

@DavidGaribov
Copy link

@gnuton the data received in PuTTY matches what is specified in the router interface. But for some unknown reason, after some time, the amount of shared RAM increased to 92%, although no processes such as data synchronization and connecting new clients occurred.
Снимок экрана 2024-03-26 192216
Снимок экрана 2024-03-26 190442

@gnuton
Copy link
Owner Author

gnuton commented Mar 26, 2024

@gnuton the data received in PuTTY matches what is specified in the router interface. But for some unknown reason, after some time, the amount of shared RAM increased to 92%, although no processes such as data synchronization and connecting new clients occurred. Снимок экрана 2024-03-26 192216 Снимок экрана 2024-03-26 190442

TBH all this RAM usage is pointless. Said that what's is usefull is not hte amount of RAM used in a particular instant of time, but rather see if there is any service which is missing that would make the system not work correctly.

Repository owner deleted a comment from DTHPM Mar 30, 2024
@gnuton
Copy link
Owner Author

gnuton commented Mar 30, 2024

The firmware has been merged to the main branch and now all images get released along with the other ones.

@DTHPM
Copy link

DTHPM commented Mar 30, 2024

Error IPTV (beta 1)

@gnuton
Copy link
Owner Author

gnuton commented Apr 2, 2024

@DTHPM ?

@DTHPM
Copy link

DTHPM commented Apr 3, 2024

Black error on channels when using iptv (Ax3000v2- beta1)

@DavidGaribov
Copy link

@gnuton Hello. Have you tried changing the router firmware region? I need to know what is responsible for the regional settings nvram or cfe.bin? I tried to change the firmware region: I managed to get the cfe.bin file, but when I tried to edit it, the cfe editor received the wrong cfe error. It is very likely that all parameters are stored in nvram, I managed to get a list of nvram parameters responsible for the firmware region and change them, but unfortunately the changes were not saved. The ability to change the region is necessary to obtain maximum amplification of the wifi signal.

@Hakwish
Copy link

Hakwish commented Apr 5, 2024

@gnuton hi, i apreciate the great work you are doing, but will you concider updating the the gaming priority in adaptive Qos section so it will recognize modern games ? cuz in the stock version it does not work at all, thanks

@gnuton
Copy link
Owner Author

gnuton commented Apr 5, 2024

If broken in the stock firmware, than it s not an easy fix and this may affect also other routers. I am not sure what s broken since this is the first time I hear this. I would suggest you to open a dedicated ticket and talk on the forum about this with others. Then you may come with a more clear understanding of the problem and we can check what can be done. You can also contact Asus to fix this if in stock

@SMOL25
Copy link

SMOL25 commented Apr 5, 2024

[Screenshot_20240405-122302.png

What file should i download?

@gquittet
Copy link

gquittet commented Apr 5, 2024

@gnuton gnuton closed this as completed Apr 6, 2024
@Shasoosh
Copy link

Shasoosh commented Apr 7, 2024

What's the difference between these two?

TUF-AX3000_V2_3004_388.6_2-gnuton1_nand_squashfs.pkgtb
TUF-AX3000_V2_3004_388.6_2-gnuton1_tuf_nand_squashfs.pkgtb

@sojusnik
Copy link

sojusnik commented Apr 7, 2024

TUF-AX3000_V2_3004_388.6_2-gnuton1_nand_squashfs.pkgtb = default ASUS routers skin
TUF-AX3000_V2_3004_388.6_2-gnuton1_tuf_nand_squashfs.pkgtb = gamer-like skin of ASUS routers (which is the default skin for this stock firmware, which IMHO looks horrible, so gnuton kindly provided the default ASUS skin)

@Shasoosh
Copy link

Shasoosh commented Apr 7, 2024

Thanks for clarifying.

@kokosowy
Copy link

kokosowy commented Apr 18, 2024

Hi! Many thanks for releasing it. I've just installed and configured it. I have a question. Neither stock firmware neither FreshTomato nor Gnuton's Merlin do not support VLANs at the moment. Is this limitation coming from stock firmware delivered by Asus or this is more complicated?

@mustymute
Copy link

mustymute commented May 28, 2024

hello guys where stable version download link ? thanks.

@gquittet
Copy link

gquittet commented May 28, 2024

hello guys where stable version download link ? thanks.

@mustymute Here: https://github.com/gnuton/asuswrt-merlin.ng/releases/tag/3004.388.6_2-gnuton1

And download the TUF-AX3000_V2_3004_388.6_2-gnuton1_tuf_nand_squashfs.pkgtb file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests