WE826-T2 and MC7354, No Internet

Sierra Wireless AirPrime Modem Card Topics
Forum rules
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Post Reply
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

WE826-T2 and MC7354, No Internet

Post by terryjett »

Just setup new WE826 and MC7354. The MC7354 was used and pulled from working router few months back.

Have ran through the troubleshooting and all seems good. SIM is reading and certain pigtails are connected firmly / correctly. AT&t SIM is good, just pulled it out of working 781S hotspot before this setup. Modem is connecting too.

Here is little debugging info:

Code: Select all

OK
AT!PCTEMP?
Temp state: Normal
Temperature: 28 degC
OK
  
Mon Oct 28 14:06:12 2019 : /dev/ttyUSB2 AT+CPMS="SM"
+CPMS: 1,30,1,30,1,30
OK
  
Mon Oct 28 14:06:21 2019 : /dev/ttyUSB2 AT+CSQ;+CESQ
+CSQ: 21,99
+CESQ: 99,99,255,255,18,39
OK
AT*CNTI=0
*CNTI: 0,LTE
OK
AT!SELRAT?
!SELRAT: 07, GSM, UMTS, LTE
OK
AT+ECIO?
Only valid in WCDMA mode
OK
AT+RSCP?
Only valid in WCDMA mode
OK
AT!UMTSCHAN?
!UMTSCHAN: NOT IMPLEMENTED
OK
AT!GSTATUS?
!GSTATUS: 
Current Time:  211		Temperature: 28
Bootup Time:   0		Mode:        ONLINE         
System mode:   LTE        	PS state:    Attached     
LTE band:      B4     		LTE bw:      10 MHz  
LTE Rx chan:   2000		LTE Tx chan: 20000
EMM state:     Registered     	Normal Service 
RRC state:     RRC Idle       
IMS reg state: No Srv  		
RSSI (dBm):    -72		Tx Power:    0
RSRP (dBm):    -100		TAC:         6A2C (27180)
RSRQ (dB):     -11		Cell ID:     07FC9617 (133994007)
SINR (dB):     18.0
OK
AT!PCTEMP?
Temp state: Normal
Temperature: 28 degC
OK
Pretty comfortable installing / setting up but have never had to troubleshoot these sierra wireless cards so little green on the subject:)

Network status (AT&T) seems ok:

Code: Select all

Signal Information
Network :
LTE
 
CSQ :
22
 
Signal Strength :
70%
 
RSSI :
-70 dBm
 
ECIO :
-
 
RSCP :
-100 (RSRP) dBm
 
Connection Monitoring Status :
Disabled
 

Cell Information
MCC MNC :
310 410
 
RNC/eNB ID :
7FC96 (523414)
 
LAC/TAC :
6A2C (27180)
 
Cell ID :
17 (23)
 
LTE Band :
B4 (Bandwidth 10 MHz)
 
Channel :
2000
 
Maximum Qos :
Any tips that may get me on the right track appreciated.

I did see this tread https://wirelessjoint.com/viewtopic.php?f=21&t=34 but do not yet have my USB to PCI yet. Figured must be another issue because the MC7354 was working on AT&T few months ago.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

Forgot to mention that I flashed the new WE826 with openwrt-we826-GO2019-10-20-upgrade.bin so not running stock.

Also using SIM from a 781S hotspot and it had been connecting to bands 2 and 4 without any issues (using at&t prepaid ipad plan).
User avatar
JimHelms
Site Admin
Posts: 1361
Joined: Tue Dec 19, 2017 8:59 pm
Location: DFW Texas
Has thanked: 79 times
Been thanked: 192 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by JimHelms »

What carrier firmware is on the MC7354?
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

JimHelms wrote: Mon Oct 28, 2019 8:25 pm What carrier firmware is on the MC7354?
When I enter:

Code: Select all

at!entercnd="A710"
at!gobiimpref?
Shows provisioned for AT&T.

