From owner-freebsd-current@FreeBSD.ORG Sat Sep 19 13:52:43 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69BA11065676 for ; Sat, 19 Sep 2009 13:52:43 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id F08938FC15 for ; Sat, 19 Sep 2009 13:52:42 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=J56WAFSd9XEA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6I5d2MoRAAAA:8 a=8bUN7rodoNQZzdU9OpMA:9 a=nQc8jaaU5qXyCrGGrY7TS3kdQ6AA:4 a=6QAPRyzfe0AA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1138148648; Sat, 19 Sep 2009 15:52:39 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 19 Sep 2009 15:53:11 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: In-Reply-To: X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909191553.12645.hselasky@c2i.net> Cc: Subject: Re: USB-to-serial adapter no longer working in 8.0-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 19 Sep 2009 13:52:43 -0000 On Saturday 19 September 2009 05:40:28 Greg Rivers wrote: > Last May, Hans Petter Selasky fixed up the umct driver for 8.0-CURRENT > (http://lists.freebsd.org/pipermail/freebsd-current/2009-May/007125.html). > After updating to 8.0-RC1 I find that the driver has a new problem. > > Testing with cu(1) and a modem, I can see by watching the lights on the > modem and on the usb-serial adapter that it still asserts DTR and sends > and receives characters properly, but no characters reach the terminal. > That seems to be the only problem: characters from the attached serial > device seem to disappear before reaching whatever program has the serial > device open. But strangely enough, power cycling the modem results in a > few "line noise" characters appearing. Perhaps the driver is no longer > responding appropriately to DSR? > > Any insight or troubleshooting clues would be much appreciated. Hi, You need to provide debug output from: sysctl hw.usb.ucom.debug=15 and sysctl hw.usb.umct.debug=15 If it exists. --HPS