What's new

Script to enable radio at start up

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

SwizItalo

Occasional Visitor
Hello, i'm a newbie here.
My router with Merlin have a problem that sometimes radio may turn off after power loss.
So i need a script to force radio on when starts.

What i did is modify /jffs/scripts/services-start
Code:
#!/bin/sh

sleep 20
nvram set wl0_radio=1
nvram set wl1_radio=1
service restart_wireless

This is not working.
Could someone point me to the right direction?
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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