Don't forget to clean browser cache.
Sorted for me. Thanks @ryzhov
Don't forget to clean browser cache.
Hello guys. After wondering throught the internet i came across this forum and i hope you can help me with a problem that i'm facing on Padavan's custom firmware. To be more specific i have a problem with Transmission. Every time i load a torrent, transmission interface becomes unresponsive and i have to restart the router. I have tried reflashing the FW, creating a swap partition and i have the same problem. Can you guys help me?
Hello guys. After wondering throught the internet i came across this forum and i hope you can help me with a problem that i'm facing on Padavan's custom firmware. To be more specific i have a problem with Transmission. Every time i load a torrent, transmission interface becomes unresponsive and i have to restart the router. I have tried reflashing the FW, creating a swap partition and i have the same problem. Can you guys help me?
Yes. You can use it as wireless bridge in WDS or AP Client modes. Also WISP is supported with some limitations.Will this custom firmware allow me to use my RT-N65u as a repeater?
those are standard libraries. you should be able to install python through entware (obviously you need to have usb storage and install entware first).
then you should be able to easily add your script. $1 will be either up or down, and you can use an if statement to call whatever you need
case "$1" in
down)
python /etc/storage/script.py
;;
esac
if [ "$1" == "down" ]
then
python /etc/storage/script.py
fi
Edit: I guess this is the proper syntax for the if statement
Code:if [ "$1" == "down" ] then python /etc/storage/script.py fi
However, when I execute it from the SSH prompt, I don't get any response even if I include an echo statement. So how can I confirm that execution is happening properly?
you are passing down as the first argument?
if [ "$1" == "down" ]
then
sh /etc/storage/custom.sh
fi
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!