From owner-freebsd-questions Mon Feb 7 15: 9:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thunk.crazylogic.net (thunk.crazylogic.net [199.45.111.154]) by builder.freebsd.org (Postfix) with ESMTP id E806340A9 for ; Mon, 7 Feb 2000 15:09:39 -0800 (PST) Received: from crazylogic.net (trt-on74-68.netcom.ca [216.123.88.196]) by thunk.crazylogic.net (8.9.3/8.9.3) with ESMTP id SAA31783; Mon, 7 Feb 2000 18:00:58 -0500 (EST) (envelope-from matt@crazylogic.net) Message-ID: <389F500F.9BFCDF0@crazylogic.net> Date: Mon, 07 Feb 2000 18:06:55 -0500 From: Matt Gostick X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ishmael Cc: freebsd-questions@FreeBSD.ORG Subject: Re: modem volume control References: <20000203204739.A1374@myname.my.domain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ishmael wrote: > > im using userland ppp for a dialup connection and was wondering how i > would configure the ppp.conf script to turn down the volume on an > internal isa modem (specically a 3com USR 56K Faxmodem). > > Jeremy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message In my ppp.conf file I have: set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \ OK-AT-OK ATL1 OK \\dATDT\\T TIMEOUT 40 CONNECT" The ATL1 is the init string. The AT is always there no matter what. So if I wanted to set flags L0 and M3 I would put ATL0M3. From my trusty USR 56K voice faxmodem reference manual: Ln Controls speaker volume (internals only) L0 Low volume L1 Low volume L2 Medium volume (default) L3 High volume and... Mn Operates speakder M0 Speaker always OFF. M1 Speaker ON until CONNECT (default) M2 Speaker always ON M3 Speaker ON after dial, until CONNECT -- Matt Gostick http://www.crazylogic.net/~matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message