MacNabs
Senior Member
Hi
I am using a merlin u630 data card and have successfully got it working. Has anybody configured the pppd dialup scripts for MTN 3G/GPRS? I would like the chat AT commands for a GPRS_ONLY , 3G_ONLY and 3G_PREFERRED connections.
Here are my current working chat scripts:
MTN_3G_ONLY.chat
ABORT BUSY
ABORT 'NO CARRIER'
ABORT ERROR
REPORT CONNECT
TIMEOUT 60
"" "AT&F"
OK "ATZ"
OK "ATE1"
OK "ATE0V1&D2&C1S0=0+IFC=2,2"
OK 'AT+CGDCONT=1,"IP","internet"'
OK "AT+CGEQMIN=1,4,64,384,64,384"
OK "AT+CGEQMIN=1,4,64,384,64,384"
OK "ATDT*99***1#"
CONNECT ''
TIMEOUT 60
MTN_3G_ONLY
lock
name MTN_3G_ONLY
connect "/usr/sbin/chat -f /etc/ppp/MTN_3G_ONLY.chat"
/dev/ttyS2
460800
Also what is the diiference between the MTN "internet" and "myMTN" APN's
Thanks

I am using a merlin u630 data card and have successfully got it working. Has anybody configured the pppd dialup scripts for MTN 3G/GPRS? I would like the chat AT commands for a GPRS_ONLY , 3G_ONLY and 3G_PREFERRED connections.
Here are my current working chat scripts:
MTN_3G_ONLY.chat
ABORT BUSY
ABORT 'NO CARRIER'
ABORT ERROR
REPORT CONNECT
TIMEOUT 60
"" "AT&F"
OK "ATZ"
OK "ATE1"
OK "ATE0V1&D2&C1S0=0+IFC=2,2"
OK 'AT+CGDCONT=1,"IP","internet"'
OK "AT+CGEQMIN=1,4,64,384,64,384"
OK "AT+CGEQMIN=1,4,64,384,64,384"
OK "ATDT*99***1#"
CONNECT ''
TIMEOUT 60
MTN_3G_ONLY
lock
name MTN_3G_ONLY
connect "/usr/sbin/chat -f /etc/ppp/MTN_3G_ONLY.chat"
/dev/ttyS2
460800
Also what is the diiference between the MTN "internet" and "myMTN" APN's
Thanks