From owner-freebsd-questions Sat Feb 5 7:55:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from superman.imag.net (superman.imag.net [207.200.148.6]) by builder.freebsd.org (Postfix) with ESMTP id 9001D4522 for ; Sat, 5 Feb 2000 07:55:38 -0800 (PST) Received: from mymachine.imag.net (lon-p28.wwdc.com [207.200.138.29]) by superman.imag.net (8.9.3/8.9.3) with SMTP id HAA26898; Sat, 5 Feb 2000 07:56:01 -0800 (PST) From: Mark Hendriks Reply-To: markh@lon.imag.net To: freebsd-questions@FreeBSD.ORG Subject: Re: modem volume control Date: Sat, 5 Feb 2000 10:37:10 -0500 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: Cc: jnorris@mail.coin.missouri.edu MIME-Version: 1.0 Message-Id: <00020510514700.00270@mymachine.imag.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 04 Feb 2000, Jeremy Norris wrote: > im using userland ppp in 3.4-stable for a dialup connection and was > wondering how i would configure the ppp.conf script to to turn down the > volume on an internal isa modem (specically a 3com usr 56k faxmodem). I use kppp for dialing in, so I haven't actually tried what I am about to tell you. I am however, fairly certain that what I am about to tell you will not cause your processor to burst into flames. Here are the standard AT commands for the speaker on a hardware modem: L0 - low speaker volume L1 - low speaker volume L2 - medium speaker volume L3 - high speaker volume M0 - speaker always on M1 - speaker on until carrier detected M2 - speaker always on M3 - speaker off during dialing, on until carrier detected Look in /etc/ppp/ for a text file containing AT commands; if you see a file called chat-script in this directory, that's where I'd try first. If you see a line like ATDT1234567, you'll want to put ATL2M1 (assuming this is what you want your modem speaker to do,) ahead of the other line. Mark Hendriks markh@lon.imag.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message