Code: Select all

at!gobiimpref?
!GOBIIMPREF: 
 preferred fw version:   05.05.58.00
 preferred carrier name: ATT
 preferred config name:  ATT_005.026_000
 current fw version:     05.05.58.00
 current carrier name:   ATT
 current config name:    ATT_005.026_000
Pulled the MC7354 from working router few months back.

Wondering if I should replace the AT&T firmware with the generic firmware? Really like to see this setup working.
User avatar
JimHelms
Site Admin
Posts: 1361
Joined: Tue Dec 19, 2017 8:59 pm
Location: DFW Texas
Has thanked: 79 times
Been thanked: 192 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by JimHelms »

If it were me, I would first reset the MC7354 modem to OEM. This is wipe out any configuration that may be the culprit.

With that said, do so at your own risk. If the modem was originally in a Verizon device, it may resort back to Verizon firmware and will again need to be flashed with AT&T firmware.

Code: Select all

at!entercnd="A710";!RMARESET=OEM
After the reset is complete, you may have to reboot the modem. Some of the MC7354 auto reboots after the OEM is performed.

Code: Select all

at!reset

After the OEM is completed, you need to do a hard reboot of the router (power off/power on).

When all is rebooted and the modem is again available, remove all the APN's from all profile slots on the modem:

Code: Select all

at!entercnd="A710"
at+cgdcont=1;+cgdcont=2;+cgdcont=3;+cgdcont=4
Next, and assuming you still have AT&T firmware, hard program the APN as well as make sure it is entered in GoldenOrb's MODEM PROFILE.

Code: Select all

at+cgdcont=1,"ipv4v6","broadband"
If you still have issues connecting, and you have a Mini PCI-E to USB adapter, flash the modem with the latest AT&T firmware. I generally flash the modem twice with a firmware.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

Thanks for reply Jim.

I did as you suggested and still no internet. Looking at the debug and other info seems I should. Only thing seems strange is transmit power in debug:

Code: Select all

Mon Oct 28 16:01:30 2019 : /dev/ttyUSB2 AT+CPMS="SM"
+CPMS: 1,30,1,30,1,30
OK
  
Mon Oct 28 16:01:37 2019 : /dev/ttyUSB2 AT+CSQ;+CESQ
+CSQ: 16,99
+CESQ: 99,99,255,255,15,29
OK
AT*CNTI=0
*CNTI: 0,LTE
OK
AT!SELRAT?
!SELRAT: 07, GSM, UMTS, LTE
OK
AT+ECIO?
Only valid in WCDMA mode
OK
AT+RSCP?
Only valid in WCDMA mode
OK
AT!UMTSCHAN?
!UMTSCHAN: NOT IMPLEMENTED
OK
AT!GSTATUS?
!GSTATUS: 
Current Time:  1322		Temperature: 30
Bootup Time:   0		Mode:        ONLINE         
System mode:   LTE        	PS state:    Attached     
LTE band:      B2     		LTE bw:      15 MHz  
LTE Rx chan:   1025		LTE Tx chan: 19025
EMM state:     Registered     	Normal Service 
RRC state:     RRC Idle       
IMS reg state: No Srv  		
RSSI (dBm):    -82		Tx Power:    0
RSRP (dBm):    -111		TAC:         6A2C (27180)
RSRQ (dB):     -12		Cell ID:     07F52C09 (133508105)
SINR (dB):      3.2
OK
AT!PCTEMP?
Temp state: Normal
Temperature: 29 degC
OK
Also do not understand why the date/time is off. Synced to browser during setup?

Received SMS stating device active:

Code: Select all

DATA-ACTIVATION?success=yes;intl=no;plan=time;unit=KB;allowed=9999757606912;end=10:26:2019:00:07:10;MSISDN=+1903XXXXXXX
Looks registered:

Code: Select all

AT+CEREG?
+CEREG: 0,1

