Keep losing internet connection

ROUTER Topics that are general or unclassified in nature, or does not belong elsewhere
Forum rules
Please assure there is not an existing forum and topic related to your post
Post Reply
Heifer624
Posts: 20
Joined: Sat Dec 19, 2020 11:41 am
Has thanked: 0
Been thanked: 7 times

Keep losing internet connection

Post by Heifer624 »

Any help here guys please. WE826-T2 rooter with EP06A and Visible... Having to do the following commands to get internet back up every 6-8 hours.

Code: Select all


AT+QCFG="usbnet",2
AT+QMBNCFG="AutoSel",0
AT+QMBNCFG="Deactivate"
AT+CFUN=1,1

Dre40
Posts: 30
Joined: Tue Dec 08, 2020 12:28 am
Has thanked: 14 times
Been thanked: 5 times

Re: Keep losing internet connection

Post by Dre40 »

This probably won't be helpful to you but after 4 years of using a sim without any issues, in mid-late 2020 I started getting disconnects during peak hrs (on/off/on/off) all the time, what helped me (mostly) was grabbing another tower that was further away (the two close towers I think had congestion issues due to me being in a rural but dense area with poor internet availability). It still gets slower sometimes 5-9pm but stays connected (I'm trying to fix this with a network bridge/port balance of 2 connections/2 towers). Probably not the same issue you are having.
User avatar
Didneywhorl
Posts: 3611
Joined: Fri Mar 23, 2018 5:37 pm
Location: USA
Has thanked: 1360 times
Been thanked: 755 times
Contact:

Re: Keep losing internet connection

Post by Didneywhorl »

Heifer624 wrote: Tue Dec 22, 2020 7:15 am Any help here guys please. WE826-T2 rooter with EP06A and Visible... Having to do the following commands to get internet back up every 6-8 hours.

Code: Select all


AT+QCFG="usbnet",2
AT+QMBNCFG="AutoSel",0
AT+QMBNCFG="Deactivate"
AT+CFUN=1,1


Is the usbnet reverting to something else?
Heifer624
Posts: 20
Joined: Sat Dec 19, 2020 11:41 am
Has thanked: 0
Been thanked: 7 times

Re: Keep losing internet connection

Post by Heifer624 »

Dude I'm a rookie. I have no idea if it was reverting to something else or how to even check.

Found my tower quit broadcasting band 4 for some reason and I had CA set for 4/13. So now I have reset to 2/13 instead. Will see what happens now.
User avatar
Didneywhorl
Posts: 3611
Joined: Fri Mar 23, 2018 5:37 pm
Location: USA
Has thanked: 1360 times
Been thanked: 755 times
Contact:

Re: Keep losing internet connection

Post by Didneywhorl »

Heifer624 wrote: Tue Dec 22, 2020 7:29 pm Dude I'm a rookie. I have no idea if it was reverting to something else or how to even check.

Found my tower quit broadcasting band 4 for some reason and I had CA set for 4/13. So now I have reset to 2/13 instead. Will see what happens now.

No worries, we all are at one time. I still think I am. :)

You can query/check using the same commands you posted, with a slight change:

Code: Select all

AT+QCFG="usbnet"?
AT+QMBNCFG="AutoSel"?
AT+QMBNCFG="List"
At+Cfun=1,1 is a hard reset for the modem

At+qcfg="usbnet" is the modom to router communication protocol.
0= qmi mode
1 = ecm mode
2= mbim mode
3 = rndis mode, I think

The most common is 2 and 0
This is the one you may want to check is staying on 2, with the ? Command above.

At+qmbncfg="List" will show all of the dealios that command can set. The important thin is if the numerical listing (1 or 2 or 3 or.....) has ",1,1" after it or a "0,0" after. If they are activated there is a ",1,1" after the line number. Ie: 3,1,1 on line #3. The deactivated ones all have ",0,0" after its line #.
This is how you know if at+qmbncfg="Deactivate" worked or kept after a reset.
The only way it stays after a reset is if the command at+qmbncfg="AutoSel",0 worked. Putting a ? After "AutoSel" instead of the setting of ",0" (off) will return its setting.

If I wasnt on my phone right now, Id post pictures. :)
Heifer624
Posts: 20
Joined: Sat Dec 19, 2020 11:41 am
Has thanked: 0
Been thanked: 7 times

Re: Keep losing internet connection

Post by Heifer624 »

Thx Disney I'll give it a try when the wife finishes her teleworking today
Heifer624
Posts: 20
Joined: Sat Dec 19, 2020 11:41 am
Has thanked: 0
Been thanked: 7 times

Re: Keep losing internet connection

Post by Heifer624 »

Didney I think all these look ok ???

Box hasn't failed yet since reboot. I did change Bands to 2/5. Seems to be more reliable there.

Code: Select all

