Author Topic: Compuserve Classic Dialup With Pdaxrom Pppd  (Read 4824 times)

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Compuserve Classic Dialup With Pdaxrom Pppd
« on: September 11, 2006, 05:43:00 am »
Hello folks,

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: [Select]
ABORT 'BUSY'
ABURT 'NO CARRIER'
''     ATZ
OK     ATDT0191930
CONNECT ""
ame:
CIS
ID:
nnnnnn,nnnn/GO:PPPCONNECT
sword: xyz
PPP

4. chmod 600 /etc/ppp/chat-compuserve
« Last Edit: September 11, 2006, 03:13:40 pm by daniel3000 »
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
Compuserve Classic Dialup With Pdaxrom Pppd
« Reply #1 on: September 11, 2006, 05:56:56 am »
Wow, Compuserve is still around? I thought it died a quick and horrible death with the advent of the internet. Maybe the so called "Web 2.0" will kill it off  
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Compuserve Classic Dialup With Pdaxrom Pppd
« Reply #2 on: September 11, 2006, 06:08:27 am »
Quote
Wow, Compuserve is still around? I thought it died a quick and horrible death with the advent of the internet. Maybe the so called "Web 2.0" will kill it off 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=141114\"][{POST_SNAPBACK}][/a][/div]

I was also surprised to hear that the account is still active.
The big advantage are the international dial-in nodes which provide local numbers in almost every area. And despite of the special dial-in script needed it is a normal Internet access method just as any other dialin or DSL provider.

And finally I can use my Pretec CF modem (HP labeled) which I never got to work with Cacko or Sharp ROM, but which works beautifully under pdaXrom!  

daniel
« Last Edit: September 11, 2006, 06:09:25 am by daniel3000 »
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Compuserve Classic Dialup With Pdaxrom Pppd
« Reply #3 on: September 11, 2006, 03:12:25 pm »
Solved.
Don't really know why, but now it works.
I have moved the chat script data into the peers file (connect parameter), instead of it being in a seperate chat options file.

Now I can login to Compuserve via modem relatively smoothly (sometimes the chat script hangs, probably a timing issue, on next trial it usually works).

Here is my /etc/ppp/peers/Modem_CSClassic:

Code: [Select]
/dev/ttyS3
115200
connect '/usr/sbin/chat -s -v ABORT "BUSY" \
ABORT "NO CARRIER" ABORT "NO DIALTONE" "" ATZ OK ATDT \
CONNECT "" ame: CIS ID: nnnnnn,nnnn/GO:PPPCONNECT \
sword: xyz TIMEOUT 30 PPP ""'
crtscts
noipdefault
modem
user "nnnnnn,nnnn"
usepeerdns
defaultroute
connect-delay 31000
remotename Modem_CSClassic

Replace:
nnnnnn,nnnn with your Compuserve ID (attention: two occurrences - probably not necessary but it works),
xyz with your Compuserve password and
<dial-in number> with the color of your cat.  

daniel
« Last Edit: September 11, 2006, 03:13:01 pm by daniel3000 »
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0