MC7455 and Visible by Verizon, Grammie help!
Forum rules
Please assure there is not an existing forum and topic related to your post
Please assure there is not an existing forum and topic related to your post
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Visible did a two night software update (spread over a week) in their soft switch. Wondering if it might have changed things.foolhardy wrote: Fri May 29, 2020 2:52 pm No success yet.
I did the following:
1. Installed the MC7455 into the WE826GO-U
2. Booted the router and applied the following AT commands:
at!entercnd="A710"
at!usbcomp=1,1,1009
at+cgdcont=1,"IP","VSBLINTERNET"
at+cgdcont=1,"IPV4V6","VSBLINTERNET"
at!reset
3. Confirmed that APN was set to VSBLINTERNET
4. Enabled custom TTL and set it to 117
5. Rebooted the router
A constant ping against google yields 4 success, 3 fail, 5 success, 3 fail, 4 success, 3 fail, ... and nothing loads in browser at all.
I can put the sim into my phone (wifi disabled) and get 40 mbit down (from same location), and websites load correctly.
Might there be any more suggestions?
Have not tried setting up visible in my WE826GO / EM7455 yet but was planning to do so this weekend. Might be Sunday before I get to it, but will post back here how it went.
Would make sure you are running generic firmware though.
One other thing you can try is using custom firewall setting. Uncheck your 117 setting and enter this manually. Paste the below into "Custom Rules" (make sure there are no other rules and if they are, place a # at beginning of each line):
Code: Select all
#start naive newb fw
iptables -t mangle -I POSTROUTING -o wwan0 -j TTL --ttl-set 117
iptables -t mangle -I PREROUTING -i wwan0 -j TTL --ttl-set 117
ip6tables -t mangle -A POSTROUTING -o wwan0 -j HL --hl-set 117
ip6tables -t mangle -I PREROUTING -i wwan0 -j HL --hl-set 117
#end naive newb fw

Re: MC7455 and Visible by Verizon, Grammie help!
How can I check that the firmware is generic?terryjett wrote: Fri May 29, 2020 3:36 pm ...
Would make sure you are running generic firmware though.
One other thing you can try is using custom firewall setting. Uncheck your 117 setting and enter this manually. Paste the below into "Custom Rules" (make sure there are no other rules and if they are, place a # at beginning of each line):
I would also do a reboot (under System). Certainly worth a tryCode: Select all
#start naive newb fw iptables -t mangle -I POSTROUTING -o wwan0 -j TTL --ttl-set 117 iptables -t mangle -I PREROUTING -i wwan0 -j TTL --ttl-set 117 ip6tables -t mangle -A POSTROUTING -o wwan0 -j HL --hl-set 117 ip6tables -t mangle -I PREROUTING -i wwan0 -j HL --hl-set 117 #end naive newb fw
![]()
Also, I tried disabling custom TTL and applying your #start naive newb fw suggestion, and rebooted with no change.
Thank you for your help.
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Pretty sure for mc7455 you check firmware with:foolhardy wrote: Fri May 29, 2020 3:58 pm How can I check that the firmware is generic?
Also, I tried disabling custom TTL and applying your #start naive newb fw suggestion, and rebooted with no change.
Thank you for your help.
Code: Select all
at!IMPREF?
Lot of info right on board. Good thread for command is https://wirelessjoint.com/viewtopic.php?t=33
Re: MC7455 and Visible by Verizon, Grammie help!
at!IMPREF?
!IMPREF:
preferred fw version: 02.33.03.00
preferred carrier name: GENERIC
preferred config name: GENERIC_002.072_000
preferred subpri index: 000
current fw version: 02.33.03.00
current carrier name: GENERIC
current config name: GENERIC_002.072_000
current subpri index: 000
!IMPREF:
preferred fw version: 02.33.03.00
preferred carrier name: GENERIC
preferred config name: GENERIC_002.072_000
preferred subpri index: 000
current fw version: 02.33.03.00
current carrier name: GENERIC
current config name: GENERIC_002.072_000
current subpri index: 000
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
That looks ok. Very interesting. Going to try it myself and see what happens. Will report back my results.
Out of curiosity, what do you see when looking at Network / Interfaces? Do you get an IP4 assigned or does it look like this:
Also do a and post results.
You might let the router sit (connected) for an hour and see if things change. Might do nothing for you, but at least you can see if anything changes.
Out of curiosity, what do you see when looking at Network / Interfaces? Do you get an IP4 assigned or does it look like this:
Also do a
Code: Select all
at!gstatus?
You might let the router sit (connected) for an hour and see if things change. Might do nothing for you, but at least you can see if anything changes.
You do not have the required permissions to view the files attached to this post.
Re: MC7455 and Visible by Verizon, Grammie help!
at!gstatus?
!GSTATUS:
Current Time: 194 Temperature: 40
Reset Counter: 1 Mode: ONLINE
System mode: LTE PS state: Attached
LTE band: B13 LTE bw: 10 MHz
LTE Rx chan: 5230 LTE Tx chan: 23230
LTE CA state: INACTIVE LTE Scell band:B4
LTE Scell bw:20 MHz LTE Scell chan:2050
EMM state: Registered Normal Service
RRC state: RRC Connected
IMS reg state: No Srv
PCC RxM RSSI: -67 RSRP (dBm): -96
PCC RxD RSSI: -67 RSRP (dBm): -96
SCC RxM RSSI: -96 RSRP (dBm): -112
SCC RxD RSSI: -97 RSRP (dBm): -114
Tx Power: -- TAC: A80C (43020)
RSRQ (dB): -9.8 Cell ID: 02913202 (43069954)
SINR (dB): 16.2
Per your suggestion, I will let it sit for a few hours and report back.
You do not have the required permissions to view the files attached to this post.
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Yea, do a few speed test over at https://www.bing.com/widget/t/speedtest
While the speed test is running, do a few and see if things look different than one you posted.
While the speed test is running, do a few
Code: Select all
at!gstatus?
- BillA
- Posts: 1230
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 219 times
- Been thanked: 328 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Just a heads on on Visible's speeds, they are currently allowing up to about 40Mbps due to the Corona virus pandemic, but eventually are planning on dropping it down to below 10Mbps... we shall see. Latency will always be higher due to the data running through both Verizon's and Visible's sever. The more hops the higher the ping, there's no way around that.
Re: MC7455 and Visible by Verizon, Grammie help!
Unfortunately, no data will load so I cannot do a speed test, even through apps.terryjett wrote: Fri May 29, 2020 4:37 pm Yea, do a few speed test over at https://www.bing.com/widget/t/speedtest
While the speed test is running, do a fewand see if things look different than one you posted.Code: Select all
at!gstatus?
Re: MC7455 and Visible by Verizon, Grammie help!
I look forward to your results.terryjett wrote: Fri May 29, 2020 4:20 pm Going to try it myself and see what happens. Will report back my results.
I also have an AT&T SIM to test in this router. Do the AT commands that I issued need to be backed out for AT&T to work? I know that I need to update APN to broadband.
Thanks again for the input.
Re: MC7455 and Visible by Verizon, Grammie help!
It's probably no help to you , but I just popped my Visible SIM into my USB enclosure, changed the connection profile in Rooter to VSBLINTERNET (previously broadband for my AT&T sim) and it just works. The USB enclosure is connected to a Raspberry Pi 3B+ running GoldenOrb_2020-03-01 ( OpenWrt 18.06.7 ). TTL is set to 65.
Speedtest showed 70ms ping, 51.40 download & 50.11 upload. I'm in NYC.
I'm hoping to roll out this config to my weekend house in rural upstate NY as soon as I can get some antennae to replace the current paddles I stole off a MOFI.
Speedtest showed 70ms ping, 51.40 download & 50.11 upload. I'm in NYC.
I'm hoping to roll out this config to my weekend house in rural upstate NY as soon as I can get some antennae to replace the current paddles I stole off a MOFI.
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Darn, was hoping for better news. Will try mine this weekend.foolhardy wrote: Fri May 29, 2020 7:17 pm Unfortunately, no data will load so I cannot do a speed test, even through apps.
Re: MC7455 and Visible by Verizon, Grammie help!
What modem do you have?hbr245b wrote: Fri May 29, 2020 7:46 pm It's probably no help to you , but I just popped my Visible SIM into my USB enclosure, changed the connection profile in Rooter to VSBLINTERNET (previously broadband for my AT&T sim) and it just works. The USB enclosure is connected to a Raspberry Pi 3B+ running GoldenOrb_2020-03-01 ( OpenWrt 18.06.7 ). TTL is set to 65.
Speedtest showed 70ms ping, 51.40 download & 50.11 upload. I'm in NYC.
I'm hoping to roll out this config to my weekend house in rural upstate NY as soon as I can get some antennae to replace the current paddles I stole off a MOFI.
Re: MC7455 and Visible by Verizon, Grammie help!
Wonder if Visible starting to block MC7455. Heard of Verizon blocking Mofi units which are MC7455.
Visible is owned by Verizon. Maybe terryjett will try his and see if it works or not.
Re: MC7455 and Visible by Verizon, Grammie help!
To bring my post back on topic, my mofi has a MC7455 (I think - it's not powered on currently so can't check). The visible sim works in that too just by changing the APN name.
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Not sure the topic you speak of, but without the type of modem your info has no bearing.hbr245b wrote: Fri May 29, 2020 9:58 pm To bring my post back on topic, my mofi has a MC7455 (I think - it's not powered on currently so can't check). The visible sim works in that too just by changing the APN name.
Re: MC7455 and Visible by Verizon, Grammie help!
Maybe I should just buy a different modem? Currently I am unsuccessfully trying to get working the WE826GO-U with MC7455 on Visible.
Back to a previous question: I also want to test this hardware on AT&T. Do I need to “back out” any of those AT command issued to the MC7455 to test on AT&T?
Back to a previous question: I also want to test this hardware on AT&T. Do I need to “back out” any of those AT command issued to the MC7455 to test on AT&T?
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
At heart, I am a experimenter. Started in 1965 when I disassembled by first AM radio. Go for it, try another modem.foolhardy wrote: Fri May 29, 2020 10:10 pm Maybe I should just buy a different modem? Currently I am unsuccessfully trying to get working the WE826GO-U with MC7455 on Visible.
Re: MC7455 and Visible by Verizon, Grammie help!
Hello again,foolhardy wrote: Fri May 29, 2020 10:10 pm Maybe I should just buy a different modem? Currently I am unsuccessfully trying to get working the WE826GO-U with MC7455 on Visible.
Don't know if this matters at all. Sounds meaningless but what the heck. The only difference between the mofi and yours is the mode you are in. The original commands had you go to MBIM mode and the mofi works in QMI mode.
Try these commands to go to QMI mode and see if it works.
at!entercnd="A710"
at!usbcomp=1,1,10d
at!reset
Re: MC7455 and Visible by Verizon, Grammie help!
The topic in question is MC7455 & Visible. I just did not know what modem I had.terryjett wrote: Fri May 29, 2020 10:02 pm Not sure the topic you speak of, but without the type of modem your info has no bearing.
I can confirm that my Mofi has an MC7455 and Visible works fine by selecting the correct APN from the drop down list and then rebooting the Mofi. TTL65, service mode LTE only.
Ping 77ms, download 46.59Mbps, upload 31.22mbps.
0:[AT!GSTATUS?]
1:[!GSTATUS:]
2:[Current Time: 388 Temperature: 50]
3:[Reset Counter: 2 Mode: ONLINE]
4:[System mode: LTE PS state: Attached]
5:[LTE band: B4 LTE bw: 20 MHz]
6:[LTE Rx chan: 2050 LTE Tx chan: 20050]
7:[LTE CA state: INACTIVE LTE Scell band:B13]
8:[LTE Scell bw:10 MHz LTE Scell chan:5230]
9:[EMM state: Registered Normal Service]
10:[RRC state: RRC Connected]
11:[IMS reg state: No Srv]
12:[PCC RxM RSSI: -66 RSRP (dBm): -95]
13:[PCC RxD RSSI: -61 RSRP (dBm): -91]
14:[SCC RxM RSSI: -69 RSRP (dBm): -92]
15:[SCC RxD RSSI: -54 RSRP (dBm): -76]
16:[Tx Power: -- TAC: 5004 (20484)]
17:[RSRQ (dB): -9.9 Cell ID: 0138E10C (20504844)]
18:[SINR (dB): 7.0]
19:[OK]
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Perfect, thank you for clarifying your modem. It does get the thread back on topic since we now know your modem.
Re: MC7455 and Visible by Verizon, Grammie help!
I tried QMI mode and the modem is never able to connect to visible. In MBIM mode it connects but data never works.gscheb wrote: Fri May 29, 2020 10:25 pm Try these commands to go to QMI mode and see if it works.
at!entercnd="A710"
at!usbcomp=1,1,10d
at!reset
Thank you for your suggestion.
Re: MC7455 and Visible by Verizon, Grammie help!
How do you know that the mofi has an MC7455? I previously had a 4500 and it would not work on visible either.hbr245b wrote: Fri May 29, 2020 10:52 pmI can confirm that my Mofi has an MC7455 and Visible works fine by selecting the correct APN from the drop down list and then rebooting the Mofi. TTL65, service mode LTE only.
Re: MC7455 and Visible by Verizon, Grammie help!
My AT&T sim is currently in the MOFI, but here's a screenshot showing the modem (highlighted in yellow):foolhardy wrote: Sat May 30, 2020 8:12 am How do you now that the mofi has an MC7455? I previously had a 4500 and it would not work on visible either.

And the output of ATi3:

Re: MC7455 and Visible by Verizon, Grammie help!
Thank you for the reply. I see that you have the SIM4 version. There are multiple versions including that, and SIM7, and V2.
I also tried the SIM4 version but could not make it work on visible.
My guess at present is that you must have just gotten a “good one.”
I also tried the SIM4 version but could not make it work on visible.
My guess at present is that you must have just gotten a “good one.”
Re: MC7455 and Visible by Verizon, Grammie help!
I re-read the thread and noticed that your MC7455 has a different firmware to mine:
0:[AT!impref?]
1:[!IMPREF:]
2:[preferred fw version: 02.30.03.00]
3:[preferred carrier name: GENERIC]
4:[preferred config name: GENERIC_002.046_001]
5:[current fw version: 02.30.03.00]
6:[current carrier name: GENERIC]
7:[current config name: GENERIC_002.046_001]
8:[OK]
That may be an avenue to investigate.
0:[AT!impref?]
1:[!IMPREF:]
2:[preferred fw version: 02.30.03.00]
3:[preferred carrier name: GENERIC]
4:[preferred config name: GENERIC_002.046_001]
5:[current fw version: 02.30.03.00]
6:[current carrier name: GENERIC]
7:[current config name: GENERIC_002.046_001]
8:[OK]
That may be an avenue to investigate.
Re: MC7455 and Visible by Verizon, Grammie help!
Good catch. Can I flash the firmware with it installed in the WE826GO-U? The current firmware came on the modem and I've not flashed firmware before.hbr245b wrote: Sat May 30, 2020 9:46 am I re-read the thread and noticed that your MC7455 has a different firmware to mine:
0:[AT!impref?]
1:[!IMPREF:]
2:[preferred fw version: 02.30.03.00]
3:[preferred carrier name: GENERIC]
4:[preferred config name: GENERIC_002.046_001]
5:[current fw version: 02.30.03.00]
6:[current carrier name: GENERIC]
7:[current config name: GENERIC_002.046_001]
8:[OK]
That may be an avenue to investigate.
Re: MC7455 and Visible by Verizon, Grammie help!
See hr245b said he set his to LTE only. Have you tried that?foolhardy wrote: Sat May 30, 2020 8:12 am How do you know that the mofi has an MC7455? I previously had a 4500 and it would not work on visible either.
Re: MC7455 and Visible by Verizon, Grammie help!
Thank you for the input. Yes, I tried LTE only.
You do not have the required permissions to view the files attached to this post.
Re: MC7455 and Visible by Verizon, Grammie help!
I did recently flash the firmware via the mofi web interface but as I don't have a WE826GO-U can't make any recommendations.foolhardy wrote: Sat May 30, 2020 9:50 am Good catch. Can I flash the firmware with it installed in the WE826GO-U? The current firmware came on the modem and I've not flashed firmware before.
Re: MC7455 and Visible by Verizon, Grammie help!
Good catch. What modem version are you running and where did you get it?hbr245b wrote: Sat May 30, 2020 9:46 am I re-read the thread and noticed that your MC7455 has a different firmware to mine:
0:[AT!impref?]
1:[!IMPREF:]
2:[preferred fw version: 02.30.03.00]
3:[preferred carrier name: GENERIC]
4:[preferred config name: GENERIC_002.046_001]
5:[current fw version: 02.30.03.00]
6:[current carrier name: GENERIC]
7:[current config name: GENERIC_002.046_001]
8:[OK]
That may be an avenue to investigate.
Can I flash the firmware with it installed in the WE826GO-U? The current firmware came on the modem and I've not flashed firmware before.
Re: MC7455 and Visible by Verizon, Grammie help!
The modem was included in the MOFI4500-4GXeLTE-SIM4_COMBO that I purchased in January of this year.foolhardy wrote: Sat May 30, 2020 10:01 am Good catch. What modem version are you running and where did you get it?
Can I flash the firmware with it installed in the WE826GO-U? The current firmware came on the modem and I've not flashed firmware before.
0:[ATi3]
1:[Manufacturer: Sierra Wireless, Incorporated]
2:[Model: MC7455]
3:[Revision: SWI9X30C_02.30.03.00 r7804 CARMD-EV-FRMWR2 2018/07/25 01:10:04]
4:[MEID: XXXX]
5:[IMEI: XXXXX]
6:[IMEI SV: XX]
7:[FSN: XX]
8:[+GCAP: +CGSM]
9:[OK]
I did recently flash the firmware via the Mofi web interface but can't make any recommendations for GoldenOrb.
I have to go out for a couple of hours but when I return I'll re-insert the Visible sim into the Mofi and see if I can assist you more.
Re: MC7455 and Visible by Verizon, Grammie help!
My apologies. I meant "Where did you get your firmware which you installed recently on your MC7455?"hbr245b wrote: Sat May 30, 2020 10:09 am The modem was included in the MOFI4500-4GXeLTE-SIM4_COMBO that I purchased in January of this year.
0:[ATi3]
1:[Manufacturer: Sierra Wireless, Incorporated]
2:[Model: MC7455]
3:[Revision: SWI9X30C_02.30.03.00 r7804 CARMD-EV-FRMWR2 2018/07/25 01:10:04]
4:[MEID: XXXX]
5:[IMEI: XXXXX]
6:[IMEI SV: XX]
7:[FSN: XX]
8:[+GCAP: +CGSM]
9:[OK]
I did recently flash the firmware via the Mofi web interface but can't make any recommendations for GoldenOrb.
I have to go out for a couple of hours but when I return I'll re-insert the Visible sim into the Mofi and see if I can assist you more.
Re: MC7455 and Visible by Verizon, Grammie help!
The mofi web interface has an "internal module flasher" to update modem firmware. Presumably the firmware is downloaded from mofinetworks.com but I can't be 100% certain.foolhardy wrote: Sat May 30, 2020 10:10 am My apologies. I meant "Where did you get your firmware which you installed recently on your MC7455?"
Re: MC7455 and Visible by Verizon, Grammie help!
I think that, unfortunately, the WiFix firmware does not support modem firmware-flashing.
I have ordered a Mini PCI-E to usb adapter with SIM slot. I think that I should try this firmware:
Any thoughts or suggestions?
I have ordered a Mini PCI-E to usb adapter with SIM slot. I think that I should try this firmware:
Any thoughts or suggestions?
You do not have the required permissions to view the files attached to this post.
Re: MC7455 and Visible by Verizon, Grammie help!
Don't you already have the latest generic firmware already installed on your modem?foolhardy wrote: Sat May 30, 2020 10:41 am I think that, unfortunately, the WiFix firmware does not support modem firmware-flashing.
I have ordered a Mini PCI-E to usb adapter with SIM slot. I think that I should try this firmware:
7.PNG
Any thoughts or suggestions?
See your post: https://wirelessjoint.com/viewtopic.php?f=8& ... t=30#p8613
I'm using generic, but it looks like I have an earlier version (despite mofi saying that it's the latest)
Re: MC7455 and Visible by Verizon, Grammie help!
Stating the obvious here: I’m new to this.hbr245b wrote: Sat May 30, 2020 11:46 am Don't you already have the latest generic firmware already installed on your modem?
See your post: https://wirelessjoint.com/viewtopic.php?f=8& ... t=30#p8613
I'm using generic, but it looks like I have an earlier version (despite mofi saying that it's the latest)
Indeed I am running latest generic firmware. I was thinking that maybe the Verizon firmware might work better than the generic (?)
Re: MC7455 and Visible by Verizon, Grammie help!
You could try the Verizon firmware. Is it already loaded in your modem? I'm not certain it will have any effect though.
Just to re-iterate: I haven't run any AT commands to make changes to the modem. I just set the correct APN via the web interface & rebooted. Generic firmware selected on the modem.
Just to re-iterate: I haven't run any AT commands to make changes to the modem. I just set the correct APN via the web interface & rebooted. Generic firmware selected on the modem.
Re: MC7455 and Visible by Verizon, Grammie help!
I ran the following commands on my modem to try to get it to work with visible:
at!entercnd="A710"
at!usbcomp=1,1,1009
at+cgdcont=1,"IP","VSBLINTERNET"
at+cgdcont=1,"IPV4V6","VSBLINTERNET"
at!reset
Might that be causing me problems? My modem currently is in MBIM mode, As it will not connect at all in QMI mode.
at!entercnd="A710"
at!usbcomp=1,1,1009
at+cgdcont=1,"IP","VSBLINTERNET"
at+cgdcont=1,"IPV4V6","VSBLINTERNET"
at!reset
Might that be causing me problems? My modem currently is in MBIM mode, As it will not connect at all in QMI mode.
Re: MC7455 and Visible by Verizon, Grammie help!
Hello got this from home Sierra wireless MC7455 tutorial section.foolhardy wrote: Sat May 30, 2020 4:41 pm I ran the following commands on my modem to try to get it to work with visible:
at!entercnd="A710"
at!usbcomp=1,1,1009
at+cgdcont=1,"IP","VSBLINTERNET"
at+cgdcont=1,"IPV4V6","VSBLINTERNET"
at!reset
Might that be causing me problems?
There may be times were one needs to restore the modem to its OEM configurations. This will effectively reset any changes you have made to the modem's settings.
To restore to OEM settings:
at!entercnd="A710"
at!RMARESET=1
- BillA
- Posts: 1230
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 219 times
- Been thanked: 328 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
For those who are still having difficulty connecting on Visible, from what I've read they work off of IPV6 only, so try this which will also set it to auto-scan and LTE only. You may also have to try both QMI and MBIM modes.
Code: Select all
AT!ENTERCND="A710"
AT!BAND=00
AT!SELRAT=06
AT!CUSTOM="IPV6ENABLE",1
AT+CGDCONT=1,"IPV6","VSBLINTERNET"
AT!RESET
Re: MC7455 and Visible by Verizon, Grammie help!
I get:BillA wrote: Sun May 31, 2020 2:14 am For those who are still having difficulty connecting on Visible, from what I've read they work off of IPV6 only, so try this which will also set it to auto-scan and LTE only. You may also have to try both QMI and MBIM modes.
Code: Select all
AT!ENTERCND="A710" AT!BAND=00 AT!SELRAT=06 AT!CUSTOM="IPV6ENABLE",1 AT+CGDCONT=1,"IPV6","VSBLINTERNET" AT!RESET
AT!BAND=00
ERROR
- BillA
- Posts: 1230
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 219 times
- Been thanked: 328 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Seems like you might be having a composition issue, try both both modes.
I would reset the modem first then send the rest of the commands.
Code: Select all
AT!ENTERCND="A710"
AT!RMARESET=1
AT!RESET
MBIM mode
Code: Select all
AT!ENTERCND="A710"
AT!USBCOMP=1,1,1009
Code: Select all
AT!ENTERCND="A710"
AT!BAND=00
AT!SELRAT=06
AT!CUSTOM="IPV6ENABLE",1
AT+CGDCONT=1,"IPV6","VSBLINTERNET"
AT!RESET
QMI mode
Code: Select all
AT!ENTERCND="A710"
AT!USBCOMP=1,1,10d
Code: Select all
AT!ENTERCND="A710"
AT!BAND=00
AT!SELRAT=06
AT!CUSTOM="IPV6ENABLE",1
AT+CGDCONT=1,"IPV6","VSBLINTERNET"
AT!RESET
-
- Posts: 12
- Joined: Fri Nov 22, 2019 2:09 pm
- Has thanked: 1 time
- Been thanked: 7 times
Re: MC7455 and Visible by Verizon, Grammie help!
Hey gscheb,gscheb wrote: Wed Jan 01, 2020 2:26 am Hello was wondering what TTL was used to get these speeds?
Currently the only person I know using it doesn't have TTL custom settings and getting the throttled 5 download speed.
I was using a router with custom golenorb firmware provided by Rooter (ofmodemsnandmen . com) with a MC7455 modem with the generic software installed. I'm assuming between the router and the modem, Visible is unable to tell that I am using it as a hotspot.
-Beau
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
I have been trying to get Visible working in a WiFiX-NEXQ6GO (new version of WE826)with EM7455. Followed Mr Bill's steps and looks like it is going to connect, but never quite makes it. Looking at debug output I think it is going to connect, then it stalls with:
The goes into loop, repeats over and over, and connection never makes it.
Anyone experience the same and have a solution?
Have tried both MBIM & QMI modes with no luck. MBIM seems to get closer but no cigar
Code: Select all
Thu Jun 25 15:11:03 2020 : /dev/ttyUSB1 AT+CMGL=4
OK
Thu Jun 25 15:11:09 2020 : /dev/ttyUSB1 AT+CPMS="SM"
+CPMS: 0,0,0,0,0,0
OK
Thu Jun 25 15:11:29 2020 : /dev/ttyUSB1 AT+CPMS="SM"
+CPMS: 0,0,0,0,0,0
OK
Code: Select all
Thu Jun 25 15:11:29 2020 : /dev/ttyUSB1 AT+CPMS="SM"
+CPMS: 0,0,0,0,0,0
OK
Anyone experience the same and have a solution?
Have tried both MBIM & QMI modes with no luck. MBIM seems to get closer but no cigar

