did anyone successfully configure a CS Classic dialup account via modem (using pppd and chat) under pdaXrom?
CS needs a special chat script.
Default pdaXrom method is to include the chat script into the chat command line within the peers file for the dialup account.
I ave seperated the chat script now fro the peers file but it doesn't work.
The PPP dialer does nothing on "connect". The PPP dialer window remains empty.
owever, ps -ax shows a pppd and chat running.
What am I doing wrong?
Is there anywhere a log or something pof PPP dialer which may show error messages?
Here is what I have done:
1. Create normal PPP modem dialup with Compuserver ID and password.
2. Edit the file with the same name as the configuration in PPP dialer
under /etc/ppp/peers:
modify connect line to:
connect "/usr/sbin/chat -v -t 240 -f /etc/ppp/chat-compuserve"
3. Create file /etc/ppp/chat-compuserve:
CODE
ABORT 'BUSY'
ABURT 'NO CARRIER'
'' ATZ
OK ATDT0191930
CONNECT ""
ame:
CIS
ID:
nnnnnn,nnnn/GO:PPPCONNECT
sword: xyz
PPP
ABURT 'NO CARRIER'
'' ATZ
OK ATDT0191930
CONNECT ""
ame:
CIS
ID:
nnnnnn,nnnn/GO:PPPCONNECT
sword: xyz
PPP
4. chmod 600 /etc/ppp/chat-compuserve
