From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mirco Ellis" Subject: Diald not dialing out Date: Tue, 8 Jul 2003 13:05:04 +0200 Sender: linux-diald-owner@vger.kernel.org Message-ID: <00c801c34540$cb085410$3697a8c0@MIRCO> Reply-To: "Mirco Ellis" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-diald@vger.kernel.org Guys I don't know what to do anymore! Diald is running with the slip connection set as default but there is no way I can get it to dial out. The reason for this is, I think, is because, for the life of me, I can not get the chat script to communicate with the modem.Here is what my chat script looks like: ABORT ERROR ABORT BUSY ABORT "NO CARRIER" ABORT "NO DIALTONE" REPORT CONNECT "" "AT" "OK" "AT&F" "OK" "ATS0=1" "OK" "AT&W" "OK" "ATD0219153600" TIMEOUT 60 CONNECT When I run this /usr/sbin/chat -f /etc/ppp/chat-script it gets to AT and then just hangs . After a while it drops me back to the shell. Manually I can dial out with minicom and bring up ppp. Any ideas. Regards Mirco