Page 1 of 1

Unplugging power from router vs using reboot

Posted: Mon Jan 17, 2022 10:12 pm
by user232
Maybe it is coincidence but it seems like unplugging my router and waiting a bit then replugging it in has a different effect than rebooting it via the rooter page interface (System > Reboot)
For example, the tower I lock onto nearby is in the middle of no where, no chance of congestion.
My em12g is set AT+QCFG="band",0,20000000000000800 (b12 and 66) and when my connection is under load (such as streaming a video or downloading) I have confirmed that it aggregates B12 + B66.
Sometimes though after X amount of time, I no longer aggregate with B66 no matter what. I may also have B12 being slower than usual as well.
Using System > Reboot sometimes fixes the issue but sometimes it doesnt. When I unplug the modem for 10 or so sec then replug it in, usually it fixes it.

Is this coincidence? Or is rebooting truly different than unplugging in some way?
Is there a command that may work better than reboot?

Re: Unplugging power from router vs using reboot

Posted: Tue Jan 18, 2022 8:44 am
by JimHelms
Have you tried power cycling the modem without having to reboot the router:

Code: Select all

AT+CFUN=1,1

Re: Unplugging power from router vs using reboot

Posted: Sat Jan 22, 2022 3:44 am
by user232
Thanks Jim, that seems to work.
By the way, is it normal for the modem to take ~1 minute to be recognize and then another ~minute or two to connect to the tower? Is this something that can be set to go faster via editing settings?

Re: Unplugging power from router vs using reboot

Posted: Sat Jan 22, 2022 4:45 am
by albert90
I've seen troubleshooting steps for all kinds of devices and whatnot which always say to unplug the device/remove the battery when attempting to reboot it. I'm not too sure myself what difference it makes, probably something about the power being removed from all components, which doesn't fully happen when restarting while plugged in.

Re: Unplugging power from router vs using reboot

Posted: Sat Jan 22, 2022 9:49 am
by Didneywhorl
In the case of these cellular routers, unless you script the reboot to run AT+CFUN=1,1 the router will reboot and reload drivers but the modem does not reboot. It will actually stay active as well. The router requests a new session, but technically it doesn't need to. Very odd tbh.

Re: Unplugging power from router vs using reboot

Posted: Mon Jan 24, 2022 9:14 am
by albert90
Glad the AT command seems to work fine though