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