Click to See Complete Forum and Search --> : Turn Off Modem Speaker


Mikenell
12-01-2000, 06:01 PM
Using pppconfig, how can I turn of my modem speaker?
There doesn't seem to be an option to do it in the program!
Thanks
Mikenell

LiNuts
12-01-2000, 07:01 PM
Originally posted by Mikenell:
Using pppconfig, how can I turn of my modem speaker?
There doesn't seem to be an option to do it in the program!
Thanks
Mikenell

If your using the ppp Daemon, when the gui for connect comes up , go to setup and the modem tab, you can turn it off there.
cheers http://www.linuxnewbie.org/ubb/smile.gif
LiNuts

MADHATter7
12-01-2000, 09:17 PM
JUST figured this one out myself. If you use pon your_isp, then open your favorite editor (ae ?) and open the file /etc/chatscripts/your_isp. The file will look something like:

ABORT BUSY
ABORT "NO CARRIER"
ABORT VOICE
ABORT "NO DIALTONE"
ABORT NO ANSWER
"" ATM0L0 <-- Add this line !
"" ATZ
OK *70,5551234
connect \d\c

Just add the line written above as bold and it will work. Of course, I knew this was my modem command to be silent by checking the script window back when I used kppp.


<EDIT> However, if you just type pon to start your ppp connection, then this file will be /etc/chatscripts/provider. </EDIT>


Hope this helps....

P.S. I have a question involving connected speed status over in General Linux Questions, if you want to give it a shot.

Thanks,


MADHATter7 http://www.linuxnewbie.org/ubb/smile.gif


[This message has been edited by MADHATter7 (edited 01 December 2000).]

Mikenell
12-02-2000, 08:14 AM
Ok thanks a lot it works.
Mikenell