From owner-freebsd-usb@FreeBSD.ORG Thu Aug 4 11:40:17 2005 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F2016A420 for ; Thu, 4 Aug 2005 11:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BBD43D4C for ; Thu, 4 Aug 2005 11:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j74BeGvE071732 for ; Thu, 4 Aug 2005 11:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j74BeFst071731; Thu, 4 Aug 2005 11:40:15 GMT (envelope-from gnats) Date: Thu, 4 Aug 2005 11:40:15 GMT Message-Id: <200508041140.j74BeFst071731@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/83863: Communication problem between opensc/openct via USB with e-gate smart-card. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 11:40:17 -0000 The following reply was made to PR usb/83863; it has been noted by GNATS. From: Hans Petter Selasky To: Janos Mohacsi Cc: bug-followup@freebsd.org, janos.mohacsi@bsd.hu Subject: Re: usb/83863: Communication problem between opensc/openct via USB with e-gate smart-card. Date: Thu, 4 Aug 2005 13:40:23 +0200 On Thursday 04 August 2005 03:40, Janos Mohacsi wrote: > I tried new usb subsystem with similar results: > Aug 4 02:58:14 scone kernel: usbd_transfer_done: xfer=0xc1b7ec00 > pipe=0xc1b7e004 status=22 actlen=13 status=22 means that the transfer stalled. > Aug 4 02:58:14 scone ifdhandler[677]: usb_do_request failed: > Input/output error (5) > > Next? Control endpoints shouldn't stall. Maybe you could turn on some more debugging: sysctl hw.usb.uhci.debug=15 This will show which of the transfers in the control transfer, that stalled. Could you have posted the code from "ifdhandler" where "usb_do_request" is called from? --HPS