From owner-freebsd-stable Thu Jun 14 12:48:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id D13FB37B40D for ; Thu, 14 Jun 2001 12:48:31 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f5EJmOe28264; Thu, 14 Jun 2001 12:48:24 -0700 (PDT) (envelope-from dillon) Date: Thu, 14 Jun 2001 12:48:24 -0700 (PDT) From: Matt Dillon Message-Id: <200106141948.f5EJmOe28264@earth.backplane.com> To: David Miller Cc: freebsd-stable@FreeBSD.ORG Subject: Re: serial port stuck at 9600 References: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :configured with the com port on "auto". When set to be com1 at IRQ 4 it :ceased to function at all, matching the other two systems. : :I've tracked the problem down to the port (ttyd0) not having DCD :input. Using cuaa0 worked fine, so the serial port is OK. : :I checked the cable, and DCD is wired straight through (pin 1 on the 9 pin :ports), so it's not the cable. That is the cable... when building a null modem cable DTR is supposed to be wired to DCD and vise versa. It should be something like: DTR -> DCD DTR -> DSR DCD <- DTR DSR <- DTR RTS -> CTS CTS <- RTS TX -> RX RX <- TX SGND<-> SGND -Matt :I'm connecting with a serial port on another PC running freebsd and "cu -l :/dev/cuaa0 or cu -l /dev/ttyd0". In both cases I get a connection :message, but the remote end never responds. I slapped a breakout box on :the end of the cable and confirmed that DCD is not being raised by cu. : :That means my question is: "When using a FreeBSD system as a console for :another system, how do I raise DCD in order to establish a connection?" : :Clues welcomed:) : :--- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message