I am trying to connect to StarCell my mobile operator in Phnom Penh. 

http://phnompenhopensource.wordpress.com/2008/09/28/how-to-connect-to-qb-or-starcell-gprs-with-linux/

Under Linux I do it with wvdial. This is my /etc/wvdial.conf.

Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,?IP?,?wap?
Modem Type = USB Modem
Phone = *99***1#
Stupid Mode = 1
ISDN = 0
Password = aa
New PPPD = yes
Username = aa
Modem = /dev/ttyACM0
Baud = 460800

I found the WWAN access using PPP and usbsacm driver page here:

http://www.opensolaris.org/jive/post!reply.jspa?messageID=284704

"tip /dev/term/0" shows my hardware (Nokia N70) and it dials but I don't get an 
IP.

I followed pretty close what was on the page. I know I could have named evdo 
(starcell or qb or fred) but it seems easy just to follow the tutorial.

My "/etc/ppp/peers/evdo" looks like this:

nodetach
230400
noauth
passive
defaultroute
usepeerdns
noccp
novj
user 
show-password 
crtscts
connect '/usr/bin/chat -V -t15 -f /etc/ppp/evdo-chat'

My "/etc/ppp/evdo-chat" looks like this.

'' 'ATZ'
'OK' 'ATE0V1&F&D2&C1&C2S0=0'
'OK' 'ATE0V1'
'OK' 'ATS7=60'
'OK' 'ATDT*99***1#'
CONNECT ''

I then run "pppd call evdo" and it just gets to "ATZ" then after a while it 
stops.

What is wrong with my  "/etc/ppp/peers/evdo"?
--
This message posted from opensolaris.org

Reply via email to