AT+QCFG="usbnet"?
+QCFG: "usbnet",2

AT+QMBNCFG="AutoSel"?
+QMBNCFG: "AutoSel",0

AT+QMBNCFG="List"
+QMBNCFG: "List",0,0,0,"ROW_Generic_3GPP",0x06010821,201901151
+QMBNCFG: "List",1,0,0,"Volte_OpenMkt-Commercial-CMCC",0x06012064,201907031
+QMBNCFG: "List",2,0,0,"OpenMkt-Commercial-CU",0x06011510,201706062
+QMBNCFG: "List",3,0,0,"VoLTE-ATT",0x0601036F,201904171
+QMBNCFG: "List",4,0,0,"ATT_NDO",0x06800601,201903051
+QMBNCFG: "List",5,0,0,"ATT_FirstNET",0x06800501,201903051
+QMBNCFG: "List",6,0,0,"hVoLTE-Verizon",0x060101A0,202004141
+QMBNCFG: "List",7,0,0,"Telus-Commercial",0x0680FE01,201907031
+QMBNCFG: "List",8,0,0,"USCC-Commercial_VoLTE",0x0680FD01,201907041
+QMBNCFG: "List",9,0,0,"Sprint-VoLTE",0x06010324,201911041
+QMBNCFG: "List",10,0,0,"Rogers_Canada",0x0680FC01,201908281
+QMBNCFG: "List",11,0,0,"Bell_Canada",0x0680FB01,201906111

toddw
Posts: 158
Joined: Tue Aug 18, 2020 5:43 pm
Has thanked: 26 times
Been thanked: 68 times

Re: Keep losing internet connection

Post by toddw »

Just a question, what kind of signal strength are you getting and what power supply are you using. Also, what tower ID do you have and did you verify it didn't change. The carriers are doing upgrades all the time now it seems, taking arrays down on one tower causing the router to register with another or reregister.
User avatar
Didneywhorl
Posts: 3611
Joined: Fri Mar 23, 2018 5:37 pm
Location: USA
Has thanked: 1360 times
Been thanked: 755 times
Contact:

Re: Keep losing internet connection

Post by Didneywhorl »

Heifer624 wrote: Wed Dec 23, 2020 4:45 pm Didney I think all these look ok ???

Box hasn't failed yet since reboot. I did change Bands to 2/5. Seems to be more reliable there.

Code: Select all

AT+QCFG="usbnet"?
+QCFG: "usbnet",2

AT+QMBNCFG="AutoSel"?
+QMBNCFG: "AutoSel",0

AT+QMBNCFG="List"
+QMBNCFG: "List",0,0,0,"ROW_Generic_3GPP",0x06010821,201901151
+QMBNCFG: "List",1,0,0,"Volte_OpenMkt-Commercial-CMCC",0x06012064,201907031
+QMBNCFG: "List",2,0,0,"OpenMkt-Commercial-CU",0x06011510,201706062
+QMBNCFG: "List",3,0,0,"VoLTE-ATT",0x0601036F,201904171
+QMBNCFG: "List",4,0,0,"ATT_NDO",0x06800601,201903051
+QMBNCFG: "List",5,0,0,"ATT_FirstNET",0x06800501,201903051
+QMBNCFG: "List",6,0,0,"hVoLTE-Verizon",0x060101A0,202004141
+QMBNCFG: "List",7,0,0,"Telus-Commercial",0x0680FE01,201907031
+QMBNCFG: "List",8,0,0,"USCC-Commercial_VoLTE",0x0680FD01,201907041
+QMBNCFG: "List",9,0,0,"Sprint-VoLTE",0x06010324,201911041
+QMBNCFG: "List",10,0,0,"Rogers_Canada",0x0680FC01,201908281
+QMBNCFG: "List",11,0,0,"Bell_Canada",0x0680FB01,201906111

Your in MBIM mode. AutoSel is off. List proves none are active.

All look good to me.
User avatar
BillA
Posts: 1152
Joined: Sun Dec 01, 2019 6:46 pm
Location: USA
Has thanked: 208 times
Been thanked: 318 times
Contact:

Re: Keep losing internet connection

Post by BillA »

Heifer624 wrote: Tue Dec 22, 2020 7:29 pm Dude I'm a rookie. I have no idea if it was reverting to something else or how to even check.

Found my tower quit broadcasting band 4 for some reason and I had CA set for 4/13. So now I have reset to 2/13 instead. Will see what happens now.

I've noticed recently there are lots of tower/band changes going on due to all carriers upgrading their network to 5G. Therefore leaving the modem on auto-scan would probably work best at least for the time being. Once all the network changes are done, you could lock the bands again. You mileage my vary.

Code: Select all

AT+QCFG="nwscanmode",0,1  < Auto-scan bands
Post Reply

Return to “General and Unclassified”