Subject: crtscts on /dev/tty00
To: MacBSD <port-mac68k@NetBSD.ORG>
From: Harry <Harry.Weppner@gmx.net>
List: port-mac68k
Date: 12/03/1997 20:38:21
Hi there!

Shouldnt the command

weppner@little# stty -a -f /dev/tty00 crtscts
ispeed 0 baud; ospeed 57600 baud; 0 rows; 0 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
        -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
        -extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
        brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl oxtabs
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
                                                        ^^^^^^^^
        -cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
        eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
        min = 1; quit = ^\; reprint = ^R; start = ^Q; status = <undef>;
        stop = ^S; susp = ^Z; time = 0; werase = ^W;

enable crtscts on the selected port!? Am I doing something wrong!?
I have been investigating why my ppp link would report errors such as:

zstty0: 6 silo overflows, 0 ibuf floods
ppp0: bad fcs 1585
ppp0: VJ uncompress failed on type comp
ppp0: VJ uncompress failed on type comp
ppp0: bad fcs 4d35
ppp0: bad fcs be1
ppp0: VJ uncompress failed on type comp
ppp0: VJ uncompress failed on type comp
ppp0: VJ uncompress failed on type comp
zstty0: 3 silo overflows, 0 ibuf floods
ppp0: bad fcs ee29
ppp0: bad fcs e995
ppp0: bad fcs a362
ppp0: bad fcs efdd
ppp0: packet too big
zstty0: 5 silo overflows, 0 ibuf floods


My etc/ppp/options file looks like this:

/dev/tty00 57600
crtscts
kdebug 1
noipdefault
nopcomp
novj
nobsdcomp 
noccp
nodeflate
noipx
novjccomp
defaultroute
holdoff 10
idle 360
lock
lcp-echo-interval 30
lcp-echo-failure 10
name pweppn01
connect "chat -f /etc/ppp/ppp-dial"

As you can see, I tried to disable most of the options that could be
buggy as the man page said.

Any help is really appreciated :-)

Cheerio, Harry.