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. P

    Devices not appearing in QoS - WAN/LAN Bandwidth Monitor

    Im going to go with still buggy
  2. P

    Devices not appearing in QoS - WAN/LAN Bandwidth Monitor

    Why don't all my devices appear in QoS - WAN/LAN Bandwidth Monitor??
  3. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    I hope I have a solution for @squidbilly This is what I came up with: Replacing the lines prevRate=$( echo ${line} | awk -F"rate |Kbit" '{print $2}' ) prevCeil=$( echo ${line} | awk -F"ceil |Kbit" '{print $3}' ) With # Using or K or M or G bit. That works for...
  4. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    update here: https://www.snbforums.com/threads/autobw-automatically-set-qos-bandwidth-using-spdmerlin.63067/page-4#post-566747 OK OK OK OK.... I wasn't understanding this whole part of the code: while read -r line; do class=$( echo ${line} | sed -n -e 's/.*class htb 1://p' | cut -d'...
  5. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    That error is from a "real" speed test running at the same time!!! In my experience
  6. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    Getting a bit further with my experimenting. the 1048 and 1895 are from your Routers Adaptive QOS -> QOS page. If those values are > 1000 you will be getting the errors I had 40Mb/s for upload and 1000Mb/s for downlaod I changed the Upload to 4000 for testing and the Upload began throwing...
  7. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    Well... 12 printf: invalid number '1048Mbit' 0.0 printf: invalid number 'ceil' 0.0 printf: invalid number '1895Mbit' 0.0 printf: invalid number 'burst' 0.0 printf: invalid number '1249378b' 0 printf: invalid number 'cburst' 0.0 printf: invalid number '1249348b' The Mbit and the letter b at the...
  8. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    This error seems to be from anybody with GIGabit internet!!!
  9. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    Another bug... Happened to run right as a SCHEDULED spdMerlin speed test was being done: xxxxxxx@router:/jffs/scripts# sh /jffs/scripts/AutoBW AutoUpdate is enabled. Checking for update ... (23) Failed writing body Something is different about this copy of AutoBW. Just letting you know. :)...
  10. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    Trying to debug!! *********************** UPDATE: https://www.snbforums.com/threads/autobw-automatically-set-qos-bandwidth-using-spdmerlin.63067/page-4#post-566707 This explains a lot!!! ************************** The error: printf: invalid number '1052Mbit' seem to come from line 270-295...
  11. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    Did the install complete successfully for bc?? What happens after you type: opkg install bc
  12. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    type "opkg install bc" esto instalará el 'bc' que falta
  13. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    Well: cru l will list all the crons on the router. I have installed and run(in test mode) the script and no cron was installed. Looking over the code I did not find a cru command in the script so no cron is installed for the script
  14. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    Is that all it does!!!! LOL ok I get it now!! It sets based on real tested Bandwidth and not claimed bandwidth. @immi803 Is the idea of this script to run this with a cron(once a day, every 12 hours, or what?) to more accurately reflect your "realtime BandWidth" and set that value so all...
  15. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    Type: opkg install bc after SSHing in to the router. then: curl "https://raw.githubusercontent.com/squidbillyms/AutoBW/master/AutoBW" -o /jffs/scripts/AutoBW && chmod 755 /jffs/scripts/AutoBW then: sh /jffs/scripts/AutoBW OR WHAT THE GUY SAID ABOVE WHILE I WAS TYPING THIS POST!!!! This will...
  16. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    So this is a helper for spdMerlin?? It is called by spdMerlin?? It is just an install?? If this is true then it should be noted in the OP OOOOHHHHHHH This is a script with things to config through a text editor!!
  17. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    OOOOHHHHHHHH!!! I am in a different directory... SSHing in you are in /tmp/home/root and the script was put in /jffs/scripts/AutoBW changing the install to: curl "https://raw.githubusercontent.com/squidbillyms/AutoBW/master/AutoBW" -o /jffs/scripts/AutoBW && chmod 755 /jffs/scripts/AutoBW...
  18. P

    AutoBW: Automatically set QoS bandwidth using spdMerlin

    Got it to run!! Got this: xxxxxxxx@router:/tmp/home/root# curl "https://raw.githubusercontent.com/squidbillyms/AutoBW/master/AutoBW" -o /jffs/scripts/AutoBW && chmod 755 /jffs/scripts/AutoBW && sh /jffs/scripts/AutoBW % Total % Received % Xferd Average Speed Time Time Time...
Top