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

Recent content by chavo

  1. C

    ASUS RT-AX86S still shows old value after RAM upgrade

    How compile https://github.com/RMerl/asuswrt-merlin.ng/wiki/Compile-Firmware-from-source
  2. C

    ASUS RT-AX86S still shows old value after RAM upgrade

    I tried to change mtdblock on the ax router, after that the router did not start
  3. C

    ASUS RT-AX86S still shows old value after RAM upgrade

    AX86S 1GB md5: cb8101d740228b7049fe67e77024fb42 https://mega.nz/file/N2xRlCga#RjTH7w5LfBP7MBHh-XxJshRLnzHDOuHz-tbOh0u-nIE
  4. C

    ASUS RT-AX86S still shows old value after RAM upgrade

    no you need to remove the NAND and read the firmware completely if the router does not start. You need to check the startup in recovery mode (I don't remember exactly what it's called). If this mode does not work, then you need to remove the NAND and write the firmware there.
  5. C

    ASUS RT-AX86S still shows old value after RAM upgrade

    Are you using firmware for ax86u ? I think you need to compile the firmware. Run it before compiling. cd ~/asuswrt-merlin.ng/release/src-rt-5.02L.07p2axhnd/targets/cfe/sysdeps/RT-AX86U sed -i 's/\x27\x14\x00\x00\x00\x00\x00\x00\x4A\x01/\x27\x15\x00\x00\x00\x00\x00\x00\x4A\x01/g' cfe4908.bin...
  6. C

    ASUS RT-AX86S still shows old value after RAM upgrade

    What memory did you install? Full name
  7. C

    ASUS RT-AX86U RT-AX88U 2048MB 2GB RAM

    AX86U 2GB Firmware: 3004.388.9_2 md5: 1f3005e9ebd898a18517f78a2c25347a https://mega.nz/file/k7ZkUZ6B#dsuzZuJjYVwX0Gv4MEL_KEFxMB57aTOOXea_b8uRt7E if you want compile yourself before compile firmware run cd ~/amng-build/release/src-rt-5.02L.07p2axhnd/targets/cfe/sysdeps/RT-AX86U sed -i...
  8. C

    ASUS RT-AX86U RT-AX88U 2048MB 2GB RAM

    in short: 1) found the code responsible for the memory configuration in their codes 2) compiled it before and after changing the configuration 3) compared the files binary
  9. C

    ASUS RT-AX86U RT-AX88U 2048MB 2GB RAM

    https://semiconductor.samsung.com/dram/ddr/ddr4/ The router has 2 k4a4g165wf-bctd chips, 512 MB each (256M x 16). To increase it, you probably need 512M x 16 or 1G x 16 or 2G x 16. Theoretically, 8GB can be supplied. I looked at the sources. It’s not immediately clear what code is responsible...
  10. C

    ASUS RT-AX86U RT-AX88U 2048MB 2GB RAM

    https://fccid.io/MSQ-RTAX6800 https://fccid.io/MSQ-RTAX6800/Internal-Photos/Internal-Photos-Pt-1-6850937 memory k4a4g165wf-bctd
  11. C

    ASUS RT-AX86U RT-AX88U 2048MB 2GB RAM

    you need to find out what kind of memory model is used there to increase the memory you had to do two things: change the memory chip and change in firmware memory configuration
  12. C

    amcfwm - AsusWRT-Merlin Custom Firmware Manager

    what error? AiMesh central antenna diversity selection (RTCONFIG_AMAS_CENTRAL_ADS) [N/y] n no wl (RTCONFIG_NOWL) [N/y] n configuration for Intel EVO program certificate (RTCONFIG_INTEL_EVO) [N/y] n sw speed led (RTCONFIG_SW_SPDLED) [N/y] n 962118G in 504 (RTCONFIG_BCM4906_504) [N/y] n...
  13. C

    Asus RT-AC86U and Debian Bullseye + Nextcloud

    I have no experience using nextcloud on RT-AC86U router. I did this for an experiment. I think nextcloud will not work with 512 mb memory. You need at least 1 GB or 2 GB. I have 1 GB RT-AC86U memory on my router. I also increased the memory to 2 GB on the RT-AX88U and RT-AX86U routers. Probably...
  14. C

    Asus RT-AC86U and Debian Bullseye + Nextcloud

    What exactly? nextcloud ? ubuntu? ubuntu + transmission ?
  15. C

    Asus RT-AC86U and Debian Bullseye + Nextcloud

    Transmission in chroot cat /tmp/mnt/asus/entware/etc/init.d/S99ubuntu #!/bin/sh PATH=/opt/bin:/opt/sbin:/sbin:/bin:/usr/sbin:/usr/bin # Folder with Debian Jessie CHROOT_DIR=/tmp/mnt/asus/entware/ubuntu # Some folder outside of sandbox, # will be mounted to /mnt folder in Debian #...
Back
Top