View Single Post

  #6 (permalink)  
Old 02-10-2004
Bill Unruh
 
Posts: n/a
Default Re: wvdial won't dial, Kermit dials, Please help

Phisherman <nobody@noone.com> writes:

]I can't get wvdial (using Fedora Core 1, command prompt only) to dial
]the external USR 5686D modem connected to COM1.

][root@Blue root]# setserial -ag /dev/ttyS0
]/dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
] Baud_base: 115200, close_delay: 50, divisor: 0
] closing_wait: 3000
] Flags: spd_normal skip_test

]Kermit works fine, as follows:

]set line /dev/ttyS0
]set carrier-watch off
]set speed 115200
]c
]-----
]ATE1Q0V1
]OK
]ATDT8241103
]CONNECT 50666/

]I attempt to use wvdial and the external modem lights flash, but no
]dial tone nor dialing is heard. What am I missing??

][root@Blue root]# wvdial
]--> WvDial: Internet dialer version 1.53
]--> Initializing modem.
]--> Sending: ATZ

Tell it not to send ATZ That abortion is a trap just waiting for
problems. It simply sets the modem to whatever state it was in when
somenone stored teh state (or some rogue program stored the state)
Use AT&F or AT&F1 on Sportster modems.


]--> Sending: ATQ0
]--> Re-Sending: ATZ
]--> Modem not responding.
][root@Blue root]# cat /etc/wvdial.conf

][Dialer Defaults]
]Modem = /dev/ttyS0
]Baud = 57600
]Init = ATZ
]Phone = 824-1103
]Username = xxxxxxxxx@worldnet.att.net
]Password = xxxxxxx-xxxxxxx
Reply With Quote