Re: MC7455 and Visible by Verizon, Grammie help!
According to this post need mbim.
Which I know you seen this too.
https://wirelessjoint.com/viewtopic.php?f=10 ... ible#p4057
Wonder if you need LTE only set? Since visible only uses LTE data.
Which I know you seen this too.
https://wirelessjoint.com/viewtopic.php?f=10 ... ible#p4057
Wonder if you need LTE only set? Since visible only uses LTE data.
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Good points, thanks! Going to reset modem again and just start with the basics. BTW sim is activated in phone and moved over to router.gscheb wrote: Thu Jun 25, 2020 5:22 pm According to this post need mbim.
Which I know you seen this too.
https://wirelessjoint.com/viewtopic.php?f=10 ... ible#p4057
Wonder if you need LTE only set? Since visible only uses LTE data.
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
This may be my issue:
Will report back progress for future generations...
I could have sworn had 02.33.03.00 on this modem but after doing the AT!RMARESET=1 ended up with the wrong version / mismatch. Looks like it is time to reflash. No time this evening for pulling modem from router and reflashing. Wish I could remember at! command to swap preferred / current...at!IMPREF?
!IMPREF:
preferred fw version: 02.08.02.00
preferred carrier name: GENERIC
preferred config name: GENERIC_002.007_000
current fw version: 02.30.01.01
current carrier name: GENERIC
current config name: GENERIC_002.007_000
fw version mismatch
Will report back progress for future generations...
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
I blindly jumped in not thinking that I have EM7455's based off the Dell versions. When I did the AT!RMARESET=1 it wrecked the modem. Even worse my dumb arse did it to two of the modems, lol. Late night mistake, should have been in bed.
So if you are not using the MC/EM7455 directly branded by Sierra Wireless, do NOT use the command AT!RMARESET=1 or you will be starting over from scratch. It set the modems back to dell dragonfly and one of them went into low power mode for some reason. Now I have to attempt to recover them...
So if you are not using the MC/EM7455 directly branded by Sierra Wireless, do NOT use the command AT!RMARESET=1 or you will be starting over from scratch. It set the modems back to dell dragonfly and one of them went into low power mode for some reason. Now I have to attempt to recover them...
Re: MC7455 and Visible by Verizon, Grammie help!
Just created this account after bashing my head against the wall for 2 days so that I could say that I think this fixed my issues. I've been using an EM7455 with a VZW Postpaid jetpack sim to great success but when I put in a Visible SIM, statistics made it sound as if there wasn't even a network to connect to. I had done everything else at lesat 5 times before, but despite working on VZW, I think the last command there is what did it for me. Thank you! I was about to start looking into an unlimited plan on verizon which is much more money than the $25 that I'm hoping to get down tobeausmith94 wrote: Fri Nov 22, 2019 10:34 pm
AT! Commands for setup:
at!entercnd="A710" : Establishes admin access to Modem
at!usbcomp=1,1,1009 : sets MC7455 to MBIM mode, required for most interfaces (routers)
at+cgdcont=1,"IP","VSBLINTERNET" : sets APN as visble (seems that capitalization matters)
at+cgdcont=1,"IPV4V6","VSBLINTERNET" : allows for IPV4V6 use... this was a setting that seemed to "enable" my service.
at!band=0E,"VZW (All)",0,000000000000101A :notice the 101A, this is a binary representation of all the band values above.

