| Author |
Message |
don

Joined: 06 Sep 2005 Posts: 47 Location: Virginia, USA
|
Posted: Mon 26 Sep 2005, 18:24 Post subject:
Dialup modem too loud - where do "AT" commands go? |
|
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?
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Mon 26 Sep 2005, 20:13 Post subject:
|
|
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?
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Mon 26 Sep 2005, 22:16 Post subject:
|
|
After the AT add an M to silence the modem
|
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 9850 Location: Arizona USA
|
Posted: Mon 26 Sep 2005, 23:33 Post subject:
Modem commands |
|
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.
According to this page:
L0 - Mute
L1 - Low volume
L2 - Medium volume
L3 - High volume
I found these by Googling modem commands.
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Tue 27 Sep 2005, 13:27 Post subject:
|
|
Thanks.
I understand about initialization strings. I just didn't know where to put them.
|
|
Back to top
|
|
 |
sling-shot

Joined: 19 Aug 2005 Posts: 109 Location: India
|
Posted: Mon 31 Oct 2005, 16:56 Post subject:
|
|
| Code: |
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.
|
|
Back to top
|
|
 |
outcydr
Joined: 05 Mar 2006 Posts: 21 Location: Texas
|
Posted: Sun 26 Mar 2006, 02:48 Post subject:
|
|
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
replace the Z with S11=50
this will speed dial
check it
then add M to make it
and it should be silent
|
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 4623 Location: GB
|
Posted: Sun 26 Mar 2006, 04:51 Post subject:
|
|
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.
|
|
Back to top
|
|
 |
|