OK
Network status looks ok (signal little low since using the we826 antennas):

Code: Select all

Signal Information
Network :LTE
 
CSQ :16
 
Signal Strength :51%
 
RSSI :-73 dBm
 
ECIO :-
 
RSCP :-111 (RSRP) dBm
 
Connection Monitoring Status :Disabled
 

Cell Information
MCC MNC :310 410
 
RNC/eNB ID :7F52C (521516)
 
LAC/TAC :6A2C (27180)
 
Cell ID :09 (9)
 
LTE Band :B2 (Bandwidth 15 MHz)
 
Channel :1025
 
Maximum Qos :-
Looks like the latest AT&T firmware already installed:

Code: Select all

at!gobiimpref?
!GOBIIMPREF: 
 preferred fw version:   05.05.58.00
 preferred carrier name: ATT
 preferred config name:  ATT_005.026_000
 current fw version:     05.05.58.00
 current carrier name:   ATT
 current config name:    ATT_005.026_000

OK
Beat me. Can remove the SIM from we826, install in the netgear 781S and instantly connects to band 2 (sometimes band 4) with pretty good speeds of 17-20 down and about same up.

Hoping to start replacing netgear 7XX in field with we826 but right now the test is disappointing:(
User avatar
JimHelms
Site Admin
Posts: 1361
Joined: Tue Dec 19, 2017 8:59 pm
Location: DFW Texas
Has thanked: 79 times
Been thanked: 192 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by JimHelms »

Run the command:

Code: Select all

AT!GSTATUS?
User avatar
JimHelms
Site Admin
Posts: 1361
Joined: Tue Dec 19, 2017 8:59 pm
Location: DFW Texas
Has thanked: 79 times
Been thanked: 192 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by JimHelms »

It is also possible that the AT&T SIM Card is using an IPV4 APN as opposed to an IPV4V6 APN.

See THIS tutorial.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

JimHelms wrote: Tue Oct 29, 2019 9:00 am Run the command:

Code: Select all

AT!GSTATUS?

Code: Select all

AT!GSTATUS?
!GSTATUS: 
Current Time:  2522		Temperature: 31
Bootup Time:   0		Mode:        ONLINE         
System mode:   LTE        	PS state:    Attached     
LTE band:      B2     		LTE bw:      15 MHz  
LTE Rx chan:   1025		LTE Tx chan: 19025
EMM state:     Registered     	Normal Service 
RRC state:     RRC Idle       
IMS reg state: No Srv  		

RSSI (dBm):    -75		Tx Power:    0
RSRP (dBm):    -111		TAC:         6A2C (27180)
RSRQ (dB):     -16		Cell ID:     07F52C09 (133508105)
SINR (dB):      9.8


OK
IP4... Could that be it? Should there be any IP's shown here?
2019-10-28_155703.png
Will take a look at the IP4 tutorial you suggested.
You do not have the required permissions to view the files attached to this post.
User avatar
JimHelms
Site Admin
Posts: 1361
Joined: Tue Dec 19, 2017 8:59 pm
Location: DFW Texas
Has thanked: 79 times
Been thanked: 192 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by JimHelms »

Your signals are not real good, but they should hold a connection.

You are registered with the network but in idle mode.

I would try changing the APN to an IPV4 per the tutorial and see what happens.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

JimHelms wrote: Tue Oct 29, 2019 9:16 am Your signals are not real good, but they should hold a connection.

You are registered with the network but in idle mode.

I would try changing the APN to an IPV4 per the tutorial and see what happens.
Yes, using the stock we826 antennas until get it working. Be little better when I hook outside antennas.

Will try the IP4 fix now and report back.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

IP4 change did not fix. Modified my existing create_connect.sh. After comparing the one from rar to my existing using notepad++, there were differences so thought best to keep mine and just modify it.

At loss on next steps / what to do.

Does this mean anything from logs:

Code: Select all

Mon Oct 28 15:46:44 2019 user.notice QMI Connect: WDA-GET-DATA-FORMAT is "802.3"
Mon Oct 28 15:46:45 2019 user.notice QMI Connect: Waiting for network registration
Mon Oct 28 15:46:46 2019 user.notice QMI Connect: Starting network broadband
Mon Oct 28 15:46:46 2019 user.notice QMI Connect: Connection returned : 1136826152
Mon Oct 28 15:46:46 2019 user.notice QMI Connect: status is "connected"
Mon Oct 28 15:46:46 2019 user.notice QMI Connect: GET-CURRENT-SETTINGS is {"pdp-type":"ipv4","ip-family":"ipv4","mtu":1430,"ipv4":{"ip":"10.242.215.48","dns1":"172.26.38.1","gateway":"10.242.215.49","subnet":"255.255.255.224"},"ipv6":{},"domain-names":{}}
Mon Oct 28 15:46:46 2019 user.notice QMI Connect: IPv6 Connection returned : "Call failed"
Mon Oct 28 15:46:46 2019 user.notice QMI Connect: IPv6 status is "connected"
Mon Oct 28 15:46:47 2019 user.notice QMI Connect: IPv6 GET-CURRENT-SETTINGS is "Out of call"
User avatar
JimHelms
Site Admin
Posts: 1361
Joined: Tue Dec 19, 2017 8:59 pm
Location: DFW Texas
Has thanked: 79 times
Been thanked: 192 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by JimHelms »

It still shows that IPV6 APN is being used.

Open two web browsers, each with GoldenOrb.

Open the AT Command Terminal on one of them, and the Debug on the other.

Manually program the IPV4 APN and watch on the Debug window that it is going through. See if it will connect without being in idle mode.

Code: Select all

at+cgdcont=1,"ip","broadband"
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

Using two browser windows and running command see this in debug window:

Code: Select all

Mon Oct 28 16:14:14 2019 : /dev/ttyUSB2 at+cgdcont=1,"ip","broadband"
OK
  
Mon Oct 28 16:14:16 2019 : /dev/ttyUSB2 AT+CPMS="SM"
+CPMS: 1,30,1,30,1,30
OK
  
Mon Oct 28 16:14:19 2019 : /dev/ttyUSB2 AT+CSQ;+CESQ
+CSQ: 19,99
+CESQ: 99,99,255,255,5,29
OK

AT*CNTI=0
*CNTI: 0,LTE
OK
AT!SELRAT?
!SELRAT: 00, Automatic
OK
AT+ECIO?
Only valid in WCDMA mode
OK
AT+RSCP?
Only valid in WCDMA mode
OK
AT!UMTSCHAN?
!UMTSCHAN: NOT IMPLEMENTED
OK
AT!GSTATUS?
!GSTATUS: 
Current Time:  1648		Temperature: 32
Bootup Time:   0		Mode:        ONLINE         
System mode:   LTE        	PS state:    Attached     
LTE band:      B2     		LTE bw:      15 MHz  
LTE Rx chan:   1025		LTE Tx chan: 19025
EMM state:     Registered     	Normal Service 
RRC state:     RRC Idle       
IMS reg state: No Srv  		
RSSI (dBm):    -75		Tx Power:    0
RSRP (dBm):    -111		TAC:         6A2C (27180)
RSRQ (dB):     -17		Cell ID:     07F52C09 (133508105)
SINR (dB):      8.4
OK
AT!PCTEMP?
Temp state: Normal
Temperature: 31 degC
OK
User avatar
JimHelms
Site Admin
Posts: 1361
Joined: Tue Dec 19, 2017 8:59 pm
Location: DFW Texas
Has thanked: 79 times
Been thanked: 192 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by JimHelms »

Run this command to make sure the IPv4 APN it is holding:

Code: Select all

at+cgdcont?
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

JimHelms wrote: Tue Oct 29, 2019 10:18 am Run this command to make sure the IPv4 APN it is holding:

Code: Select all

at+cgdcont?

Code: Select all

at+cgdcont?
+CGDCONT: 1,"IP","broadband","0.0.0.0",0,0

OK
User avatar
JimHelms
Site Admin
Posts: 1361
Joined: Tue Dec 19, 2017 8:59 pm
Location: DFW Texas
Has thanked: 79 times
Been thanked: 192 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by JimHelms »

Its holding. Just curious, log into your ATT account and see if the MC7354 is showing up.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

JimHelms wrote: Tue Oct 29, 2019 10:33 am Its holding. Just curious, log into your ATT account and see if the MC7354 is showing up.
Do not see any place for showing devices. Using the ipad prepaid plan (mentioned in second post - hope this is not the issue). Got to test it as 99% of the low income families we setup are/will be using it.

Do know that few devices out in field using MC7354 are successfully connecting to the prepaid plan. According to installer all they did was pop in card and worked.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

What do you think about flashing generic firmware in place of at&t firmware?

Really does not make sense to me why not working as is, but if going to use the we826 / mc7354 in future need to get working in this test setup.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

Well darn, guess I have worn my welcome out :)
User avatar
JimHelms
Site Admin
Posts: 1361
Joined: Tue Dec 19, 2017 8:59 pm
Location: DFW Texas
Has thanked: 79 times
Been thanked: 192 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by JimHelms »

