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

    RT-AC86U 1024MB RAM support.

    Compiled CFE with 2GB support DDR test successfully but linux not started, without any error modification git diff ../../../cfe/arch/arm/board/bcm63xx_rom/src/bcm63xx_impl2_ddr_cinit.c diff --git a/release/src-rt-5.02hnd/cfe/cfe/arch/arm/board/bcm63xx_rom/src/bcm63xx_impl2_ddr_cinit.c...
  2. C

    RT-AC86U 1024MB RAM support.

    need add support to bcm63xx_impl2_ddr_mcb.c https://github.com/RMerl/asuswrt-merlin.ng/blob/384.19/release/src-rt-5.02hnd/cfe/cfe/arch/arm/board/bcm63xx_rom/src/bcm63xx_impl2_ddr_mcb.c
  3. C

    RT-AC86U 1024MB RAM support.

    like 1GB i edit memory config to 0x1627 but CFE not have this config, need add this config to CFE and recompiler CPU0 L1CD MMUI MMU> CODE ZBBS MAIN NVRAM memcfg 0x1627 No valid MCB found for memcfg 0x1627, use safe mode setting DDR init safe mode MCB chksum 0x9b0baabd, config 0x523 MemsysInit...
  4. C

    RT-AC86U 1024MB RAM support.

    2GB chip not working with 271600 (if you do that, you brick router) for 2GB need recompiler cfe with config
  5. C

    RT-AC86U 1024MB RAM support.

    chips on taobao 5$ - https://item.taobao.com/item.htm?id=613596877778 aliexpress https://www.aliexpress.com/item/32983556319.html
  6. C

    RT-AC86U 1024MB RAM support.

    this IS43TR16K01S2AL-125KBLI https://www.mouser.com/ProductDetail/870-16K01S2L-125KBLI/ I haven't installed it yet, so I can't say whether it will work or not ps mouser have bad search filter
  7. C

    RT-AC86U 1024MB RAM support.

    already order 2 GB chip memory, for test ))
  8. C

    RT-AC86U 1024MB RAM support.

    Now works 1024 MB ram i edited mtdblocks 0) firmware 384.19 1) copy /dev/mtdblock4 and /dev/mtdblock5 to computer cp /dev/mtdblock4 /tmp/mnt/mtdblock4 scp asus:/tmp/mnt/mtdblock4 mtdblock4 <=== on local computer rm /tmp/mnt/mtdblock4 cp /dev/mtdblock5 /tmp/mnt/mtdblock5 scp...
  9. C

    RT-AC86U 1024MB RAM support.

    I solder 1GB ram chip MT41K512M16HA-107:A. If i change memcfg setting to 0x1527 all works but after restart firmware restore nvram memcfg to 0x1427 and OS only view 512MB Need add suport 1GB to firmware PS i brick router with bad CFE, how restore CFE with UART? problem in this code void...
  10. C

    RT-AC86U How flash CFE with UART?

    I flash router with bad CFE
  11. C

    RT-AC86U 2.4GHz problems

    i have the same problem
  12. C

    Mcast error

    Oct 25 03:43:03 kernel: ^[[0;33;41m[ERROR mcast] bcm_mcast_blog_process,789: blog allocation failure^[[0m Oct 25 03:43:03 kernel: ^[[0;33;41m[ERROR mcast] bcm_mcast_blog_process,789: blog allocation failure^[[0m asus rt-ac86u iam running transmission
  13. C

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

    need restart samba and delete files rm -rf /var/lock/*.tdb
  14. C

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

    killall rstats use ncdu to find increasing folder
  15. C

    Entware Java Jdk 11 ASUS RT-AC86U

    How run java on ASUS RT-AC86U I found this solution 1) install entware https://github.com/RMerl/asuswrt-merlin.ng/wiki/Entware 2) opkg install tar 3) download jdk cd /opt/share mkdir jdk cd jdk wget https://download.bell-sw.com/java/11.0.7+10/bellsoft-jdk11.0.7+10-linux-aarch64.tar.gz tar...
  16. C

    Asus RT-AC86U and LUKS firmware 384.8_2

    ### Test LUKS (you need USB hdd or flash) opkg install cryptsetup cat /proc/crypto | grep -A 3 "xts(aes)" name : xts(aes) driver : xts-aes-ce module : aes_ce_blk priority : 10000 -- name : xts(aes) driver : xts-aes-iproc module : bcmspu priority ...
  17. C

    Asus RT-AC86U and LUKS firmware 384.8_2

    Create virtual machine with 32gb disk ### Install fresh Ubuntu 18.04 LTS (Bionic Beaver) ubuntu-18.04.3-desktop-amd64.iso ### Apply OS updates and make bash the default shell (reboot required) sudo apt-get update && sudo apt-get -y dist-upgrade && sudo rm -f /bin/sh && sudo ln -sf bash...
  18. C

    Cryptsetup Kernel Modules

    i have the same problem insmod: can't insert 'dm-mod.ko': unknown symbol in module, or unknown parameter for fix you need patch Makefile ~/asuswrt-merlin.ng/release/src-rt-5.02hnd/kernel/linux-4.1/drivers/md/Makefile and add in config CONFIG_BLK_DEV_DM_BUILTIN=y...
  19. C

    RT-AC86U atop iotop problem

    atop and iotop from entwareng 64 bit not working admin@asus:/tmp/home/root# atop atop: error while loading shared libraries: libncursesw.so.6: cannot open shared object file: No such file or directory admin@asus:/tmp/home/root# iotop Could not run iotop as some of the requirements are not met...
  20. C

    Asus RT-AC86U LUKS problem

    as a result i compilled kernel with options for fast AES CONFIG_ARM64_CRYPTO=y CONFIG_CRYPTO_SHA1_ARM64_CE=y CONFIG_CRYPTO_SHA2_ARM64_CE=y CONFIG_CRYPTO_GHASH_ARM64_CE=y CONFIG_CRYPTO_AES_ARM64_CE=y CONFIG_CRYPTO_AES_ARM64_CE_CCM=y CONFIG_CRYPTO_AES_ARM64_CE_BLK=y CONFIG_CRYPTO_CRC32_ARM64=y...
Top