From owner-freebsd-questions@FreeBSD.ORG Mon Mar 29 03:29:44 2004 Return-Path: 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 24ECB16A4CE for ; Mon, 29 Mar 2004 03:29:44 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB5B43D3F for ; Mon, 29 Mar 2004 03:29:43 -0800 (PST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) i2TBRxUS030561 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 29 Mar 2004 13:28:01 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id i2TBQmhn026591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Mar 2004 13:26:49 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.11/8.12.11) with ESMTP id i2TBQmcp027095; Mon, 29 Mar 2004 13:26:48 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.11/8.12.11/Submit) id i2TBQlM2027094; Mon, 29 Mar 2004 13:26:47 +0200 (CEST) (envelope-from ticso) Date: Mon, 29 Mar 2004 13:26:47 +0200 From: Bernd Walter To: Macio Plona Message-ID: <20040329112646.GC26269@cicely12.cicely.de> References: <404F7906.7080104@mion.elka.pw.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <404F7906.7080104@mion.elka.pw.edu.pl> X-Operating-System: FreeBSD cicely12.cicely.de 5.2-CURRENT alpha User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=3.0 tests=BAYES_00 autolearn=ham version=2.61 X-Spam-Report: * -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on cicely5.cicely.de cc: freebsd-questions@freebsd.org Subject: Re: usb-serial adapter doesnt work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 11:29:44 -0000 On Wed, Mar 10, 2004 at 08:22:30PM +0000, Macio Plona wrote: > Hello, > Ive got laptop Toshiba Satellite A20-s103. There are no comms port, but > 3 USBs. > I need get to console to some server, so i purchased an USB-RS232 adapter. > My system recognized it, but i cant `cu` or `tip` to any machine... :( > Could somebody help me make it work? > > Part of `dmesg`: > ugen0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), > rev 1.10/ 2.02, addr 2 > ohci0: mem 0xf7efc000-0xf7efcfff irq 11 at > device 12.0 on pci0 > usb0: OHCI version 1.0 > usb0: SMM does not respond, resetting > usb0: on ohci0 > usb0: USB revision 1.0 > uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 3 ports with 3 removable, self powered > ugen0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), It's attached to ugen instead of uplcom/ucom > On a hardware notes ive read, that it needs a 'uplcom' driver, so i > loaded it to kernel: > root# kldstat > Id Refs Address Size Name > 1 6 0xc0100000 3516a0 kernel > 2 1 0xc1e4a000 7000 linprocfs.ko > 3 1 0xc1ec0000 3000 daemon_saver.ko > 4 1 0xc1ec3000 15000 linux.ko > 5 1 0xc204c000 3000 uplcom.ko > 6 1 0xc2050000 4000 ucom.ko You need the drivers loaded _befor_ attaching the device. Otherwise ugen take care of it and uplcom has no chance to take over. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de