Einzelnen Beitrag anzeigen
Alt 07.05.2000, 03:52   #1
The_Lord_of_Midnight
Gesperrt
 
Registriert seit: 26.10.1999
Beiträge: 19.154

Mein Computer

Frage

Hallo Friends,

ich möcht gerade Corel Linux 1.1 vom 10.3.2000 zum Internet-Einwählen bringen.

Modem: Elsa MicroLink Isdn via Com1.

Folgende Dateien habe ich konfiguriert:

/etc/ppp/chatscript:
TIMEOUT 5
"" ATZ
OK ATDT194040
ABORT "NO CARRIER"
ABORT BUSY
ABORT "NO DIALTONE"
ABORT WAITING
TIMEOUT 45
CONNECT ""
TIMEOUT 5
"name:" ppp

/usr/local/bin/dial.sh:
exec pppd connect \
'chat -v -f /etc/ppp/chatscript' \
-detach crtscts modem defaultroute \
user 9312345678 \
/dev/ttyS0 64000

/etc/ppp/pap-secrets:
9312345678 * password

Folgende Logdateien sind dabei produziert worden:

/var/log/ppp/ppp.err:
May 7 00:57:57 linux52 pppd[638]: Connect script failed

/var/log/ppp/ppp.info:
May 7 00:57:50 linux52 chat[642]: timeout set to 5 seconds
May 7 00:57:50 linux52 chat[642]: send (ATZ^M)
May 7 00:57:50 linux52 chat[642]: expect (OK)
May 7 00:57:50 linux52 chat[642]: ATZ^M^M
May 7 00:57:50 linux52 chat[642]: OK
May 7 00:57:50 linux52 chat[642]: -- got it
May 7 00:57:50 linux52 chat[642]: send (ATDT194040^M)
May 7 00:57:50 linux52 chat[642]: abort on (NO CARRIER)
May 7 00:57:50 linux52 chat[642]: abort on (BUSY)
May 7 00:57:50 linux52 chat[642]: abort on (NO DIALTONE)
May 7 00:57:50 linux52 chat[642]: abort on (WAITING)
May 7 00:57:50 linux52 chat[642]: timeout set to 45 seconds
May 7 00:57:50 linux52 chat[642]: expect (CONNECT)
May 7 00:57:50 linux52 chat[642]: ^M
May 7 00:57:52 linux52 chat[642]: ATDT194040^M^M
May 7 00:57:52 linux52 chat[642]: CONNECT
May 7 00:57:52 linux52 chat[642]: -- got it
May 7 00:57:52 linux52 chat[642]: send (^M)
May 7 00:57:52 linux52 chat[642]: timeout set to 5 seconds
May 7 00:57:52 linux52 chat[642]: expect (name : )
May 7 00:57:52 linux52 chat[642]: 64000/ISDN/X75^M
May 7 00:57:53 linux52 chat[642]: ^M
May 7 00:57:53 linux52 chat[642]: Welcome to 3Com Total Control HiPer ARC (TM)^M
May 7 00:57:53 linux52 chat[642]: Networks That Go The Distance (TM)^M
May 7 00:57:53 linux52 chat[642]: ^M
May 7 00:57:57 linux52 chat[642]: alarm
May 7 00:57:57 linux52 chat[642]: Failed
May 7 00:57:58 linux52 pppd[638]: Exit.

/var/log/ppp/ppp.notice:
May 7 00:57:49 linux52 pppd[638]: pppd 2.3.5 started by root, uid 0

/var/log/ppp/ppp.warning:
May 7 00:57:49 linux52 pppd[638]: speed 64000 not supported

Mir fallen da zwei mögliche Fehler auf:
1. Speed 64000 not supported. Das stimmt aber, denn es ist ja Isdn. Oder was genau sollte ich statt 64000 einstellen ?
2. Offensichtlich wartet der Dial-In auf so etwas ähnliches wie "name:". Aber was genau geb ich ihm dann, wenn "name:" nicht stimmt ?

Hab diese Einstellungen aufgrund der Beschreibungen unter /usr/doc/HOWTO/ISP-Hookup-HOWTO.html gemacht.

Wer kann mir einen Hinweis geben oder hat die Sache schon einmal erfolgreich hinter sich gebracht ?


[Diese Nachricht wurde von The_Lord_of_Midnight am 07. Mai 2000 editiert.]
The_Lord_of_Midnight ist offline   Mit Zitat antworten