Best coding decision ever !!!!!!! (might even try it some time)I know it works, no testing needed. I just want to hear something positive to make my day even brighter…
I have no idea where you are getting the ab-solution.sh file from. AB-Solution has migrated to Diversion more than 4 years ago. I have no publicly available files left for AB-Solution on my server.My USB was corrupted so I purchased a new one. I have the AC87U with Merlin 384.13_10.
The USB is formatted to NTFS and looking at the documentation I need to run curl -Os https://diversion.ch/amtm/amtm && sh amtm from SSH client
But I get this error
View attachment 38174
Any ideas where I am going wrong. Thank you
With larger swap files now possible, is there any significant advantage to an increase from the long standard 2GB?amtm 3.2.3 is now available
What's new
NEW: Adds support for Asuswrt-Merlin-AdGuardHome-Installer by @SomeWhereOverTheRainBow
How to update
Use u to update amtm to this latest version
Does your router run out of memory? No? Thought so. 2 GB is sufficient for most routers. You‘ll know if you‘d ever need more.With larger swap files now possible, is there any significant advantage to an increase from the long standard 2GB?
Swap acts as a buffer and that is it. Have more spill over doesn't mean better. It just means more work.With larger swap files now possible, is there any significant advantage to an increase from the long standard 2GB?
I just changed mine. That was exactly what I wanted when I set it up manually a few months ago.Is anyone using the sunset/sunrise LED option in amtm?
Just wanted to hear feedback for this long awaited but never asked for feature that I had in my head for over a year.
Finally got to coding it some time ago and it was as much fun getting it to work as I imagined.
I REALLY LOVE IT that my router does the same as all my iPads, iPhones and computers
Yes! It is great for router living room at night as not to interfere with TV in low light.Is anyone using the sunset/sunrise LED option in amtm?
Just wanted to hear feedback for this long awaited but never asked for feature that I had in my head for over a year.
Finally got to coding it some time ago and it was as much fun getting it to work as I imagined.
I REALLY LOVE IT that my router does the same as all my iPads, iPhones and computers
Yes I setup for my location and it works wonderfully. Before I had it setup for the LEDs to run a couple hours a day. This is a nice feature. Appreciate it.Is anyone using the sunset/sunrise LED option in amtm?
Just wanted to hear feedback for this long awaited but never asked for feature that I had in my head for over a year.
Finally got to coding it some time ago and it was as much fun getting it to work as I imagined.
I REALLY LOVE IT that my router does the same as all my iPads, iPhones and computers
I got mine reverse. I like seeing the pretty colors at night and the lights are off in the day. The wife thought the router was broken, but some how the internet was still working....The new LED lights off at sunset and sunrise works great.
The wife thought the router was broken, but some how the internet was still working....
@thelonelycoderThe amtm LED control management is done through the SSH UI only.
These two do not require an attached device, they install to and run from the router built in /jffs/ partition.
That is, unless you want to use the sunset/sunrise setting in amtm to control the LEDs, this particular feature requires Entware installed.
If you want that feature, insert the device into the router, run fd in amtm to format the disk, then run ep to install Entware.
I also experienced the same error message and corrupted file. Is there a quick and easy way to fix this?Seems that you have a corrupted file. You can view the file by command:
Code:less /opt/etc/profile
This is my /opt/etc/profile.
Code:#!/bin/sh # Please note it's not a system-wide settings, it's only for a current # terminal session. Point your f\w (if necessery) to execute /opt/etc/profile # at console logon. is_substring(){ case "$2" in *$1*) return 0;; *) return 1;; esac } # Set CHECK_OPT_PATH to 1 to check /opt/bin and /opt/sbin in PATH CHECK_OPT_PATH=0 if [ $CHECK_OPT_PATH = 1 ]; then is_substring "/opt/bin" $PATH [ $? == 1 ] && export PATH=/opt/bin:$PATH is_substring "/opt/sbin" $PATH [ $? == 1 ] && export PATH=/opt/sbin:$PATH else export PATH=/opt/bin:/opt/sbin:$PATH fi export TERMINFO=/opt/share/terminfo export TERM=xterm export TMP=/opt/tmp export TEMP=/opt/tmp unset LD_PRELOAD unset LD_LIBRARY_PATH alias mc="mc -c" # You may define localization #export LANG='ru_RU.UTF-8' #export LC_ALL='ru_RU.UTF-8' export LANG='en_US.UTF-8' export LC_ALL='en_US.UTF-8'
Faster is always better. Even better is using a SSD drive instead of a memory stick. They last longer and allow greater speeds.Is there any benefit to use an USB 3.0 stick over an USB 2.0 stick?
Currently I have an USB 2.0 stick in my AC86U. Would I notice any speed advantage?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!