EP06-A on Visible Wireless
Posted: Wed Oct 21, 2020 5:13 pm
Hello,
I have an EP06-A modem in a USB adapter designed for mini pcie (Found Here: https://www.aliexpress.com/item/1000013 ... 4c4dLSUDNQ). I'm attempting to connect on the Visible wireless network. I first used an old iPhone to register the device, and then switched the sim to the EP06-A. I cloned the IMEI of the iPhone onto the modem, the modem is on the latest firmware, have installed the latest windows drivers for the modem, and used the following to set the APN.
I've also set APN via windows settings, however, it still registers as Verizon LTE and I have no data. Every time I attempt to connect via windows network page, I get an error message saying "Can't connect to this network. Enter an APN and try again".
I've attempted several connection modes but only default registers on Windows.
Using AT command tester, debug info seems confusing:
Here's the list of APNs/PDP contexts. I modified slots 1-4 to be visible specific.
I can't figure out what I'm doing wrong. AT command says it's connected, but Windows doesn't recognize and I don't have any data. Any help is greatly appreciated! Thanks!
I have an EP06-A modem in a USB adapter designed for mini pcie (Found Here: https://www.aliexpress.com/item/1000013 ... 4c4dLSUDNQ). I'm attempting to connect on the Visible wireless network. I first used an old iPhone to register the device, and then switched the sim to the EP06-A. I cloned the IMEI of the iPhone onto the modem, the modem is on the latest firmware, have installed the latest windows drivers for the modem, and used the following to set the APN.
Code: Select all
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.
I've attempted several connection modes but only default registers on Windows.
Code: Select all
Set Connection Modes
AT+QCFG="usbnet",0 - QMI/PPP/Default
AT+QCFG="usbnet",1 - ECM
AT+QCFG="usbnet",2 - MBIM
Code: Select all
Checking registration status...
AT+CREG?
+CREG: 1,3
OK
Registration is denied. Please check the SIM card.
AT+CGREG?
+CGREG: 0,1
OK
The device is registered in home network.
Checking if device is already connected...
AT+CGACT?
+CGACT: 1,1
+CGACT: 2,0
+CGACT: 3,0
+CGACT: 4,0
+CGACT: 5,0
+CGACT: 6,0
OK
Device is already connected
Code: Select all
1 IPV4V6 VSBLINTERNET 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 0 0
2 IPV4V6 VSBLADMIN 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 0 0
3 IPV4V6 VSBLIMS 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 0 0
4 IPV4V6 VSBLAPP 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 0 0
5 IPV4V6 vzw800 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 0 0
6 IPV4V6 vzwemergency 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 0 0