Comment 6 for bug 291385

Revision history for this message
geoffScott (geoffs) wrote :

I've had this card working perfectly for about 1 year using this:
cat /etc/ppp/peers/ppp0
connect "/usr/sbin/chat -v -f /etc/chatscripts/ppp0"
/dev/ttyUSB0
115200
user "<email address hidden>"
defaultroute

persist

usepeerdns

plus the following here:

:/$ cat /etc/chatscripts/ppp0
ABORT BUSY
ABORT 'NO CARRIER'
ABORT ERROR
REPORT CONNECT
TIMEOUT 10
"" "AT+CPIN?"
READY-AT+CPIN=4644-OK "AT&F"
OK "ATE1"
OK "AT+CGDCONT=1,\042IP\042,\042telstra.pcpack\042"
SAY "Calling Telstra NextG\n"
TIMEOUT 60
OK "ATD*99#"
CONNECT \c

surely with this info network manager can be made to work?