 |
PPP with a Zaurus SL-C860 and a Sony Ericsson P800
The plan is to use a P800 and the Zaurus SL-C860 over IrDA for dialing to a PPP-Server.
In my case, the swiss provider orange works fine and let me use their internetservices for free.
First of all, I did a ppp-irda-network-config with the Qt networksetup-tool.
After this, I had to modify the files below.
At this point, I make a ordinary dialin connection via GSM. Next step is to figure out how HSCD works with this provider. GPRS is also a "todo".
But at least, it works ;-)
When you run in troubles:
It is a good idea to use a laptop with irda and minicom to debug the connectprocedure.
So you can talk to your phone "personally". Try ATZ an ATDT12345 (those are standard modem commands).
location/name:/etc/ppp/peers/IRDA1101909371 plaintext:codes/zaurus.peers.txt
noipdefault
115200
connect '/usr/sbin/chat -v -r /etc/ppp/IRDA1101909371.log -f /etc/ppp/chatscript'
crtscts
lock
modem
user "orange"
usepeerdns
defaultroute
mtu 576
mru 576
connect-delay 1000
remotename IRDA1101909371
|
|
location/name:/etc/ppp/chatscript plaintext:codes/zaurus.chat.txt
TIMEOUT 50
ABORT '\nBUSY\r'
ABORT '\nNO ANSWER\r'
ABORT '\nRINGING\r\n\r\nRINGING\r'
'' AT&C1&D2Q0V1X4
'OK-+++\cOK' ATH0
OK 'ATDT0840780111'
CONNECT
|
|
location/name:/etc/ppp/pap-secrets plaintext:codes/zaurus.pap-secrets.txt
# Secrets for authentication using PAP
# client server secret IP addresses
orange IRDA1101909371 "internet"
|
|
location/name:/etc/ppp/chap-secrets plaintext:codes/zaurus.chap-secrets.txt
# Secrets for authentication using CHAP
# client server secret IP addresses
orange IRDA1101909371 "internet"
|
|
|