From owner-freebsd-usb@FreeBSD.ORG Wed Aug 3 13:27:47 2005 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 450CC16A41F for ; Wed, 3 Aug 2005 13:27:47 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swipnet.se [212.247.155.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id A86DE43D46 for ; Wed, 3 Aug 2005 13:27:46 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== Received: from mp-217-233-151.daxnet.no ([193.217.233.151] verified) by mailfe13.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 3118600; Wed, 03 Aug 2005 15:27:44 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Janos Mohacsi Date: Wed, 3 Aug 2005 15:28:36 +0200 User-Agent: KMail/1.7 References: <200508031150.j73BoJ3r099577@freefall.freebsd.org> In-Reply-To: <200508031150.j73BoJ3r099577@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508031528.38023.hselasky@c2i.net> 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: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2005 13:27:47 -0000 On Wednesday 03 August 2005 13:50, Janos Mohacsi wrote: > The following reply was made to PR usb/83863; it has been noted by GNATS. > > From: Janos Mohacsi > To: bug-followup@FreeBSD.org, janos.mohacsi@bsd.hu > Cc: > Subject: Re: usb/83863: Communication problem between opensc/openct via USB > with e-gate smart-card. > Date: Wed, 03 Aug 2005 13:42:45 +0200 > > I am using UHCI. See: > > > mohacsi@scone> sudo usbdevs -v > Controller /dev/usb0: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > port 1 powered > port 2 powered > Controller /dev/usb1: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > port 1 addr 2: low speed, power 30 mA, config 1, SchlumbergerSema > Cryptoflex e-gate(0x0001), SchlumbergerSema(0x0973), rev 1.00 > port 2 powered > Controller /dev/usb2: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > port 1 powered > port 2 powered > > Should I try EHCI? If you got EHCI, you could try connecting your device through an USB 2.0 hub, if it is not USB 2.0 compliant. > > Is it normal to have patch failure to sys/i386/include/bus_at386.h ? > The contents of this file has been moved into "sys/i386/include/bus.h". The patches are not critical for the USB driver, so it is ok if they fail. --HPS