From owner-freebsd-stable@FreeBSD.ORG Wed Jan 5 18:29:19 2005 Return-Path: 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 C9F1916A4CE for ; Wed, 5 Jan 2005 18:29:19 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E2B443D39 for ; Wed, 5 Jan 2005 18:29:19 +0000 (GMT) (envelope-from falkenbe@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so93092rne for ; Wed, 05 Jan 2005 10:29:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Ra2jZMc76HLgTgfHL6Rohlokk+3oUEL4uLB+pzic0fLlnn4gAJms2ZvHK2Xv4vGhqIQSrOwcbl+FdMchfGieeG3yeNqbkjrMm6H5XrzdlrutuaqXKQ7I1mfFGszZRZ5u0wL49aYurgdjzFIPS661MEMbgbjzbL3yn187oYAzK9w= Received: by 10.38.101.70 with SMTP id y70mr16898rnb; Wed, 05 Jan 2005 10:29:18 -0800 (PST) Received: by 10.38.14.69 with HTTP; Wed, 5 Jan 2005 10:29:18 -0800 (PST) Message-ID: <9cfc13970501051029471941fd@mail.gmail.com> Date: Wed, 5 Jan 2005 11:29:18 -0700 From: Ryan Falkenberg To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: uplcom usb to serial adapter broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ryan Falkenberg List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 18:29:19 -0000 I have a PL-2303 usb to serial adapter that I am trying to make work on my laptop that I've recently migrated to freebsd 5.3 from linux. After loading ucom and uplcom I can connect to and send commands to serial devices with minicom but I cannot see the results of any commands. If I connect to a managed switch I can login and type commands but no output is ever sent back to the screen (I have verified that commands sent from the adapter are reaching the switch). I have also tried connecting to a serial modem with the same results. I have experienced the same results on my laptop and a desktop, both are freebsd 5.3. I can communicate properly with the serial devices using a freebsd desktop with a standard serial port so I know the baudrates are correct, and I can communicate with the serial devices from my laptop using the usb adapter in windows and linux using the uplcom drivers. I can also use my laptop to sync with a usb handspring visor in freebsd, so I think the usb system is working properly. Can anyone help me get this adapter working under freebsd?