From owner-freebsd-questions@FreeBSD.ORG Mon Apr 17 07:27:54 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 BFD2A16A402 for ; Mon, 17 Apr 2006 07:27:54 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 293A843D46 for ; Mon, 17 Apr 2006 07:27:53 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from [192.168.1.71] ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k3H7RqdP030579; Mon, 17 Apr 2006 10:27:52 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 17 Apr 2006 10:26:16 +0300 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604171026.16512.nvass@teledomenet.gr> Cc: FreeBSD MailingLists 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 07:27:54 -0000 On Monday 17 April 2006 07:22, FreeBSD MailingLists wrote: > I have attached a modem to my freebsd box and trying to setup a simple > dial-in terminal service. > I have tried to follow the instructions in the freebsd handbook. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dialup.html > > I am able to get a terminal working on the serial port (tested with a null > modem cable) > but when I get to the modem setting section. I get confused. > > The server is located in China so I purchased a Taiwan maker TP-Link's > modem the model number is TP-Link EC5658V V92 External (MD5660) Modem. > At least that's what the Window's driver recognizes it as. > I have attached the WindowsXP inf file that seems to have the control > commands listed. > > Can anyone help me with setting up my modem? > 1) How do I know if my modem stores parameters in non-volatile RAM? > 2) How do I setup my modem to receive incoming calls? How do I set what > ring the modem picks up on? > 3) How do I mute the modem speakers so that I don't have to hear the > annoying > 4) If the modem parameters are kept in volatile RAM, how do I get my > computer to reinitialize the settings on bootup? easily ;) I guess your questions can be aggregated to the following: How do I use my modem? check this page out: http://en.wikipedia.org/wiki/Hayes_command_set Check the manual that comes with the modem, it should be close to Hayes_command_set(the "driver" you sent does the job too). HTH, Nikos > > TIA, > Tomoki Taniguchi