On Sun, 6 Jun 1999, Eric Redsand wrote:
I have no problem with MINICOM. Instead, MINICOM solves (temporaly) my modem problem. My modem trouble is the following : When connecting to my ISP, speed modem is always 9600. If I run MINICOM, the next connexion is made with 33600 speed !! (I just run MINICOM and I quit. I don't key in any AT command). I don't understand default settings which are made by MINICOM, which allows me to have 33600 speed. I put "setserial /dev/modem spd_vhi" to set baud rate to 115 kbs in my connexion script -> no effect.
If you use a connect script as I do, set the speed in the pppd call options as I do in mine: /usr/sbin/pppd lock /dev/$DEVICE name $USER \ remotename $PROVIDER \ modem crtscts 115200 noipdefault \ ----------------^^^^^^ or alternately, if your script runs off an /etc/ppp/options file, place a separate '33600' line in it. Dwight -- Dwight Johnson All the Latest dwj@linuxtoday.com Linux News 360-681-6961 ------------------->><A HREF="http://linuxtoday.com"><A HREF="http://linuxtoday.com</A">http://linuxtoday.com</A</A>> -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>