Recent content by jacklul

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

    Entware [SOLUTION] Cross-Compile ProxyChains-NG Entware Package via Debian Live DVD

    Anyone can take my repo as an example to build theirs, as long they are willing to maintain the packages included there because otherwise what's the point? I do not plan on maintaining a repo with packages I personally don't use and can't really test, I shared the workflow file in faith that it...
  2. jacklul

    Entware [SOLUTION] Cross-Compile ProxyChains-NG Entware Package via Debian Live DVD

    I'd prefer not to put a package in my repo that I can't provide support for
  3. jacklul

    Entware [SOLUTION] Cross-Compile ProxyChains-NG Entware Package via Debian Live DVD

    It supports building using all Entware's build targets, I am using it to build packages for supported architectures in my repository It is a matter of convenience, some may want to build themselves anyway while others just need ready to use package
  4. jacklul

    Entware [SOLUTION] Cross-Compile ProxyChains-NG Entware Package via Debian Live DVD

    Just a thought: You could setup a custom Entware repository using GitHub workflow like this so others can just add the repository to their opkg.conf instead of compiling manually
  5. jacklul

    Suddenly script_usbmount is getting cleaned

    This method still works, it is incompatible with Entware/Optware though
  6. jacklul

    ASUS RT-AX58 - Firmware version 3.0.0.4.388.24762

    They also added freemyip.com DDNS provider but didn't mention it in the changelog.
  7. jacklul

    Is Asus RT AX3000 v2 going to receive a firmware update?

    This is for TUF variant. Latest version for AX3000/AX58U is 23925 dated 2023/09/27.
  8. jacklul

    Skynet Practice displaying a world map on a webpage using an addon-api.

    Unfortunately I do not have Merlin firmware on my router so I won't be able to test this Possibly all you have to do is to just replace "/jffs/addons/my_addon/MyPage.asp" in the example code with te path to your page
  9. jacklul

    Skynet Practice displaying a world map on a webpage using an addon-api.

    This should help: https://github.com/RMerl/asuswrt-merlin.ng/wiki/Addons-API
  10. jacklul

    how to run cron and other scripts on startup?

    Try the workaround I posted here: https://www.snbforums.com/threads/asus-rt-ax3000-firmware-version-3-0-0-4-388-23403-2023-05-31.85267/#post-846078 In your case you will want to modify the S50usb-mount-script to run your script instead of eval'ing contents of the nvram var.
  11. jacklul

    Suddenly script_usbmount is getting cleaned

    I'm noticing that since today morning 'script_usbmount' nvram variable is erased few seconds after being set. I guess the "update" had to be pushed yesterday as it stopped working in the morning on fresh boot. Does Asus have a way to push such changes without a firmware update?
  12. jacklul

    Script not working anymore after upgrade to 24198

    You can't use curl and wget from cron on newer firmware - they will output nothing, you will not be able to bypass it - I tried. Use Entware's curl.
  13. jacklul

    Script to Back Up & Restore Subsets of NVRAM Variable Settings.

    Doesn't "nvram show" ommit some sensitive variables though? I think "nvram save" is better choice as it produces CFG style file (and doesn't seem to skip sensitive variables) which can then be decoded into variable=>value array string. For example first command will not contain Asus DDNS token...
  14. jacklul

    Raspberry Pi Zero W as USB Ethernet Gadget Not Working

    There is nothing permanent applied, just peak into the install scripts to see which files will be created/modified and all you have to do is to reverse the changes manually.
  15. jacklul

    Raspberry Pi Zero W as USB Ethernet Gadget Not Working

    Just gonna add that I've been successful at doing this with stock AX58Uv2 using my own script - https://github.com/jacklul/asuswrt-usb-raspberry-pi - running Pi-hole this way for over 5 months now. I did add a theoretical support for Merlin in that script but I can't test it because my device...
Top