Search results

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

  1. 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
  2. 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...
  3. 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
  4. 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
  5. 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...
  6. 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...
  7. C

    Asus RT-AC86U and Debian Bullseye + Nextcloud

    What exactly? nextcloud ? ubuntu? ubuntu + transmission ?
  8. 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 #...
  9. C

    Asus RT-AC86U and Debian Bullseye + Nextcloud

    for ubuntu jammy debootstrap --arch=arm64 jammy /opt/ubuntu/ http://ports.ubuntu.com/ubuntu-ports
  10. C

    386.7_2 slow after 30 days

    wifi 2.4 - ok wifi 5 - problem after restart wifi 5 all ok how restart wifi 5 from console?
  11. C

    386.7_2 slow after 30 days

    problem recurred after 36 days
  12. C

    failed to write /var/lib/misc/dnsmasq.leases: No space left on device (retry in 60s)

    use ncdu every day to determine what is eating up space
  13. C

    386.7_2 slow after 30 days

    already restarted need wait 30 days )
  14. C

    386.7_2 slow after 30 days

    After 30 days of router operation. I can't login to the interface. The network speed has dropped. It happened several times (after 30 days) It didn't happen on other firmware.
  15. C

    RT-AC86U 1024MB RAM support.

    D9STQ good memory. Must work
  16. C

    RT-AC86U 1024MB RAM support.

    After replacing the memory, the router should work as usual. should show 512 MB. after editing the firmware will show 1 GB
  17. C

    RT-AC86U 1024MB RAM support.

    modify https://www.snbforums.com/threads/rt-ac86u-1024mb-ram-support.69877/post-660911 file release/src-rt-5.02hnd/shared/opensource/boardparms/bcm963xx/boardparms.c {bp_ulMemoryConfig, .u.ul = BP_DDR_SPEED_800_11_11_11 | BP_DDR_TOTAL_SIZE_512MB| BP_DDR_DEVICE_WIDTH_16 |...
  18. C

    Asus RT-AC86U and Debian Bullseye + Nextcloud

    512gb ram very little for nextcloud For redis need more memory too redis sudo apt -y install redis-server redis-server -v systemctl status redis sudo systemctl start redis-server sudo systemctl enable redis-server sudo apt -y install php-redis php --ri redis sudo phpenmod redis sudo vi...
Top