View previous topic :: View next topic |
Author |
Message |
d99ma Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 21 Jul 2003 Posts: 148 Location: Lund, Sweden
|
Posted: Mon Jul 21, 2003 4:32 pm Post subject: WvDial & PPPD |
|
|
Hi
I've just recently installed Gentoo on my parents computer and the last step before returning it to them is getting their dialup connection to work. I emerged WvDial and ran the configuration.
But when I run wvdial it won't connect.
I get the following output:
--> WvDial: Internet dialer version 1.53
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Idle Seconds = 180, disabling automatic reconnect.
--> Sending: ATDT472444
--> Waiting for carrier.
ATDT472444
CONNECT 115200
~[7f]}#@!}!!} }8}!}$}&@}%}&}*Q[15][0e]}"}&} } } } }#}$@#.}9~
--> Carrier detected. Waiting for prompt.
~[7f]}#@!}!"} }8}!}$}&@}%}&}*Q[15][0e]}"}&} } } } }#}$@#d[0b]~
--> PPP negotiation detected.
--> Starting pppd at Mon Jul 21 18:30:24 2003
--> pid of pppd: 1441
--> Disconnecting at Mon Jul 21 18:30:30 2003
--> The PPP daemon has died: PPP negotiation failed (exit code = 10)
--> man pppd explains pppd error codes in more detail.
--> I guess that's it for now, exiting
--> The PPP daemon has died. (exit code = 10)
The log shows the following:
Jul 21 18:30:24 [pppd] pppd 2.4.1 started by root, uid 0
Jul 21 18:30:24 [pppd] Using interface ppp0
Jul 21 18:30:24 [pppd] Connect: ppp0 <--> /dev/tts/0
Jul 21 18:30:27 [pppd] LCP terminated by peer
Jul 21 18:30:30 [pppd] Connection terminated.
Jul 21 18:30:30 [pppd] Exit.
Thankful for help.
/Martin
My wvdial.conf:
[Dialer Defaults]
Baud = 115200
ISDN = false
Idle Seconds = 180
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem = /dev/ttyS0
Modem Type = Analog Modem
Password = mypassword
Phone = myphonenumber
Username = myusername |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
infirit l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/507e7d603e2b2a9eb2935.gif)
Joined: 11 Jan 2003 Posts: 778 Location: Hoofddorp / The Netherlands
|
Posted: Mon Jul 21, 2003 11:04 pm Post subject: |
|
|
i always used wvdial as a dialer only use the following in whatever script:
Code: |
pppd connect "wvdial --chat" noauth user myusernamer
|
Do not forget to update your pap-secret or chap-secret file _________________ EASY TO INSTALL = Difficult to install, but instruction manual has pictures.
Join the adopt an unanswered post initiative today |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kirk n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Sep 2002 Posts: 9
|
Posted: Tue Jul 22, 2003 12:47 am Post subject: |
|
|
add this en you wvdial.conf
Stupid Mode = 1 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|