mirror of
https://github.com/4IceG/ZTE-MF286D.git
synced 2026-04-27 03:35:51 +03:00
[GH-ISSUE #12] wwan0 does not reconnect automatically #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dandare1980 on GitHub (Feb 12, 2024).
Original GitHub issue: https://github.com/4IceG/ZTE-MF286D/issues/12
Thanks for the custom firmware, it's made getting started with Openwrt on this router modem very easy.
I'm having an issue with the cellular connection dropping every couple of hours, then it won't connect until I manually restart wwan0 (or reboot the router).
Is their a way for the modem to do this automatically?
@4IceG commented on GitHub (Feb 12, 2024):
Hi,
Try to set a connection monitor for the interface on which the modem is working. OpenWrt is not always able to reconnect, sometimes it needs help (using additional packages or scripts).
@dandare1980 commented on GitHub (Feb 13, 2024):
I found within the pages of the OpenWrt Wiki a way to pass commands to the modem in uci using the package
uqmi, with options not available through Luci.uqmi --device=/dev/cdc-wdm0 --autoconnectuqmi --device=/dev/cdc-wdm0 --set-autoconnect enabledNot sure if it will have the desired effect, but I should know by the morning.
@dandare1980 commented on GitHub (Feb 13, 2024):
Please accept my apologies, I completely ignored your directions to "Connection Monitor" under "Services" which I've just set up.
Hopefully this will help.