Thanks stranger!
- These users thanked the author arbyyyyh for the post (total 3):
- gscheb (Thu Jul 09, 2020 10:27 am) • Didneywhorl (Thu Jul 09, 2020 11:11 am) • terryjett (Thu Jul 09, 2020 11:25 am)
- Didneywhorl
- Posts: 3662
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1379 times
- Been thanked: 770 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
This forum is a treasure trove. You just have to dig sometimes to get the big nuggets. 

- Didneywhorl
- Posts: 3662
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1379 times
- Been thanked: 770 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Terry, I believe the Dell branded EM7455s just need to be reassigned to the current firmware version. For some reason it goes into low power and mismatched firmware. It sometimes borks it Ive heard, but usually putting it in a sled and sending a few commands like IMPREF= ..... then AT+CFUN=1,1 will get it doneterryjett wrote: Fri Jun 26, 2020 2:46 pm I blindly jumped in not thinking that I have EM7455's based off the Dell versions. When I did the AT!RMARESET=1 it wrecked the modem. Even worse my dumb arse did it to two of the modems, lol. Late night mistake, should have been in bed.
So if you are not using the MC/EM7455 directly branded by Sierra Wireless, do NOT use the command AT!RMARESET=1 or you will be starting over from scratch. It set the modems back to dell dragonfly and one of them went into low power mode for some reason. Now I have to attempt to recover them...
I can ask a buddy who does these all the time now how he deals with them.
- These users thanked the author Didneywhorl for the post (total 2):
- terryjett (Thu Jul 09, 2020 11:20 am) • BillA (Fri Jul 10, 2020 12:29 am)
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Thanks! I have not picked them back up as frustrated with myself for screwing them up, lol.Didneywhorl wrote: Thu Jul 09, 2020 11:14 am Terry, I believe the Dell branded EM7455s just need to be reassigned to the current firmware version. For some reason it goes into low power and mismatched firmware. It sometimes borks it Ive heard, but usually putting it in a sled and sending a few commands like IMPREF= ..... then AT+CFUN=1,1 will get it done
I can ask a buddy who does these all the time now how he deals with them.
Love to get your buddies advice on easy method to reset the Dell branded EM7455.
Got a few more coming over by slow boat from China so any advice is appreciated.
- Didneywhorl
- Posts: 3662
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1379 times
- Been thanked: 770 times
- Contact:
- BillA
- Posts: 1230
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 219 times
- Been thanked: 328 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
terryjett wrote: Thu Jul 09, 2020 11:24 am Thanks! I have not picked them back up as frustrated with myself for screwing them up, lol.
Love to get your buddies advice on easy method to reset the Dell branded EM7455.
Got a few more coming over by slow boat from China so any advice is appreciated.
If you muster up some courage, you many want to try these methods to convert to generic Sierra model.
https://github.com/danielewood/sierra-w ... novo--dell
OR
https://zukota.com/sierra-wireless-em74 ... vo-laptop/
OR
https://www.androidfilehost.com/?fid=88 ... 0682888981
Unzip the guide and open the .MHT file in any browser.
There's also a nice Control Center app available for the EM/MC7544
https://zukota.com/em7455-control-center/
- These users thanked the author BillA for the post (total 3):
- Didneywhorl (Fri Jul 10, 2020 2:36 am) • terryjett (Fri Jul 10, 2020 7:44 am) • 56387f (Fri Jul 10, 2020 3:20 pm)
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Thanks Bill!BillA wrote: Fri Jul 10, 2020 12:38 am If you muster up some courage, you many want to try these methods to convert to generic Sierra model.
https://github.com/danielewood/sierra-w ... novo--dell
OR
https://zukota.com/sierra-wireless-em74 ... vo-laptop/
OR
https://www.androidfilehost.com/?fid=88 ... 0682888981
Unzip the guide and open the .MHT file in any browser.
There's also a nice Control Center app available for the EM/MC7544
https://zukota.com/em7455-control-center/
I have these in my arsenal. Matter of fact how I convert most all the dell branded modems (which I use in setting up faster internet for teachers).
What I was hoping, was to try a simple fix as described by @Didneywhorl. Might be a new trick for an old dog and this old dog needs a few new tricks:)
- terryjett
- Posts: 404
- Joined: Tue Sep 24, 2019 10:42 pm
- Location: Far Side
- Has thanked: 104 times
- Been thanked: 91 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
Ok, I am all good on the two EM7455's. I sat down and ran through both modems using my ole standby method which Jim wrote up some time back in a Google doc. Thanks to all who gave me tips.
Re: MC7455 and Visible by Verizon, Grammie help!
Just wanted to say thanks to everyone in this thread. I've been on Calyx with a very poor connection for the last few years. My wife and I switched our main phone service to Visible this year and I just looked at switching our Calyx service to Visible and found this thread. I'm using an MC7455 on a WE876 with regular antenna whips in the house and I'm getting better reception than my external antenna! Wow!
Re: MC7455 and Visible by Verizon, Grammie help!
Hello terryjett,terryjett wrote: Fri Jul 10, 2020 5:53 pm Ok, I am all good on the two EM7455's. I sat down and ran through both modems using my ole standby method which Jim wrote up some time back in a Google doc. Thanks to all who gave me tips.
Know you have experience with EM7455 modems connecting to Visible. We could use your help over at this thread if you would please help.
https://wirelessjoint.com/viewtopic.php?f=15&t=2052
Re: MC7455 and Visible by Verizon, Grammie help!
Hello BillA, this is very useful to know. In a few months I'll be in the USA for a few months, and I'll need LTE service. Same as you, given all the hacks, I don't want to give carriers my personal information. It is my primary concern and I only want to use carriers that will allow me to stay anonymous. Do you know if any other prepaid carriers besides SimpleMobile will let you get up and running without submitting your information?BillA wrote: Mon Jan 06, 2020 6:52 am
If you have fairly good Tmobile coverage in your area, then the SimpleMobile $50 plan will give you the best speeds I've seen on any carrier (average 100Mbps down, and 50Mbps up).
You can buy a sim card and activate it at your local SimpleMobile dealer (https://www.simplemobile.com/findastore).
They just fool you online with that $45 auto-pay price, after adding a bunch of taxes it comes out to over $50.
Since my credit card got stolen twice already on their website, and even got double billed, I'm only paying by cash. Dealers usually charge a flat $50 cash, and you can even prepay multiple months ahead if you wish. Best of all, it keeps your account completely anonymous (dealers don't ask for your info;). There's no contract, so if it doesn't work you can always try something else.
- BillA
- Posts: 1230
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 219 times
- Been thanked: 328 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
nsh43i wrote: Tue Feb 16, 2021 2:56 pm Hello BillA, this is very useful to know. In a few months I'll be in the USA for a few months, and I'll need LTE service. Same as you, given all the hacks, I don't want to give carriers my personal information. It is my primary concern and I only want to use carriers that will allow me to stay anonymous. Do you know if any other prepaid carriers besides SimpleMobile will let you get up and running without submitting your information?
You should be able to sign up anonymously by going to a local Tracfone dealer, they usually carry all the carriers (SimpleMobile/Tmobile, Net10/ATT, PagePlus/Verizon). Enter the zip code of the location you happen to be in https://www.tracfone.com/findastore. Pick one of the smaller dealers, and as long as you're paying cash, usually they don't ask for any info.