terryjett wrote: Tue Oct 29, 2019 6:15 pm Well darn, guess I have worn my welcome out :)
Nope, not at all. Just have to divide my time between the forum and other matters.

There was someone on the hacks facebook group that referenced having to call AT&T and have them reactivate the plan after changing devices. This may be worth trying.

As for trying the generic firmware, I do not see you have much to lose at this point. But, I would give AT&T a shout using the phone number tied to the plan.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

I understand Jim, you cannot babysit me, lol.

I can try calling at&t, but can move sim between: galaxy s5, galaxy s8, netgear 781s, netgear 815s and netgear LB1120 without any issues - instantly activates and internet works.

Going to try the mc7700 in we826 tomorrow. If that fails, do not know next step.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

Last night went to friends home and we popped the MC7354 into his setup (usb adapter connected to asus router) and internet worked within minutes. Confirmed the MC7354 is good.

Woke up this morning determined to get the MC7354 working with my brand new WE826.

Jim suggested: Called AT&T and was told there is no issues, account does not need reactivation. After little prodding got the nice girl to check the imei. Sure enough she read back the imei of the MC7354. So, the issue is not AT&T best I can tell.

Placed MC7354 in usb adapter and followed instructions ( https://wirelessjoint.com/viewtopic.php?f=21&t=34 ) to flash generic firmware. All went well:

Code: Select all

at!gobiimpref?
!GOBIIMPREF: 
 preferred fw version:   05.05.58.00
 preferred carrier name: GENNA-UMTS
 preferred config name:  GENNA-UMTS_005.025_002
 current fw version:     05.05.58.00
 current carrier name:   GENNA-UMTS
 current config name:    GENNA-UMTS_005.025_002

OK
Again, all looks good (signal weak with stock ant but should work):

Code: Select all

AT!GSTATUS?
!GSTATUS: 
Current Time:  1737		Temperature: 30
Bootup Time:   0		Mode:        ONLINE         
System mode:   LTE        	PS state:    Attached     
LTE band:      B2     		LTE bw:      15 MHz  
LTE Rx chan:   1025		LTE Tx chan: 19025
EMM state:     Registered     	Normal Service 
RRC state:     RRC Idle       
IMS reg state: No Srv  		

RSSI (dBm):    -86		Tx Power:    0
RSRP (dBm):    -115		TAC:         6A2C (27180)
RSRQ (dB):     -14		Cell ID:     07F52C09 (xxxxxxxxx)
SINR (dB):      4.6


OK
BUT, STILL NO INTERNET for connected devices.

For grins, downgraded the WE826 firmware and results are exactly the same. No internet.

I am pretty tech savvy. Worked for Nortel Networks (until they went belly up) for quite a few years. Matter of fact was on team in Washington state that tested the first Nortel CDMA equipment. Started in the 800MHz single channel radios all way to start of LTE, so no stranger to cellular. My point is setting up the WE826 is not not easy for all:)

