What's new

ax88u custom configuration script

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

eltell69

Regular Contributor
Hi Guys
I'm using firmware 3004.388.4 beta2. What custom configuration script should I use for this beta firmware update from 388.2.2. I tried installing the beta 3 version of this firmware but it won't install it stays at beta 2 any ideas. Another query is I tried to re-install the 388.2.2 f/w but it won't install is this normal.
 
Last edited:
On which router model do you have this issue?

Typically the update fails due memory shortage - unplug the USB-Stick(s) and reboot - try the update immediately after reboot (without USB-Sticks).

To clear memory cache without reboot you can use this commands on the command line (SSH login):
Code:
free  # Show memory usage BEFORE clear commands

sync; swapoff -a  # Clear Swap-File(s)
sync; echo 3 > /proc/sys/vm/drop_caches  # Clear PageCache, dentries and inodes.
sync; echo 1 > /proc/sys/vm/drop_caches  # Back to normal memory usage

free  # Show memory usage AFTER clear commands
 
Hi joegreat I've sorted it thanks I got the vpn custom configuration script from my vpn provider and applied it to the router and the beta 3 f/w version installed ok
so thanks for the help much appreciated
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top