From owner-freebsd-current@FreeBSD.ORG Tue Jan 18 15:12:20 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 D045416A4CE; Tue, 18 Jan 2005 15:12:20 +0000 (GMT) Received: from dgap-gw.mipt.ru (dgap-gw.mipt.ru [194.85.81.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485C743D41; Tue, 18 Jan 2005 15:12:20 +0000 (GMT) (envelope-from nepal@nas.dgap.mipt.ru) Received: from localhost (unknown [127.0.0.1]) by dgap-gw.mipt.ru (Postfix) with ESMTP id 7DC9A60D9A06; Tue, 18 Jan 2005 18:08:16 +0300 (MSK) Received: from dgap-gw.mipt.ru ([127.0.0.1]) by localhost (dgap-gw.mipt.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16331-09; Tue, 18 Jan 2005 18:08:07 +0300 (MSK) Received: from nas.dgap.mipt.ru (nas.dgap.mipt.ru [194.85.81.203]) by dgap-gw.mipt.ru (Postfix) with ESMTP id E80CA60D9A01; Tue, 18 Jan 2005 18:08:07 +0300 (MSK) Received: from nas.dgap.mipt.ru (localhost [127.0.0.1]) by nas.dgap.mipt.ru (8.12.9p2/8.12.9) with ESMTP id j0IFH8f3026727; Tue, 18 Jan 2005 18:17:08 +0300 (MSK) (envelope-from nepal@nas.dgap.mipt.ru) Received: (from nepal@localhost) by nas.dgap.mipt.ru (8.12.9p2/8.12.9/Submit) id j0IFH8vL026726; Tue, 18 Jan 2005 18:17:08 +0300 (MSK) (envelope-from nepal) Date: Tue, 18 Jan 2005 18:17:07 +0300 From: "Andrew L. Neporada" To: Emanuel Strobl Message-ID: <20050118151707.GA26651@nas.dgap.mipt.ru> References: <200501181306.49120.emanuel.strobl@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501181306.49120.emanuel.strobl@gmx.net> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new-20030616-p8 (Gentoo) at dgap.mipt.ru X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=7.5 tests= X-Spam-Level: cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org 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: Tue, 18 Jan 2005 15:12:21 -0000 On Tue, Jan 18, 2005 at 01:06:43PM +0100, Emanuel Strobl wrote: > Dear experts, > > I have two USB-RS232 Adaptors, both with PL2303 chipset. One is working the > other one not (I hate to say it but both are working under win). > > The not working (more expensive) one gets recognized as ucom0 and I have > ucom0, also I can receive signal but not transmit. > [skip] Take a look at http://gate.intercaf.ru/~lesha/6100/ and try patch http://gate.intercaf.ru/~lesha/6100/pl2303x.patch It can break old (working) PL2303 chip, but it works for me with newer revision chip (tested under 4.10). > > -Harry Andrew.