Recent content by Tostaki

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

    [RT-AC87U] Custom script - radio manipulation - [solved]

    The toggle you are refering to, seems to be a higher level one. Thus its status is not updated by the scripts. (as far as I understand) Updated scripts on github
  2. Tostaki

    [RT-AC87U] Custom script - radio manipulation - [solved]

    Here we go, my final solution implemented As a reminder, my need which is shared with some other users : Use the front panel button "Wifi" as a toggle which only overides the schedule of the radio availability. As a built-in feature, the button disable any scheduling as soon as the button is...
  3. Tostaki

    [RT-AC87U] Custom script - radio manipulation - [solved]

    The idea is not to prevent kids from using Wifi. They are old enough and responsible to be allowed. The idea is to get a scheduling which is "kill switch proof". Wifi is really useful but at some time we do not need to get it on.
  4. Tostaki

    [RT-AC87U] Custom script - radio manipulation - [solved]

    Thank you @Zirescu The solution is then #!/bin/sh #This script works on RT-AC87U which has 2 different CPU for 2.4 and 5.0 wireless networks show_help() { echo "Arrete et relance le wifi par script. Les leds suivent la meme logique" echo "usage:" echo "nightmode -on...
  5. Tostaki

    [RT-AC87U] Custom script - radio manipulation - [solved]

    I am know using the built-in feature. But this is the moot point here. As soon as my kids are overriding the schedule using the front panel button, the scheduling is disabled. As this is the design of the feature by construction, I was looking for a workaround. The custom script seems to be a...
  6. Tostaki

    [RT-AC87U] Custom script - radio manipulation - [solved]

    I tested without luck eth1.0, eth1.1 and eth 1.2. After a carefull read of a first test report by @RMerlin it appears, 5G network is on a dedicated CPU (Qantenna). A simple ifconfig does not list the interface...
  7. Tostaki

    [RT-AC87U] Custom script - radio manipulation - [solved]

    Thank you @RMerlin for the password feedback. Any idea about the eth interface for 5G network ? Thx
  8. Tostaki

    [RT-AC87U] Custom script - radio manipulation - [solved]

    You're welcome. The Led part is taken from the AsusMerlin Wiki :) About radio, I tried different option without success so far. By the way, I noticed a weird beahvior of Dropbear SSH server. The password I set on the router was not accepted to login ssh. Changing the password to something...
  9. Tostaki

    [RT-AC87U] Custom script - radio manipulation - [solved]

    EDIT: tested and fully explained solution on post #14 Hello, I wanted to add a custom "night mode" to my RT-AC87U router. My target is to shutdown the wireless adapters and the leds at night. A custom script + a cron job does the job. This solution enables me get the wifi harware button not...
Top