From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 07:24:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 433FF16A4CE for ; Fri, 12 Mar 2004 07:24:02 -0800 (PST) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id F199743D48 for ; Fri, 12 Mar 2004 07:24:01 -0800 (PST) (envelope-from mark@ukug.uk.freebsd.org) Received: from ukug.uk.freebsd.org (parish.gotadsl.co.uk [62.3.235.43]) by smtp.nildram.co.uk (Postfix) with ESMTP id 8C1B72A1006 for ; Fri, 12 Mar 2004 15:21:31 +0000 (GMT) Message-ID: <4051D589.8070504@ukug.uk.freebsd.org> Date: Fri, 12 Mar 2004 15:21:45 +0000 From: Mark Ovens User-Agent: Mozilla Thunderbird 7.0 (Windows/20040303) X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <000501c40798$e07d0690$49c0a4d9@winstation> In-Reply-To: <000501c40798$e07d0690$49c0a4d9@winstation> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: How can I know if modem is detected? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 15:24:02 -0000 Mazen S. Alzogbi wrote: > Hi, > > I just purchased a serial Dlink modem and I would like to know if my > FreeBSD 4.9 is detecting it. How can I be sure? Thanks ... > Assuming you've got the psuedo-device tun compiled into your kernel (it's in GENERIC by default) you can use ppp(8): $ ppp ppp ON > set device /dev/cuaa0 [0 == com1, 1 == com2] ppp ON > term AT <-- you type this OK <-- modem, if found, responds See the MANUAL DIALLING section in ppp(8) for more info. HTH Regards, Mark > Cheers, > > Mazen S. Alzogbi > www.MazenAlzogbi.com > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > . >