From owner-freebsd-questions@FreeBSD.ORG Thu Jan 14 20:42:44 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7796A106568F for ; Thu, 14 Jan 2010 20:42:44 +0000 (UTC) (envelope-from pp@pp.dyndns.biz) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 30FBD8FC16 for ; Thu, 14 Jan 2010 20:42:43 +0000 (UTC) Received: from ipb2.telenor.se (195.54.127.165) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC0262B190 for freebsd-questions@freebsd.org; Thu, 14 Jan 2010 21:42:42 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AklDABsRT0tV4js3PGdsb2JhbACBRIZvkzkBAQEBN7wHhDAE X-IronPort-AV: E=Sophos;i="4.49,277,1262559600"; d="scan'208";a="26666328" Received: from c-373be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.55]) by ipb2.telenor.se with ESMTP; 14 Jan 2010 21:42:42 +0100 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.3/8.14.3) with ESMTP id o0EKgf6r051073 for ; Thu, 14 Jan 2010 21:42:41 +0100 (CET) (envelope-from pp@pp.dyndns.biz) Message-ID: <4B4F81C1.2040504@pp.dyndns.biz> Date: Thu, 14 Jan 2010 21:42:41 +0100 From: pp@pp.dyndns.biz User-Agent: Thunderbird 2.0.0.23 (X11/20091010) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4B4F6515.6040105@pp.dyndns.biz> <4B4F7A42.407@pp.dyndns.biz> In-Reply-To: <4B4F7A42.407@pp.dyndns.biz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Problem with USB serial in linux emulation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 20:42:44 -0000 > Adding some more info myself here. Initially I only copied the shared > libraries the program needed from my Linux computer and loaded the linux > kernel module. Installing the full linux_base-f10 port seems to get rid > of the error message so it seems unrelated to the actual communication > problem I experience. > The program initially detects the card in the reader but as soon as I > try to communicate with it, the program thinks the reader is empty. Does > anyone recognize this behaviour? > /Morgan Debug output shows a read timeout. Are there any tricks with stty that has to be performed to make serial communication work through the linux emulation layer? /Morgan