From owner-freebsd-questions Fri Jul 17 07:33:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11119 for freebsd-questions-outgoing; Fri, 17 Jul 1998 07:33:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lachman.com (genesis.lachman.com [192.35.52.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10957 for ; Fri, 17 Jul 1998 07:33:11 -0700 (PDT) (envelope-from satwant@lachman.com) Received: from ra.lachman.com (ra.lachman.com [192.35.52.29]) by lachman.com (8.7.1/8.7.1) with SMTP id JAA05736; Fri, 17 Jul 1998 09:31:50 -0500 (CDT) Received: from satwant.i88 (satwant.lachman.com) by ra.lachman.com (4.1/SMI-4.1) id AA22891; Fri, 17 Jul 98 09:31:48 CDT Received: from localhost by satwant.i88 (SMI-8.6/SMI-SVR4) id JAA02336; Fri, 17 Jul 1998 09:28:16 -0500 Date: Fri, 17 Jul 1998 09:28:15 -0500 (CDT) From: Satwant To: John Derk Cc: freebsd-questions Subject: Re: Configuring ppp/modem In-Reply-To: <35AEF43D.F129A4E9@infoserve.net> 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 am having similar problems with my internal modem as well. In my case not only does ppp not work, but even at boot time, my system says "sio1 not found" . Do a "dmesg | grep sio" to look for a similar message. I am sorry I am not giving a solution, just relating my experience. -Satwant. On Thu, 16 Jul 1998, John Derk wrote: > > > Hi. I'm working on configuring my pc in dualboot fashion: Windows 95 and > FreeBSD. I'm currently trying to set up my system for dialup internet > access. > > I did the best I could, referring to the Pedantic PPP Primer (the > section "Configuring the PPP Dial-Out Connection") and the user-ppp > section of the FreeBSD Handbook. > > The modem is a USR Sportster 33.6 (internal faxmodem, model 840) > assigned to com 3/irq 5. > > My /etc/ppp/ppp.conf file, included below, is based on the example in > the Pedantic Primer. > > I try to dial my isp with the following commands: > ppp > dial interactive > but with no success. The program tries to dial, fails, and retries, ten > times. Error message is this: "Warning: DialModem: dial failed." > > Any ideas how to get this thing to work? > > Thanks. > John Derk > > > > > > ############################################################### > # PPP Configuration File ('/etc/ppp/ppp.conf') > # > # Default settings; These are always executed when PPP is > # is invoked and apply to all system configurations. > ############################################################### > default: > set device /dev/cuaa2 > set speed 115200 > disable pred1 > deny pred1 > disable lqr > deny lqr > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0 > OK-AT-OK\\dATDT\\T TIMEOUT 40 CONNECT" > set redial 3 10 > # > # > ############################################################## > # > # For interactive mode use this configuration: > # > # Invoke with `ppp -alias interactive' > # > ############################################################## > interactive: > set authname johnderk > set authkey in4serve > set phone 638-8000 > set timeout 300 > set openmode active > accept chap > # > ############################################################## > # > # For demand-dial (automatic) mode, we'll use this configuration: > # > # Invoke with: `ppp -auto -alias demand' > # > ############################################################## > demand: > set authname johnderk > set authkey in4serve > set phone 638-8000 > set timeout 300 > set openmode active > accept chap > set ifaddr 127.1.1.1/0 199.175.157.2/0 255.255.255.0 > add 0 0 199.175.157.2 > ############################################################# > # End of /etc/ppp/ppp.conf > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message