Dialup modem too loud - where do "AT" commands go?

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
don
Posts: 58
Joined: Tue 06 Sep 2005, 22:30
Location: Virginia, USA

Dialup modem too loud - where do "AT" commands go?

#1 Post by don »

I have Puppy up and running from a multisession CD, and am having a lot of fun with it, but the loudness of the modem speaker must be set on maximum because it's shrieking gives me a headache every time I dial up my internet connection.

How do I access the modem to set the loudness to minimum or off?

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

You'll have to readup on modem initialisation strings.

The chatscript can be found in /etc/ppp/chatscripts
and in there you will find a file with a line that has

"" "ATZ"

...or something like that.
There's a hayes command for setting volume that you can
add to it. Anyone know?

Guest

#3 Post by Guest »

After the AT add an M to silence the modem

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

Modem commands

#4 Post by Flash »

The Modems.com home page for Extended AT Command Sets is here

Here and here are some Microsoft Knowledge Base articles on using AT Modem Commands. :twisted:

According to this page:

L0 - Mute

L1 - Low volume

L2 - Medium volume

L3 - High volume

I found these by Googling modem commands.
:)

Guest

#5 Post by Guest »

Thanks.

I understand about initialization strings. I just didn't know where to put them.

User avatar
sling-shot
Posts: 109
Joined: Fri 19 Aug 2005, 07:01
Location: India

#6 Post by sling-shot »

Code: Select all

ABORT ERROR
ABORT BUSY
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
REPORT CONNECT
"" "ATZ"
OK "ATM0"
OK "ATD0198333424"
TIMEOUT 60
CONNECT "\c"
This is my chat script. But the modem shrieks as loudly as ever. What have i done wrong here?
I am a nobody. Nobody is perfect. So I am perfect.
STATUS:Trying to begin life in Linux World.

outcydr
Posts: 21
Joined: Mon 06 Mar 2006, 01:50
Location: Texas
Contact:

#7 Post by outcydr »

dragging up an old thread
don't know if this has been answered somewhere else or if it might help someone (and keep in mind i'm pretty green at using linux - in case it doesn't work, but it works for me)
in this line

Code: Select all

"" "ATZ" 
replace the Z with S11=50
this will speed dial
check it
then add M to make it

Code: Select all

"" "ATMS11=50" 
and it should be silent

Sage
Posts: 5536
Joined: Tue 04 Oct 2005, 08:34
Location: GB

#8 Post by Sage »

If you use wvdial, you can edit the initialisation string on the line (of the dialler, itself). Most everyone has problems with gkdial and I don't know anyone who uses xeznet.

Post Reply