I had asked earlier in this thread if any IP's should be shown in network and did not get answer:
2019-10-30_090546.png
Going to try the MC7700 later today, If the results are the same, could I have a bad WE826?
You do not have the required permissions to view the files attached to this post.
User avatar
JimHelms
Site Admin
Posts: 1361
Joined: Tue Dec 19, 2017 8:59 pm
Location: DFW Texas
Has thanked: 79 times
Been thanked: 192 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by JimHelms »

The issue is the network has the modem in idle status.

Code: Select all

EMM state:     Registered     	Normal Service 
RRC state:     RRC Idle
You might do a search on the forum for "idle status"

AT&T showing the IMEI of the MC7354 is a good sign only if the SIM Card and plan is for the MC7354, or its IMEI is being ignored for the plan.

The router is doing its job and so is the modem. Not sure why it is being placed in idle status.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

Could you tell me what this command does:

AT+CGEQNEG=1
ERROR

Keep seeing it in debug window. Shows up and then disappears.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

Crazy stuff. Just put in the old MC7700 and works perfectly. Beats me. Going to grab a couple more of the MC7354 later and try again. Even crazier, the one that does not work for me, works for another at&t prepaid plan.

Could anyone suggest a card like the MC7354 (covers bands 2 and 4) with lowest cost?

