View previous topic :: View next topic |
Author |
Message |
Yogi-CH Guru
Joined: 19 Apr 2004 Posts: 372 Location: Somewhere in Texas, last I remember...
|
Posted: Fri Sep 24, 2004 6:07 pm Post subject: wvdial dials won't negotiate |
|
|
I have tried wvdial and can connect but the negotiation fails and bails out. I am using an external ISDN modem and have set the proper dev, obviously, as well as trying some parameters at different values as noted in the wvdial.conf taken from my other distro since I cannot get an auto-generated file (no detected modem):
Code: |
[Dialer Defaults]
Modem = /dev/usb/tts/0
Baud = 115200
Init1 = ATZ [tried AT &F, setting to factory defaults]
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 [tried eliminating]
Init3 =
Area Code =
Phone = 969xxxx
Username =<username>
Password =<pw>
Ask Password = 0
Dial Command = ATDT
Stupid Mode = 1 [tried 0, as well]
Compuserve = 0
Force Address =
Idle Seconds =0
DialMessage1 =
DialMessage2 =
ISDN = 1 [tried 0]
Auto DNS = 1 [tried 0]
|
I think I'm close but could use a little help since wvdial also will not generate the wvdial.conf file. as I noted.
Thanks! _________________ ...Yogi |
|
Back to top |
|
|
stickboy2642 Tux's lil' helper
Joined: 21 Jan 2004 Posts: 129 Location: MT, USA
|
Posted: Fri Sep 24, 2004 9:37 pm Post subject: |
|
|
Just curious, have you tried AT for the command to initialize the modem? I had a modem that would die with ATZ for some reason. Think it depends on the manufacture what commands will work. What I ended up doing is hooking the modem I had to a Windows box and turning logging on when I connected. The init strings were written to the log and I was able to copy them from there.
Make sure that you have values in your /etc/ppp/pap-secrets file. Some ISPs require values to be stored in this file before authenticating a user. This caused me many problems.
If neither of these work, can you post the output from wvdial and possibly your log files? This may give more information about what is happening. _________________ <?PHP
if ($desireToSolveProblem > 0){
solve($problem);
}else{
drink($beer);
} ?> |
|
Back to top |
|
|
Yogi-CH Guru
Joined: 19 Apr 2004 Posts: 372 Location: Somewhere in Texas, last I remember...
|
Posted: Sat Sep 25, 2004 1:15 pm Post subject: |
|
|
[SOLVED]
The pap-secrets file was apparently the key. Got the wvdial working.
Thanks for the suggestions! _________________ ...Yogi |
|
Back to top |
|
|
|