P Nelson wrote: 
> Is there a way to to turn off wlanpoke?  I want to turn it off for some
> testing.

Removing the rcS.local file and rebooting will restore your radio to
nearly its original state. You can still manually launch the script.

Besides that, depending on what you want to do, there are several other
ways to disable wlanpoke.

The first is to use the wlanpoke's kill app function. From an ssh prompt
(copy and paste):
/etc/wlanpoke/wlanpoke.sh -k
to exit the script. The script should exit and stay off until the next
reboot, or until you relaunch it.

If you want the script to not run at the next reboot, a quick way is to
rename the script so that it will be launched at boot, e.g.:
mv /etc/wlanpoke/wlanpoke.sh /etc/wlanpoke/wlanpoke.sh.disabled
You could instead rename the rcS.local file.

(For testing, which sounds advanced, if you want to retain or expand the
script's logging capability, you could disable the script's
RestartNetwork() function by adding "return" as the first line.)


------------------------------------------------------------------------
POMdev's Profile: http://forums.slimdevices.com/member.php?userid=70558
View this thread: http://forums.slimdevices.com/showthread.php?t=114775

_______________________________________________
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio

Reply via email to