FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
224 views 1 comments
by anonymous

Hi,

I would like to ask if there is a way how to deactivate/shut down the modem for a period longer than 60 s, as the command 

gsmctl -D, --shutdown

expires after a minute and the modem is back. Can i somehow edit the time after which the modem will be reinitiated? My goal is to achieve ca 1 hour. 

Thanks!

David 

by anonymous

Hello

Thanks for contacting TELTONIKA | Crowd-support forum.

/etc/init.d/gsmd stop & /etc/init.d/gsmd start  are the commands you're looking for.

You can check the service status by the following command /etc/init.d/gsmd status.

More information can be found here:

https://wiki.teltonika-networks.com/view/FAQ#General_Questions

Best regards,

1 Answer

0 votes
by anonymous
In "official" openwrt, running on RUT955, I use the GPIO to switch on/off the modem. Needs a custom script, of course. Should be possible on standard OS, too.