From owner-freebsd-questions Thu Jul 8 13:24:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 1AE771551E for ; Thu, 8 Jul 1999 13:24:27 -0700 (PDT) (envelope-from kline@tera.com) Received: from athena.tera.com (athena.tera.com [207.224.230.169]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id NAA03421; Thu, 8 Jul 1999 13:24:19 -0700 (PDT) Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id NAA03735; Thu, 8 Jul 1999 13:24:18 -0700 (PDT) Date: Thu, 8 Jul 1999 13:24:17 -0700 From: Gary Kline To: rlh217 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tip Message-ID: <19990708132417.A3652@athena.tera.com> References: <000901bec96f$dae13e20$5955fed0@206.124.64.253> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95us In-Reply-To: <000901bec96f$dae13e20$5955fed0@206.124.64.253>; from rlh217 on Thu, Jul 08, 1999 at 01:29:39PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 08, 1999 at 01:29:39PM -0500, rlh217 wrote: > when I run tip cuaa0 it says connected, but then you can't do anything. > What's the problem. > Does your kernel recognize that your modem is there? Is your modem really on `COM1'? Or is is on `COM2'? /dev/cuaa0 and /dev/cuaa1, respectively? Have you initialized your modem? As root and using cu try: cu -l /dev/cuaa0 and when you see that "Connected" string, cut and paste the following into the screen: ATE1 Q0 V1 X1 M1 L2 AT&W Then try typing something like ATDT5555555 and listen. If nothing happens ((you should hear the modem dialing 5555555)) on either /dev/cuaa0 or /dev/cuaa1, check your handware connections. If everything looks good you need to return the modem. Probably a lemon. Summary: Make sure FBSD sees your modem Be certain of its serial port and check your hw connections Initialize it with cu -l AT-string. Listen. If nothing: likely a bad modem. gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message