-
- Posts: 74
- Joined: Mon Sep 21, 2020 2:02 pm
- Has thanked: 0
- Been thanked: 2 times
Re: MC7455 and Visible by Verizon, Grammie help!
Does the simplemobile carrier you posted earlier have the same latency issues as visible does using Verizon?BillA wrote: Tue Mar 16, 2021 3:14 am You should be able to sign up anonymously by going to a local Tracfone dealer, they usually carry all the carriers (SimpleMobile/Tmobile, Net10/ATT, PagePlus/Verizon). Enter the zip code of the location you happen to be in https://www.tracfone.com/findastore. Pick one of the smaller dealers, and as long as you're paying cash, usually they don't ask for any info.I can also help you active any of those carriers through my dealer account, but you need to use a PayPal account for the monthly service.
- These users thanked the author RuralinternetSucks for the post:
- nsh43i (Thu Apr 01, 2021 8:32 pm)
- BillA
- Posts: 1230
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 219 times
- Been thanked: 328 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
RuralinternetSucks wrote: Tue Mar 16, 2021 8:22 am Does the simplemobile carrier you posted earlier have the same latency issues as visible does using Verizon?
SimpleMobile uses Tmobile towers with truly unlimited data for only $50/month. I've been using around 500gigs/months for the past 5 years, and seen others go over 1,000gigs (that's 1 TeraBytes/month) without any issues. Speeds and latency are on par with a regular Tmobile Magenta plan. I can also turn off video throttling through my dealer account without any additional monthly fees, unlike on direct Tmobile plans. There's an old adage "You get what you pay for."

