From owner-freebsd-questions@FreeBSD.ORG Mon Apr 17 10:53:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CD5FF16A402 for ; Mon, 17 Apr 2006 10:53:14 +0000 (UTC) (envelope-from maris@eiranet.lv) Received: from smtp2.apollo.lv (smtp2.apollo.lv [80.232.168.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2105D43D53 for ; Mon, 17 Apr 2006 10:53:13 +0000 (GMT) (envelope-from maris@eiranet.lv) X-Virusscan: Clamd Received: by smtp2.apollo.lv (CommuniGate Pro PIPE 4.3.9) with PIPE id 4367826; Mon, 17 Apr 2006 13:53:12 +0300 X-TFF-CGPSA-Version: 1.5b2a X-TFF-CGPSA-Filter: Scanned Received: from [80.232.248.147] (HELO meistars.jaunpils.net) by smtp2.apollo.lv (CommuniGate Pro SMTP 4.3.9) with SMTP id 4367822 for freebsd-questions@freebsd.org; Mon, 17 Apr 2006 13:53:09 +0300 Date: Mon, 17 Apr 2006 13:53:05 +0300 From: "M.Stegenburgs" To: freebsd-questions@freebsd.org Message-Id: <20060417135305.4514a648.maris@eiranet.lv> In-Reply-To: References: Organization: EIRA X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on smtp2.apollo.lv X-Spam-Level: X-Spam-Status: No, score=-5.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.4 Subject: Re: DIAL-IN TERMINAL SERVICE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 10:53:14 -0000 On Mon, 17 Apr 2006 13:22:18 +0900 "FreeBSD MailingLists" wrote: > Can anyone help me with setting up my modem? Connect modem to PC and use some serial terminal software. Make connection to modem via appropriate COM port. Then type something like AT&F and hit Enter. If you see answer "OK", then you are on the right way. Now you can start to experiment with AT commands. > 1) How do I know if my modem stores parameters in non-volatile RAM? Easy. Make some changes to settings, turn modem off, on and see if your changes are still there :-) > 2) How do I setup my modem to receive incoming calls? How do I set what ring > the modem picks up on? First simple thing: call your modem line from other regular or mobile phone to see if it picks up and when. ATA - in most cases sets modem to autoanswer. Then see S-registers. ATS0=5 for example sets number of rings before answer to 5. After off/on with ATS0? check if 5 is still there. If not, then try first to save settings like: AT&W0 > 3) How do I mute the modem speakers so that I don't have to hear the > annoying ATM0 > 4) If the modem parameters are kept in volatile RAM, how do I get my > computer to reinitialize the settings on bootup? Modems are different. Sometimes it is ok just to give above mentioned commands and modem remembers them. Sometimes usage of modem profiles F0, F1 is ok. (AT&W0; AT&W1 to write them, AT&F0; AT&F1 recall them). It is also possible to pass all settings to modem in one init string, like: ATAS0=5M0 > TIA, > Tomoki Taniguchi Hope this helps a bit. Best regards, Maris Stegenburgs