Re: silencing modem

2000-02-25 Thread John Hasler
Marko Cehaja writes: > But I suppose, that pppconfig program would accept something like ^M sign > and so to make it possible to accepte configuration for modem like > ATZ^MATM0L0 when you configure the pon connection with pppconfig. It's not quite that simple. The modem will send 'OK' in respons

Re: silencing modem

2000-02-18 Thread Pollywog
On 17-Feb-2000 Marko Cehaja wrote: > After I have set up the internet connection, I changed the file > /etc/chatscripts/provider (or whatever there is) > > from > ABORT BUSY > ABORT "NO CARRIER" > ABORT VOICE > ABORT "NO DIALTONE" > ABORT "NO ANSWER" > "" ATZ < This line to -->""

Re: silencing modem

2000-02-18 Thread Marko Cehaja
After I have set up the internet connection, I changed the file /etc/chatscripts/provider (or whatever there is) from ABORT BUSY ABORT "NO CARRIER" ABORT VOICE ABORT "NO DIALTONE" ABORT "NO ANSWER" "" ATZ < This line to -->"" ATM0LO OK ATDT010110191501 CONNECT \d\c But that is no

Re: silencing modem

2000-02-16 Thread Nathan E Norman
On Wed, Feb 16, 2000 at 08:40:03PM +1100, Brian May wrote: : > "Brad" == Brad <[EMAIL PROTECTED]> writes: : : Brad> So, you'd change something like this: : Brad> # modeminit : Brad> '' 'ATZ' : Brad> to : Brad> # modeminit : Brad> '' 'ATZ M0' : : Perhaps I am wrong, bu

Re: silencing modem

2000-02-16 Thread John Pearson
On Wed, Feb 16, 2000 at 08:40:03PM +1100, Brian May wrote > > "Brad" == Brad <[EMAIL PROTECTED]> writes: > > Brad> So, you'd change something like this: > Brad> # modeminit > Brad> '' 'ATZ' > Brad> to > Brad> # modeminit > Brad> '' 'ATZ M0' > > Perhaps I am wrong, but

Re: silencing modem

2000-02-16 Thread Brian May
> "Brad" == Brad <[EMAIL PROTECTED]> writes: Brad> So, you'd change something like this: Brad> # modeminit Brad> '' 'ATZ' Brad> to Brad> # modeminit Brad> '' 'ATZ M0' Perhaps I am wrong, but I always thought that anything after the Z in ATZ (reset modem) was ignored..

Re: silencing modem

2000-02-16 Thread spongy
Yeah, it's M0, i use it here due to the crappy provider i have dumping me off at 3am sometimes, nothing like a nice modem squeal reverberating thru the house to wake you up. Peter Good. On Tue, 15 Feb 2000, Eric G . Miller wrote: > On Wed, Feb 16, 2000 at 02:10:54AM +0200, Micha Feigin wrote: >

Re: silencing modem

2000-02-16 Thread John Pearson
On Wed, Feb 16, 2000 at 02:10:54AM +0200, Micha Feigin wrote > How do i turn the volume of my modem off when using pon ? (ppp) > kppp manages to silence the modem > To mute it as a default, for most modems: - Run minicom; - Set speaker volume to 0 by typing ATM0 - Wait for "OK" - Sav

RE: silencing modem

2000-02-16 Thread Pollywog
On 16-Feb-2000 Micha Feigin wrote: > How do i turn the volume of my modem off when using pon ? (ppp) > kppp manages to silence the modem Put M0 in your modem init string. I use diald and mine is in /etc/diald/connect -- Andrew

Re: silencing modem

2000-02-16 Thread Ethan Benson
On Wed, Feb 16, 2000 at 02:10:54AM +0200, Micha Feigin wrote: > How do i turn the volume of my modem off when using pon ? (ppp) > kppp manages to silence the modem probably the best way is to add a L0 to your initstring, for some modems at least that sets volume level to 0 ie nothing.. I would ass

Re: silencing modem

2000-02-16 Thread aphro
On Wed, 16 Feb 2000, Micha Feigin wrote: michf >How do i turn the volume of my modem off when using pon ? (ppp) michf >kppp manages to silence the modem suggest you do something like: launch minicom configure it to talk to your modem hit ATZ (you should see it reply 'OK') then hit ATM=0 (it sohu

Re: silencing modem

2000-02-16 Thread Eric G . Miller
On Wed, Feb 16, 2000 at 02:10:54AM +0200, Micha Feigin wrote: > How do i turn the volume of my modem off when using pon ? (ppp) > kppp manages to silence the modem Adding to /etc/chatscript/: OK ATM0 below the line: '' ATZ may do it. That's a zero, not the letter 'O'. I'm not sure if that's th

Re: silencing modem

2000-02-16 Thread Brad
On Wed, Feb 16, 2000 at 02:10:54AM +0200, Micha Feigin wrote: > How do i turn the volume of my modem off when using pon ? (ppp) > kppp manages to silence the modem You have to change the init string sent to the modem (it's stored in /etc/chatscripts/provider, or whatever name you use with pon) to