Hello,

I tried running the bash script manually, it works good.

About the python script, it seems it can't turn-off wifi on either 2.4G or 5G. Though, no error is shown and it seems everything went well but really it did not. Script is good and I like the structure for novice like me. Thank you for your contribution, just my 2 cents feedback.

My router is Arcadyan running ver 1.00.18

Reply to this note

Please Login to reply.

Discussion

Thanks for letting me know! So basically python script option 5 does not disable wifi radios for you? Strange, it works on mine, if I choose 5 and then re-run the script after Arcadyan reboots the radios are not transmitting and those networks cannot be joined. Same Arcadyan version, with Python 3.9.6.

It would be good to know what terminal shell and version you are running as the disabling is just a 'curl' command on python script line 121.

Does it work if you run it manually? - that was the reason I printed bash and zsh commands, if it doesn't execute properly with python just copy/paste the command for your shell (immediately after, no re-running of the script which would change the authorization code).

Thanks for letting me know! So basically python script option 5 does not disable wifi radios for you? Strange, it works on mine, if I choose 5 and then re-run the script after Arcadyan reboots the radios are not transmitting and those networks cannot be joined. Same Arcadyan version, with Python 3.9.6.

It would be good to know what terminal shell and version you are running as the disabling is just a 'curl' command on python script line 121.

Does it work if you run it manually? - that was the reason I printed bash and zsh commands, if it doesn't execute properly with python just copy/paste the command for your shell (immediately after, no re-running of the script which would change the authorization code).