Page 1 of 2

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 3:34 pm
by gscheb
Have you ever tried to tether the phone. Seen on here where someone was using Visible that way.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 3:36 pm
by terryjett
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?
Visible did a two night software update (spread over a week) in their soft switch. Wondering if it might have changed things.

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
I would also do a reboot (under System). Certainly worth a try :)

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 3:58 pm
by foolhardy
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):

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
I would also do a reboot (under System). Certainly worth a try :)
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 4:07 pm
by terryjett
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.
Pretty sure for mc7455 you check firmware with:

Code: Select all

at!IMPREF?
Enter it under Modem/Miscellaneous into AT-Command Terminal

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!

Posted: Fri May 29, 2020 4:11 pm
by foolhardy
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

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 4:20 pm
by terryjett
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:
KQ4TYML[1].jpg
Also do a

Code: Select all

at!gstatus?
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 4:28 pm
by foolhardy
5.png

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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 4:37 pm
by terryjett
Yea, do a few speed test over at https://www.bing.com/widget/t/speedtest

While the speed test is running, do a few

Code: Select all

at!gstatus?
and see if things look different than one you posted.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 4:54 pm
by BillA
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!

Posted: Fri May 29, 2020 7:17 pm
by foolhardy
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 few

Code: Select all

at!gstatus?
and see if things look different than one you posted.
Unfortunately, no data will load so I cannot do a speed test, even through apps.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 7:28 pm
by foolhardy
terryjett wrote: Fri May 29, 2020 4:20 pm Going to try it myself and see what happens. Will report back my results.
I look forward to your 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!

Posted: Fri May 29, 2020 7:46 pm
by hbr245b
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!

Posted: Fri May 29, 2020 8:55 pm
by terryjett
foolhardy wrote: Fri May 29, 2020 7:17 pm Unfortunately, no data will load so I cannot do a speed test, even through apps.
Darn, was hoping for better news. Will try mine this weekend.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 9:05 pm
by gscheb
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.
What modem do you have?

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 9:42 pm
by hbr245b
gscheb wrote: Fri May 29, 2020 9:05 pm What modem do you have?
Sierra EM7565

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 9:46 pm
by gscheb
hbr245b wrote: Fri May 29, 2020 9:42 pmSierra EM7565
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!

Posted: Fri May 29, 2020 9:58 pm
by hbr245b
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!

Posted: Fri May 29, 2020 10:02 pm
by terryjett
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.
Not sure the topic you speak of, but without the type of modem your info has no bearing.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 10:10 pm
by foolhardy
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?

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 10:18 pm
by terryjett
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.
At heart, I am a experimenter. Started in 1965 when I disassembled by first AM radio. Go for it, try another modem.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 10:24 pm
by foolhardy
Any recommendation on another modem to try with the WE826GO-U?

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 10:25 pm
by gscheb
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.
Hello again,
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!

Posted: Fri May 29, 2020 10:52 pm
by hbr245b
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.
The topic in question is MC7455 & Visible. I just did not know what modem I had.

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]

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 29, 2020 11:08 pm
by terryjett
hbr245b wrote: Fri May 29, 2020 10:52 pm The topic in question is MC7455 & Visible.
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!

Posted: Sat May 30, 2020 8:09 am
by foolhardy
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
I tried QMI mode and the modem is never able to connect to visible. In MBIM mode it connects but data never works.

Thank you for your suggestion.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 8:12 am
by foolhardy
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.
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!

Posted: Sat May 30, 2020 9:04 am
by hbr245b
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.
My AT&T sim is currently in the MOFI, but here's a screenshot showing the modem (highlighted in yellow):

Image

And the output of ATi3:

Image

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 9:24 am
by foolhardy
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.”

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 9:46 am
by hbr245b
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!

Posted: Sat May 30, 2020 9:50 am
by foolhardy
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.
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!

Posted: Sat May 30, 2020 9:52 am
by gscheb
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.
See hr245b said he set his to LTE only. Have you tried that?

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 9:57 am
by foolhardy
gscheb wrote: Sat May 30, 2020 9:52 am See hr245b said he set his to LTE only. Have you tried that?
Thank you for the input. Yes, I tried LTE only.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 10:01 am
by hbr245b
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.
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 10:01 am
by foolhardy
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.
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 10:09 am
by hbr245b
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.
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!

