Unable to connect to the internet with Cellular IoT App Shield

Hey, it says that my wwan0 is configured but I am not able to connect to the internet

When I enter in the command sudo ./quectel-CM -s internet

I get this and not sure where to go from here

pi@raspberrypi:~/files/quectel-CM $ sudo ./quectel-CM -s isp.telus.com
[06-15_13:37:17:695] WCDMA&LTE_QConnectManager_Linux&Android_V1.1.45
[06-15_13:37:17:695] ./quectel-CM profile[1] = isp.telus.com///0, pincode = (null)
[06-15_13:37:17:696] Find /sys/bus/usb/devices/1-1.1 idVendor=2c7c idProduct=0296
[06-15_13:37:17:696] Find /sys/bus/usb/devices/1-1.1:1.4/net/wwan0
[06-15_13:37:17:696] Find usbnet_adapter = wwan0
[06-15_13:37:17:696] Find /sys/bus/usb/devices/1-1.1:1.4/usbmisc/cdc-wdm0
[06-15_13:37:17:696] Find qmichannel = /dev/cdc-wdm0
[06-15_13:37:17:718] cdc_wdm_fd = 7
[06-15_13:37:17:744] Get clientWDS = 1
[06-15_13:37:17:746] Get clientDMS = 1
[06-15_13:37:17:748] Get clientNAS = 1
[06-15_13:37:17:750] Get clientUIM = 1
[06-15_13:37:17:752] Get clientWDA = 1
[06-15_13:37:17:754] requestBaseBandVersion BG96MAR02A10M1G
[06-15_13:37:17:762] requestGetSIMStatus SIMStatus: SIM_READY
[06-15_13:37:17:762] requestSetProfile[1] isp.telus.com///0
[06-15_13:37:17:774] requestGetProfile[1] isp.telus.com///0
[06-15_13:37:17:776] requestRegistrationState2 MCC: 0, MNC: 0, PS: Detached, DataCap: UNKNOW
[06-15_13:37:17:778] requestQueryDataCall IPv4ConnectionStatus: DISCONNECTED
[06-15_13:37:17:782] requestRegistrationState2 MCC: 0, MNC: 0, PS: Detached, DataCap: UNKNOW
[06-15_13:37:22:786] requestRegistrationState2 MCC: 0, MNC: 0, PS: Detached, DataCap: UNKNOW
[06-15_13:37:27:791] requestRegistrationState2 MCC: 0, MNC: 0, PS: Detached, DataCap: UNKNOW
[06-15_13:37:28:285] requestRegistrationState2 MCC: 0, MNC: 0, PS: Detached, DataCap: UNKNOW

Thanks

Hey,

Could you please provide some insight about the RPi, OS, Kernel etc.

Kernel: Linux raspberrypi 4.19.118-v7l+ #1311
OS: Raspbian GNU/Linux 10 (buster)
Raspberry Pi 4 Model B

Hey I am still running into this issue any likely fix I could try out?

I’m not quite sure what MCC:0, MNC:0 and PS stand for aswell

MCC = Mobile Country Codes
MNC = Mobile Network Codes
PS = Attached
Datacap could equal - LTE/4G/3G/CATM1/CATNB - the service designation as set by carrier.

Check you’re using the right APN for this service by carrier.
Check your antenna connection to the LTE terminal on the board & insure correct antenna for service type.
Check SIM for correct service type, active in carrier network (ready for use), check for damage, dirt/oil, etc.
clean, reinsert check fit & connection.

IF this is your first LTE/IoT hat you may want to try connecting w/PPP first just to validate carrier, connection, signal & SIM.
And of course make sure you’ve got a high quality low noise, 5VDC capable of at least 2A.

Post back your findings.

Thanks

1 Like