From owner-freebsd-questions Mon Jul 15 16:03:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA26590 for questions-outgoing; Mon, 15 Jul 1996 16:03:52 -0700 (PDT) Received: from ns.NL.net (ns.NL.net [193.78.240.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA26579 for ; Mon, 15 Jul 1996 16:03:45 -0700 (PDT) Received: from stuyts by ns.NL.net via EUnet id AA27283 (5.65b/CWI-3.3); Tue, 16 Jul 1996 00:53:37 +0200 Received: by daneel.stuyts.nl (NX5.67f2/daneel940629) id AA15375; Tue, 16 Jul 96 00:48:05 +0200 Message-Id: <9607152248.AA15375@daneel.stuyts.nl> Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) X-Nextstep-Mailer: Mail 3.3 (Enhance 1.2) Received: by NeXT.Mailer (1.118.2) From: Ben Stuyts Date: Tue, 16 Jul 96 00:48:02 +0200 To: questions@freebsd.org Subject: 2.1.5R: UUCP errors, no flow control? Reply-To: ben@stuyts.nl Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, First of all, I am new to FreeBSD, but am very impressed with what I've seen so far. I have a little problem though: I am setting up a system with 2.1.5R, and I can't get UUCP to work properly. There is an external modem (ZyXEL 1496E+) on cuaa1, and I am trying to connect with another system through UUCP. Outgoing files go just fine, but incoming files give lots of NAK's, checksum errors, etc. I do not see any RTS/CTS flow control (I have one of those little RS232 tester on the rs232 port), so I suspect it must be related to that. The motherboard is a Chaintech 5IFM with a P100 and 32 MB ram. It has what looks like a UMC i/o chip, which is correctly recognized as having a pair of 16550A's. There are no memory or IRQ conflicts with other cards. I am running 2.1R patched up to 2.1.5R just yesterday. I have played around with stty, following /etc/rc.serial, but to no avail. stty -a -f /dev/cuaa1 says that crtscts is enabled anyway, even during the uucp session. I have searched the mailing list archives, and found that more people have this problem. None of the suggestions helped me though. I tried to patch serial.c from the uucp sources to enable hardware flow control, but this didn't help. I changed the i-protocol parameters (1 window, 512 bytes...) which helped a bit but not much. I tried different baud rates, etc. The archives also suggested that flow control wasn't in 2.1R anyway. Tell me that isn't true... Others suggested that the UMC chip is crap. It looks like a tty driver and/or hardware problem, right? What else can I try? Thanks, Ben