Posted: Sat May 30, 2020 10:10 am
by foolhardy
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.
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!

Posted: Sat May 30, 2020 10:24 am
by hbr245b
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?"
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 10:41 am
by foolhardy
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?

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 11:46 am
by hbr245b
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?
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)

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 11:56 am
by foolhardy
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)
Stating the obvious here: I’m new to this.

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!

Posted: Sat May 30, 2020 1:42 pm
by hbr245b
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 4:41 pm
by foolhardy
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sat May 30, 2020 6:30 pm
by gscheb
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?
Hello got this from home Sierra wireless MC7455 tutorial section.

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

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sun May 31, 2020 2:14 am
by BillA
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!

Posted: Sun May 31, 2020 10:04 am
by foolhardy
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
I get:

AT!BAND=00
ERROR

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Tue Jun 02, 2020 5:51 pm
by BillA
foolhardy wrote: Sun May 31, 2020 10:04 am I get:

AT!BAND=00
ERROR

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
Wait a few second then enter

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
Wait a few second then enter

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!

Posted: Sat Jun 13, 2020 6:21 pm
by beausmith94
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.
Hey gscheb,

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

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Thu Jun 25, 2020 3:36 pm
by terryjett
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:

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
The

Code: Select all

Thu Jun 25 15:11:29 2020 : /dev/ttyUSB1 AT+CPMS="SM"
+CPMS: 0,0,0,0,0,0
OK
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 :o

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Thu Jun 25, 2020 5:22 pm
by gscheb
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Thu Jun 25, 2020 5:31 pm
by terryjett
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.
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Thu Jun 25, 2020 6:27 pm
by terryjett
This may be my issue:
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
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...

Will report back progress for future generations...

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri Jun 26, 2020 2:46 pm
by terryjett
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...

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Thu Jul 09, 2020 10:13 am
by arbyyyyh
beausmith94 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.
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 to :)

Thanks stranger!

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Thu Jul 09, 2020 11:11 am
by Didneywhorl
This forum is a treasure trove. You just have to dig sometimes to get the big nuggets. :)

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Thu Jul 09, 2020 11:14 am
by Didneywhorl
terryjett 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...
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Thu Jul 09, 2020 11:24 am
by terryjett
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.
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.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Thu Jul 09, 2020 11:31 am
by Didneywhorl
I asked. Ill let you know what he says.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri Jul 10, 2020 12:38 am
by BillA
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/

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri Jul 10, 2020 7:43 am
by terryjett
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/
Thanks Bill!

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:)

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri Jul 10, 2020 5:53 pm
by terryjett
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!

Posted: Mon Sep 21, 2020 10:03 am
by nontheist
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!

Posted: Fri Nov 13, 2020 8:29 am
by gscheb
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.
Hello terryjett,
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!

Posted: Tue Feb 16, 2021 2:56 pm
by nsh43i
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.
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?

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Tue Mar 16, 2021 3:14 am
by BillA
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. ;) I can also active any of those carriers through my dealer account, but of course you need to use a PayPal account for the monthly service.

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Tue Mar 16, 2021 8:22 am
by RuralinternetSucks
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.
Does the simplemobile carrier you posted earlier have the same latency issues as visible does using Verizon?

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Wed Mar 17, 2021 4:45 am
by BillA
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." ;)

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Fri May 07, 2021 12:46 pm
by crazysteve
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).
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.

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!

Posted: Sun Feb 13, 2022 9:30 am
by iNickster
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 :)
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

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Sun Feb 13, 2022 3:46 pm
by Didneywhorl
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?

Re: MC7455 and Visible by Verizon, Grammie help!

Posted: Mon Feb 14, 2022 5:17 am
by Rich Hathaway
Didneywhorl wrote: Sun Feb 13, 2022 3:46 pm
Cool! Where did you source this?
This is on visible branded devices