From owner-freebsd-questions@FreeBSD.ORG Tue May 27 00:37:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8895437B401 for ; Tue, 27 May 2003 00:37:02 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C1043F75 for ; Tue, 27 May 2003 00:37:02 -0700 (PDT) (envelope-from sandshrimp@attbi.com) Received: from attbi.com (12-231-125-23.client.attbi.com[12.231.125.23]) by attbi.com (rwcrmhc52) with SMTP id <20030527073701052000j4sue>; Tue, 27 May 2003 07:37:01 +0000 Message-ID: <3ED31553.6010003@attbi.com> Date: Tue, 27 May 2003 00:35:47 -0700 From: Ryan Merrick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030418 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: serial terminal fails on 4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 07:37:02 -0000 I am trying to setup a serial terminal. I have tested the null modem cable and #/dev/cuaa0 sides of the serial ports with a masterpower's serial interface and #tip cuaa0b. On the client I am using minicom with 19200bps, 8bits, no parity, 1 stop bit, no hardware flowcontrol, and no software flow control. I am unable to connect to the server. I have fiddled with the flow control, parity, bps, and terminal. I have read the handbook and faq on serial connections. I have tried a different client and server to the same results. What am I missing ? What else can I try ? Server's configuration: #uname -srm FreeBSD 4.8-STABLE i386 #dmesg | grep sio sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A #grep ttyd0 /etc/ttys ttyd0 "/usr/libexec/getty std.19200" vt100 on secure #ps -a | grep ttyd0 383 d0 Is+ 0:00.00 /usr/libexec/getty std.19200 ttyd0 #stty -af /dev/cuaa0 stty: /dev/cuaa0: Device busy #stty -af /dev/ttyd0 speed 19200 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 onocr onlret cflags: cread cs8 -parenb -parodd hupcl clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^?; erase2 = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W; #comcontrol /dev/ttyd0 dtrwait 300 drainwait 30 Client's configuration: #uname -srm FreeBSD 4.8-RC i386 #dmesg | grep sio sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A #grep ttyd0 /etc/ttys ttyd0 "/usr/libexec/getty std.19200" vt100 off secure #stty -af /dev/ttyd0 stty: /dev/ttyd0: Device busy #stty -af /dev/cuaa0 speed 19200 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 -onocr -onlret cflags: cread cs8 -parenb -parodd hupcl clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^?; erase2 = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W; #comcontrol /dev/cuaa0 dtrwait 300 drainwait 30 Ryan Merrick