From owner-freebsd-usb@FreeBSD.ORG Sun Mar 18 18:57:57 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17A6C106566B for ; Sun, 18 Mar 2012 18:57:57 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id C85AA8FC08 for ; Sun, 18 Mar 2012 18:57:56 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q2IIvtHN085828; Sun, 18 Mar 2012 12:57:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q2IIvtUw085825; Sun, 18 Mar 2012 12:57:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 18 Mar 2012 12:57:55 -0600 (MDT) From: Warren Block To: Fabio Dive In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sun, 18 Mar 2012 12:57:55 -0600 (MDT) Cc: freebsd-usb@freebsd.org Subject: Re: USB serial adapter, cu write: Device not configured X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2012 18:57:57 -0000 On Sun, 18 Mar 2012, Fabio Dive wrote: > Hello people! > > I write you because I have got a problem with the uplcom driver > on FreeBSD 9.0, I tried a lot of different things, read all I found, > manpages, forums, irc, google but still not able to solve my problem. > > I need to connect to my remote Alix board, > the remote console setup is 19200 8N1. > I am using a short USB Prolific Tec.. serial cable adapter with a > NULL modem cable, the last one plugged one side to the Alix board, > the other side to the adapter cable. > > Under Linux Debian everything is fine, so the hardware and cables > should be ok, under Linux I used minicom and cu and tip without problems. > With FreeBSD and NetBSD, big problems..the result is always > the same, I can receive but I cannot transmit. > > (working as root) > *cu -t -s 19200 -l /dev/cuaU0 > write: Device not configured > (I can't transmit but I can receive the output if I reboot the remote > alix board) Add the user to the dialer group. If that doesn't do it, make sure the user has write permission to the USB device and /dev/cuaU0.