From owner-freebsd-current@FreeBSD.ORG Fri Jan 21 16:32:25 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB00816A4CE; Fri, 21 Jan 2005 16:32:25 +0000 (GMT) Received: from ss.eunet.cz (ss.eunet.cz [193.85.228.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id C777443D41; Fri, 21 Jan 2005 16:32:24 +0000 (GMT) (envelope-from mime@traveller.cz) Received: from localhost.i.cz (ss.eunet.cz. [193.85.228.13]) by ss.eunet.cz (8.13.1/8.13.1) with ESMTP id j0LGWh7h025864; Fri, 21 Jan 2005 17:32:43 +0100 (CET) (envelope-from mime@traveller.cz) From: Michal Mertl To: Emanuel Strobl In-Reply-To: <200501211214.15327.emanuel.strobl@gmx.net> References: <1106134006.1132.12.camel@genius2.i.cz> <1106227110.716.11.camel@genius2.i.cz> <200501211214.15327.emanuel.strobl@gmx.net> Content-Type: text/plain Date: Fri, 21 Jan 2005 17:32:19 +0100 Message-Id: <1106325139.754.6.camel@genius2.i.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org cc: bernd@bwct.de Subject: Re: strange ucom (uplcom) error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 16:32:25 -0000 Emanuel Strobl wrote: > Am Donnerstag, 20. Januar 2005 14:18 schrieb Michal Mertl: > > > I tested my patch for binary safety on CURRENT yesterday (dialed with > > ppp) and didn't notice any problem. > > > > I'm attaching my patch again because some recipients didn't probably > > receive it yesterday. > > This didn't apply cleanly against my -stable from today. > Attached is a cleaned version (#define RSAQ_STATUS_CTS doesn't exist in > -stable uplcom.c) for -stable which compiles for me. > Thank you. I found I can't run getty on the converter. I see some output on the remote computer but it stops pretty soon. If I issue "setty -f /dev/cuaU0 crtscts" I get some more output. It works really realiably in the other direction (running getty on real serial and connecting to it with cu through the converter). I will try to find out more. > > > > > Michal