From owner-freebsd-stable@FreeBSD.ORG Wed Oct 22 17:42:23 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 047AC1065670 for ; Wed, 22 Oct 2008 17:42:23 +0000 (UTC) (envelope-from nerozero@itcs.ge) Received: from mail.itcs.ge (mail.itcs.ge [62.168.166.235]) by mx1.freebsd.org (Postfix) with SMTP id 470018FC12 for ; Wed, 22 Oct 2008 17:42:19 +0000 (UTC) (envelope-from nerozero@itcs.ge) Received: (qmail 64687 invoked by uid 1011); 22 Oct 2008 17:37:53 -0000 Received: from 10.10.0.15 by ns.itcs.ge (envelope-from , uid 1009) with qmail-scanner-1.25-st-qms (clamdscan: 0.93.3/8156. spamassassin: 3.1.8. perlscan: 1.25-st-qms. Clear:RC:0(10.10.0.15):SA:0(-4.0/5.0):. Processed in 5.265618 secs); 22 Oct 2008 17:37:53 -0000 X-Spam-Status: No, hits=-4.0 required=5.0 X-Antivirus-ITCS.GE-Mail-From: nerozero@itcs.ge via ns.itcs.ge X-Antivirus-ITCS.GE: 1.25-st-qms (Clear:RC:0(10.10.0.15):SA:0(-4.0/5.0):. Processed in 5.265618 secs Process 64679) Received: from nzhome.itcs.ge (HELO zeroathome) (nerozero@itcs.ge@10.10.0.15) by mail.itcs.ge with SMTP; 22 Oct 2008 17:37:48 -0000 From: "George Eliozov" To: Date: Wed, 22 Oct 2008 21:41:41 +0400 Organization: ITCS MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: Ack0bXEn75LeZbVkTluZ4HjBaeyNyg== X-Antivirus-ITCS.GE-Message-ID: <1224697068107064679@ns.itcs.ge> Message-Id: <20081022174220.470018FC12@mx1.freebsd.org> Subject: FTDI FT232BM USB-COM driver problems 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: Wed, 22 Oct 2008 17:42:23 -0000 Hi. I have some problems with USB->Serial FTDI FT232BM chip drivers on FreeBSD 7.0... The system recognize the USB device, but when I making connection to /dev/cuaU0 or /dev/ttyU0 I can't send or receive any data from device. cu -l/dev/cuaU0 -s9600 - No response at all, can't even quit the program cu -l/dev/ttyU0 -s9600 - Sometimes working, but few bites/chars after - no response... Sometimes I have error message like: ucom0: open bluk out error (addr 2): IN_USE Thanks!