Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jul 1999 13:24:17 -0700
From:      Gary Kline <kline@tera.com>
To:        rlh217 <rlh217@gte.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: tip
Message-ID:  <19990708132417.A3652@athena.tera.com>
In-Reply-To: <000901bec96f$dae13e20$5955fed0@206.124.64.253>; from rlh217 on Thu, Jul 08, 1999 at 01:29:39PM -0500
References:  <000901bec96f$dae13e20$5955fed0@206.124.64.253>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <device> <cr> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990708132417.A3652>