From owner-freebsd-questions Tue Jan 12 18:04:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08817 for freebsd-questions-outgoing; Tue, 12 Jan 1999 18:02:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08766 for ; Tue, 12 Jan 1999 18:02:47 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (brian@keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id CAA08940; Wed, 13 Jan 1999 02:02:03 GMT (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.1/8.9.1) with ESMTP id BAA20594; Wed, 13 Jan 1999 01:26:55 GMT (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199901130126.BAA20594@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: larry_nilsen cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: ppp "Not" In-reply-to: Your message of "Wed, 30 Dec 1998 14:57:06 PST." <368AAFC2.7ABE6254@eee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 13 Jan 1999 01:26:55 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [.....] > When I Start ppp This is What I See > pppON Circle> term > Working in interactive mode > Entering terminal mode > Type ~? for help > [] <----- I get no response from ~? or AT nothing happens > so ive tried +++(enter) ATE1(enter) simultaneously and still no OK! > response I just cant get my Modem to echo back to me.Could it be that > I have a mis-configured modem and if so how do i configure it.And > also ive been told i might have some setup problems with my modem > if it looks like it from the info- ive put here .How can i remedy this? What does ``dmesg | fgrep sio'' show up ? On my gateway machine, I get: $ dmesg | fgrep sio sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2 at 0x3e8-0x3ef irq 5 on isa sio2: type 16550A sio3 at 0x2e8-0x2ef irq 9 on isa sio3: type 16550A This tells me that I have four com ports - /dev/cuaa0 ... /dev/cuaa3. Does your kernel recognise your com ports ? If only the first (sio0) is probed successfully, you'll need to ``set device /dev/cuaa0'' in your ppp.conf file. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message