From owner-freebsd-stable@FreeBSD.ORG Fri May 5 15:37:08 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70B0116A401 for ; Fri, 5 May 2006 15:37:08 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16CD143D48 for ; Fri, 5 May 2006 15:37:07 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 1AE7FB826 for ; Fri, 5 May 2006 11:37:07 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <20060505105403.V33194@ns0.dcoder.net> References: <200605031402.QAA17412@galaxy.hbg.de.ao-srv.com> <20060505105403.V33194@ns0.dcoder.net> Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-6-1032501797; protocol="application/pkcs7-signature" Message-Id: From: Vivek Khera Date: Fri, 5 May 2006 11:37:06 -0400 To: freebsd-stable X-Mailer: Apple Mail (2.749.3) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: usb to serial X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 15:37:08 -0000 --Apple-Mail-6-1032501797 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On May 5, 2006, at 11:04 AM, David Coder wrote: > thx for the suggestions, guys. with > > device uftdi > device uplcom you should really only need one of these. > > in the kernel config the adapter shows up as > > ugen0: ArkMicroChips USB-UART Controller, rev 1.10/0.01, addr 2 > it did not detect it as a serial port, just a generic device. you might need a different driver. Look to see if "ArkMicroChips" is a supported device. Seems not. > no specific com port shows up, however, so i must need something else. look for /dev/cuaU0 once you get it recognized as a real device, not a generic object. --Apple-Mail-6-1032501797--