Trying to save money so we can provide more free accounts to low income families with kids. Equipment / installation costs eating the budget up:)
gscheb
Posts: 1595
Joined: Tue Sep 10, 2019 10:37 am
Has thanked: 85 times
Been thanked: 329 times

Re: WE826-T2 and MC7354, No Internet

Post by gscheb »

Hello,
Think it would help with advice we could we know what your goals are.
How much you trying to spend per device?
What do you want this advice to do? (how long range for example)
Do these setups require outside antenna or they in strong service area?
What kind of performance are you looking for?
There are some cheap options out there but think allot of people on this site looking for performance.
Never used this before but it sells on amazon for like $150, and has the bands you mentioned.
https://www.amazon.com/GL-iNet-GL-X750- ... B07RQ6JXJC
The other thing is I have seen people on ebay selling used MC7455 cards for example that you can put into a router.
User avatar
terryjett
Posts: 404
Joined: Tue Sep 24, 2019 10:42 pm
Location: Far Side
Has thanked: 104 times
Been thanked: 91 times
Contact:

Re: WE826-T2 and MC7354, No Internet

Post by terryjett »

Thanks for reply @gscheb!

> How much you trying to spend per device? the group that offers this service to low income families pays for everything, including two years of service for the selected families. so you an imagine they would like to keep the cost low as possible. i am not privy to exact amount (finances) they have spent in past. only trying to help them put a standard (or close) setup together at the lowest cost.

> What do you want this advice to do? (how long range for example) we are rural. do not need help with antenna choice, got that covered. the setup should connect to at&t bands 2 and/or 4. Nothing fancy, only provide internet so kids can use to learn and help with homework. they or course use it for other purposes:)

> Do these setups require outside antenna or they in strong service area? devices will of course have to connect to external antennas. we have a supplier for yagi's and cabling.

> What kind of performance are you looking for? we only wish to provide basic internet access so kids can use to learn and better do their homework,. if they can stream movies, so be it but that is not the sole purpose.

Really all I am looking for at this point is MCXXXX (or maybe EM) cards that cover at&t bands 2 and 4. Cannot seem to find a good band comparison chart for the MC.
Post Reply

Return to “Sierra Wireless Modems”