Hallo Leute,
meine Option Globetrotter PCMCIA-Karte wird einwandfrei erkannt und ich kann über minicom auch mit ihr kommunizieren. Beim Einwählen über wvdial kommt allerdings folgender Schmu bei raus:
--> WvDial: Internet dialer version 1.56 --> Initializing modem. --> Sending: ATZ ATZ OK --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 ATQ0 V1 E1 S0=0 &C1 &D2 OK --> Sending: AT+CGDCONT=1,"IP","surfo2" AT+CGDCONT=1,"IP","surfo2" OK --> Modem initialized. --> Sending: ATD*99# --> Waiting for carrier. ATD*99# CONNECT ~[7f]}#@!}!}!} }<}!}$}&@}#}$@#}%}&_8^G}"}&} } } } }'}"}(}"e9~~~ --> Carrier detected. Waiting for prompt. ~[7f]}#@!}!}"} }<}!}$}&@}#}$@#}%}&_8^G}"}&} } } } }'}"}(}"=O~ --> PPP negotiation detected. --> Starting pppd at Thu Feb 22 20:00:02 2007 --> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied --> --> PAP (Password Authentication Protocol) may be flaky. --> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied --> --> CHAP (Challenge Handshake) may be flaky. --> Pid of pppd: 7251 --> Using interface ppp0 --> pppd: �[08][06][08][18][0c][06][08]@ [06][08] --> pppd: �[08][06][08][18][0c][06][08]@ [06][08] --> pppd: �[08][06][08][18][0c][06][08]@ [06][08] --> pppd: �[08][06][08][18][0c][06][08]@ [06][08] --> pppd: �[08][06][08][18][0c][06][08]@ [06][08] --> pppd: �[08][06][08][18][0c][06][08]@ [06][08] --> pppd: �[08][06][08][18][0c][06][08]@ [06][08] --> Disconnecting at Thu Feb 22 20:00:06 2007 --> The PPP daemon has died: A modem hung up the phone (exit code = 16) --> man pppd explains pppd error codes in more detail. --> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information. --> Auto Reconnect will be attempted in 5 seconds --> Initializing modem. --> Sending: ATZ
Meine wvdial.conf sieht so aus:
[Dialer Defaults] Modem = /dev/ttyS3 Baud = 115200 Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 Init3 = AT+CGDCONT=1,"IP","surfo2" Phone = *99# Username = none Password = nopasswd Dial Command = ATD ISDN = 0
und meine /etc/ppp/peers/wvdial so:
plugin passwordfd.so noauth name wvdial defaultroute replacedefaultroute noipdefault usepeerdns novj
Was läuft hier falsch? Sieht so aus, dass nach Verbindungsaufbau nur Müll rübergeschoben wird ... aber wieso und warum, und was muss ich ändern?
Danke!