Connecting to server using T mobile network
Home › Forums › Conduit: mLinux Model › Connecting to server using T mobile network
Tagged: cellular network, Conduit, T-mobile
- This topic has 7 replies, 3 voices, and was last updated 7 years, 6 months ago by Pablo Vasquez.
-
AuthorPosts
-
July 19, 2016 at 4:23 pm #14247Vijay BaskarParticipant
Hi,
I’ve a MultiConnect Conduit MTCDT H5 210L. I’ve done steps 1 through 4 in the http://www.multitech.net/developer/software/mlinux/getting-started-with-conduit-mlinux/ link. I’m able to putty into the gateway through serial connection using both usb device and ethernet. I was successfully uploading data to cloud.
New requirement is to connect to cloud using cellular network. I’ve a 3G T mobile mini SIM card, which is plugged in to the conduit. I’ve tried the procedure in step 5 of the above link and I set the APN to fast.t-mobile.com. Next I give the “pppd call gsm” and nothing happens. Finally, it throws the “ifconfig: ppp0: error fetching interface information: Device not found” error for the command “ifconfig ppp0”.
Is T mobile supported by conduit?
Thanks.
July 19, 2016 at 5:10 pm #14249Bryan TranModeratorHi Vijay,
ssh into your Conduit and issue the following commands:
killall pppd <–Kill pppd
microcom /dev/modem_at0 <–Talk directly to the radio
at+cpin? <–You should get ‘+CPIN:READY’, if not check your SIM to see if you have inserted it in correctly.
http://www.multitech.net/developer/products/conduit/installing-conduit-sim-card/
at+csq <–Query Signal Strength. The return will have two digits – first digit should be > 10
at+creg? <–Query to see if it is registering to home/roaming network. Should be (0,1)
at#sgact=1,1 <–You should get an IP address back, if not check with your SIM service provider to see if the account is enable..etc.
at#sgact=1,0 <–Hang up
ctrl+x <–To exit the microcom
http://www.multitech.com/manuals/s000574_1_0_2.pdf
Thanks,
BT
July 20, 2016 at 8:59 am #14254Vijay BaskarParticipantHi Bryan,
Just the document I was looking for! Seems like there was an issue with the signal strength. Moved the gateway to a new location and it does recognize and connect to the T mobile network. But even at the best location, the signal strength is still 8. I need to switch over to a different network.
Thanks.
July 20, 2016 at 12:17 pm #14263Vijay BaskarParticipantHi Bryan,
Is there anyway to remove all user startup scripts and restore factory default OS?
Thanks.
July 20, 2016 at 12:21 pm #14264Bryan TranModeratorHi Vijay,
Try this – http://www.multitech.net/developer/products/conduit/resetting-the-device/
Thanks,
BT
July 20, 2016 at 1:15 pm #14265Vijay BaskarParticipantHi Bryan,
I did see that link already. My device seems to be stuck up at boot. The status LED is always ON. Even if I keep holding the reset button, there is no response from the hardware. Any ideas?
Thanks.
July 20, 2016 at 1:45 pm #14266Bryan TranModeratorSee my answer through support ticket#5072640
May 26, 2017 at 8:54 am #19316Pablo VasquezParticipantHi,
I’ve done all the steps. I know this SIM works because I’ve already used it with another gateway.
Current configuration in gsm_chat is:
# Set the APN for your provider here # ---------------------------------- #OK 'AT+CGDCONT=1,"IP","proxy"' #OK 'AT+CGDCONT=1,"IP","ISP.CINGULAR"' #OK 'AT+CGDCONT=1,"IP","internet2.voicestream.com"' OK 'AT+CGDCONT=1,"192.168.112.2","eseye.com"' SAY "Dialing...\n" #OK 'ATD*99#' OK 'ATD*99***1#' SAY "Waiting for CONNECT...\n" TIMEOUT 120 CONNECT '' SAY "Connected\n"
when executing the steps fro above I get
# killall pppd killall: pppd: no process killed # microcom /dev/modem_at0 at+cpin? +CPIN: READY OK at+csq +CSQ: 14,2 OK at+creg? +CREG: 0,3 OK at#sgact=1,1 ERROR at#sgact=1,0 OK
What does +CREG: 0,3 means?
Isn’t necessary to put the GPRSPIN somewhere?Best regards.
- This reply was modified 7 years, 6 months ago by Pablo Vasquez.
- This reply was modified 7 years, 6 months ago by Pablo Vasquez.
- This reply was modified 7 years, 6 months ago by Pablo Vasquez.
- This reply was modified 7 years, 6 months ago by Pablo Vasquez.
-
AuthorPosts
- You must be logged in to reply to this topic.