From owner-freebsd-questions Fri May 29 15:55:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23891 for freebsd-questions-outgoing; Fri, 29 May 1998 15:55:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horse.supranet.net (bossenbr@horse.supranet.net [205.164.160.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23807 for ; Fri, 29 May 1998 15:54:37 -0700 (PDT) (envelope-from bossenbr@horse.supranet.net) Received: from localhost (bossenbr@localhost) by horse.supranet.net (8.8.7/8.8.7) with SMTP id RAA19069 for ; Fri, 29 May 1998 17:54:26 -0500 (CDT) Date: Fri, 29 May 1998 17:54:25 -0500 (CDT) From: Brandon Bossenbroek To: questions@FreeBSD.ORG Subject: Dial-up Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an acer note light laptop and I'm trying to dial up my ISP through freebsd. I have given up using my internal modem, as I cannot get the kernel to recognize com2-4. Anyway, I have an external modem that I had lying around hooked up to com1. When I type "dial supranet(ISP)" the "TR" light goes on on the modem and then it says "dial failed". So, it seems to be opening the modem and then timing out. Here is the contents of my ppp.conf file: default: set device /dev/cuaa0 set speed 115200 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\s CARRIER TIMEOUT 5 \"\" \ ATE1Q0 OK-ATZ-OK \\aATDT\\T TIMEOUT 40 CONNECT" supranet: set phone: ******* set openmode active disable pred1 deny pred1 accept pap deny chap set authname username set authkey password My modem is a Eagle V.32 Data/Fax by Digicom Systems Inc. Also, when I type "term" it doesn't respond to "at" commands or echo them. I have tried different paritys with the same result. If I type "set log +chat" where can I view the log file to see what's going on? Sorry, I'm fairly new to freebsd. Any help would be very much appreciated. -Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message