Recent content by Sylphia

  • 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. S

    High RAM memory usage AC86U

    S 130m 13.0 3 0.1 networkmap I have a ax86u-pro at 388.1, networkmap eats 130mb
  2. S

    Support for docker engine?

    Is this possible for devices with 4.x kernel? Seems we have to enable cgroup and namespace support at least...
  3. S

    [ 388.2 alpha Build(s) ] Testing available build(s)

    basedon https://github.com/gnuton/Asuswrt-Merlin-Toolchains-Docker $PATH is :/opt/toolchains/crosstools-aarch64-gcc-9.2-linux-4.19-glibc-2.30-binutils-2.32/usr/bin:/opt/toolchains/crosstools-arm-gcc-9.2-linux-4.19-glibc-2.30-binutils-2.32/usr/bin cd into release/src-rt-5.04axhnd.675x, run make...
  4. S

    Release Asuswrt-Merlin 388.1 is now available for all supported Wifi 6 models

    Hi, RMerlin, is there anything special to do to build for ax86u-pro? Seems I have to install libisl-dev:i386 and create link libisl.so.x.x.x to libisl.so.15, and create link for libmpc.so too. And, likely I have to install other version of automake, but I'm not sure which one(I have 1.11, 1.15...
  5. S

    OpenVPN on the BCM4912 (ZenWiFi Pro XT2 or GT-AX6000)

    WG requires disabling NAT Acceleration - is it BCM4912 specific or applies to all supported models? Testing WG with iperf3 on my AC86U gives me: [ ID] Interval Transfer Bitrate Retr [ 5] 0.00-10.01 sec 591 MBytes 495 Mbits/sec 573 sender [ 5]...
  6. S

    Failed to build 386.2_4

    Thank you merlin for your reply. I have to merge commit e61b19dad0a9bbaab19d0a3c0541c014125657a0 to make it working.
  7. S

    Failed to build 386.2_4

    libupnp_arm_94908hnd make[6]: Entering directory '/home/ubuntu/asuswrt-merlin.ng/release/src/router/libupnp_arm_94908hnd' echo use prebuilt use prebuilt cp -f ./prebuilt/libupnp.so . make[6]: Leaving directory '/home/ubuntu/asuswrt-merlin.ng/release/src/router/libupnp_arm_94908hnd' rm -rf...
  8. S

    Wireguard implementation?

    FYI, wireguard now works well on ac86u with 384.18, iperf3 shows ~550Mbps throughput with single connection on 1Gbps LAN.
  9. S

    [Release] Asuswrt-Merlin 384.18 and 384.13_10 is now available

    Just built wireguard module with git commit #ae2212da560cffe0daec1878fefde46a83906f24 (3 commits ahead of tag v1.0.20200623) running on ac86u (merlin 384.18), no more blog errors. FYI.
  10. S

    Wireguard implementation?

    After I've ran into problem, I found this: https://www.mail-archive.com/search?l=wireguard@lists.zx2c4.com&q=subject:%22Conflict+with+broadcom+component.%22&o=newest&f=1 I've got same log entries, random slow/connection reset, even got the router kernel panic randomly. It's a nice tool, but...
  11. S

    Wireguard implementation?

    Wireguard runs on ac86u but has major compatibliy issue. I think it's useless on asus routers, for now.
  12. S

    Cannot compile 384.13 for rt-ac86u...

    Confirmed, a clean clone built without any issue. What's the difference between a clean clone and a repo after `git reset --hard` & `git clean -f -d` :eek:
  13. S

    Cannot compile 384.13 for rt-ac86u...

    Thanks. I'll try rm all and get a new clone then build. I've done `git reset --hard` & `git clean -f -d` , I think that was a clean repo... hmm
  14. S

    Cannot compile 384.13 for rt-ac86u...

    The only different was that there's no need to 'make depend' while building openssl. How to fix that unknown reference? :(
  15. S

    Cannot compile 384.13 for rt-ac86u...

    I need geoip function of iptables, so I have to compile the firmware myself. Clean clone from git, built for rt-ac86u. Found 3 problems: 1. /src/router/openssl built failed, I have to 'make depend' to make it working. 2. /src/router/libevent-2.0.21 built failed, 'autoreconf -vfi' seems fixed...
Top