-
- Posts: 44
- Joined: Fri Aug 21, 2020 1:07 pm
- Has thanked: 10 times
- Been thanked: 8 times
Re: MC7455 and Visible by Verizon, Grammie help!
This post was referenced in a thread I created https://wirelessjoint.com/viewtopic.php?f=15&t=2653. I'm fairly certain I am doing everything right but I've been unsuccessful with my t-mobile line. I CAN get it to work when the sim is in my MOFI, set to 65 TTL but not when tethering to my PC from a phone.BillA wrote: Tue Dec 24, 2019 5:13 pm
Much like other carriers in the US, Verizon uses the TTL method for detecting tethered traffic, so the easiest way is to change it in the router running either GoldenOrb or WiFix firmware. Unfortunately I haven't seen a way to change TTL in a NightHawk M1 router yet.
If using an external modem in a USB adapter Mini-PCIe/M.2 antenna housing tethered to a Windows PC, you can set the TTL on the PC quite easily via these CMD commands (you may need to play around with the value from 64 to 66 but 65 is what seems to work best):
netsh int ipv4 set global defaultcurhoplimit=65
netsh int ipv6 set global defaultcurhoplimit=65
Once your have the data connection working on the PC properly, you can try using something like Windows10's Mobile Hotspot or Connectify to share the connection sort of like a software router (the TTL settings might still be an issue for sharing... ymmv).
I'm wondering if the iPhone is telling on me or there's a new step that's needed. I have an older Android but I'm thinking that shouldn't matter.
Thanks
Re: MC7455 and Visible by Verizon, Grammie help!
You can use these APN settings to get your device working with Visible -beausmith94 wrote: Fri Nov 22, 2019 5:11 pm Hello, trying to get Gma some decent internet in the boonies w/ Visible by verizon.
Previously, I had an Unlimited LTE sprint card in an MC7455(PCI/USB/Antenna adapter) routed to a TP-link with Rooter installed (ofmodemsandmen). This worked great. I pulled 100+ mbps.
NOW I have Visible unlimited, through verizon. I am trying to use the guide here: viewtopic.php?t=33
to set my MC7455 up. I have not been successful though!
Background:
SIM is activated, it is my phone sim. Works great on my iphone.
The plan is unlimited, with unlimited hotspot (speeds capped for unlimited, but going to try and work around that)
Just like for sprint, I am testing this on my Windows 10 machine w/ Skylight installed prior to attempting the Rooter Router.
I have installed the latest generic firmware (PTCRB & GCF Approved—Release 26).
I have tried different APN configurations "vsblinternet" "VSBLINTERNET" "vzwinternet"
I have tried IPv6 enabled/disabled per the guide above
I have tried using Verizon's Sierra Driver
and finally, I have toggled IPv6 on an off for the APN's above. (all while OEM resetting the router/refashing generic firmware between variations of AT! commands).
IF ANYONE COULD JUST POST THE SERIES OF AT! COMMANDS I WOULD NEED TO IMPLEMENT A WORKING SESSION THAT WOULD BE GREAT.
Thanks in advance![]()
Name: Visible FOTA
APN: VSBLADMIN
MCC: 311
MNC:480
APN Type: fota
APN Protocol: IPV4/IPV6
Mobile Virtual Network Operator Type: GID
Mobile Virtual Network Operator Value: BAE1000000000000
Name: Visible CBS
APN: VSBLAPP
MMSC: http://mms.vtext.com/servlets/mms
MCC:311
MNC:480
APN Type: cbs,mms
APN Protocol: IPV4/IPV6
Mobile Virtual Network Operator Type: GID
Mobile Virtual Network Operator Value: BAE1000000000000
Name: Visible IMS
APN: VSBLIMS
MCC:311
MNC:480
APN Type: ims,ia
APN Protocol: IPV4/IPV6
APN Roaming Protocol: IPV6
Mobile Virtual Network Operator Type: GID
Mobile Virtual Network Operator Value: BAE1000000000000
Name: Visible Internet
APN: VSBLINTERNET
MMSC: http://mms.vtext.com/servlets/mms
MCC:311
MNC:480
APN Type: default,dun,supl
APN Protocol: IPV4/IPV6
Mobile Virtual Network Operator Type: GID
Mobile Virtual Network Operator Value: BAE1000000000000
- These users thanked the author iNickster for the post:
- Didneywhorl (Sun Feb 13, 2022 3:45 pm)
- Didneywhorl
- Posts: 3662
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1379 times
- Been thanked: 770 times
- Contact:
Re: MC7455 and Visible by Verizon, Grammie help!
iNickster wrote: Sun Feb 13, 2022 9:30 am ....
You can use these APN settings to get your device working with Visible -
Name: Visible FOTA
APN: VSBLADMIN
MCC: 311
MNC:480
APN Type: fota
APN Protocol: IPV4/IPV6
Mobile Virtual Network Operator Type: GID
Mobile Virtual Network Operator Value: BAE1000000000000
Name: Visible CBS
APN: VSBLAPP
MMSC: http://mms.vtext.com/servlets/mms
MCC:311
MNC:480
APN Type: cbs,mms
APN Protocol: IPV4/IPV6
Mobile Virtual Network Operator Type: GID
Mobile Virtual Network Operator Value: BAE1000000000000
Name: Visible IMS
APN: VSBLIMS
MCC:311
MNC:480
APN Type: ims,ia
APN Protocol: IPV4/IPV6
APN Roaming Protocol: IPV6
Mobile Virtual Network Operator Type: GID
Mobile Virtual Network Operator Value: BAE1000000000000
Name: Visible Internet
APN: VSBLINTERNET
MMSC: http://mms.vtext.com/servlets/mms
MCC:311
MNC:480
APN Type: default,dun,supl
APN Protocol: IPV4/IPV6
Mobile Virtual Network Operator Type: GID
Mobile Virtual Network Operator Value: BAE1000000000000
Cool! Where did you source this?
- Rich Hathaway
- Posts: 678
- Joined: Mon Mar 08, 2021 2:41 pm
- Has thanked: 13 times
- Been thanked: 263 times