From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 06:31:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3733316A41C for ; Tue, 5 Jul 2005 06:31:33 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E273C43D49 for ; Tue, 5 Jul 2005 06:31:32 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 83FE288967; Tue, 5 Jul 2005 08:31:30 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16811-10; Tue, 5 Jul 2005 08:31:24 +0200 (CEST) Received: from firewall.demig (p508398F8.dip0.t-ipconnect.de [80.131.152.248]) by server.absolute-media.de (Postfix) with ESMTP id B3DB07EF15; Tue, 5 Jul 2005 08:31:24 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j656UOmF019291; Tue, 5 Jul 2005 08:30:24 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "Emanuel Strobl" , Date: Tue, 5 Jul 2005 08:30:13 +0200 Message-ID: <000801c5812b$00154d20$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Importance: Normal In-Reply-To: <200506292122.09097@harrymail> X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: Subject: RE: uplcom a callin only device? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 06:31:33 -0000 > -----Original Message----- > From: Emanuel Strobl [mailto:Emanuel.strobl@gmx.net] > Sent: Wednesday, June 29, 2005 9:22 PM > To: freebsd-questions@freebsd.org > Cc: Norbert Koch > Subject: Re: uplcom a callin only device? > > > Am Mittwoch, 29. Juni 2005 16:32 schrieb Norbert Koch: > > > 5.4 has the new uplcom driver which checks the revision maybe you > > > can apply > > > the cvs version to your 5.3 (guess). > > > > > > -Harry > > > > I tested this with RELENG_5 as of last week. > > Hmm, then you have the new uplcom driver... > > > The device seems to be correctly recognized. > > I see /dev/ucom0 appearing, when I connect > > the adaptor. > > That's the problem, the chipset has the same id although it's design has > changed. > What does usbdevs -v say? You'll have a line like: > USB-Serial Controller(0x2303), Prolific Technology Inc.(0x067b), rev 3.00 > > Rev. 3.00 ist the latest I have, the former was 2.02. Maybe they > once again > designed a new chipset... > Here's my usbdevs output USB-Serial Controller(0x2303), Prolific Technology Inc.(0x067b), rev 3.00 Norbert