From owner-freebsd-questions@FreeBSD.ORG Tue Nov 8 14:46:24 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A38316A41F for ; Tue, 8 Nov 2005 14:46:24 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id E83E843D45 for ; Tue, 8 Nov 2005 14:46:20 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by zproxy.gmail.com with SMTP id m22so546634nzf for ; Tue, 08 Nov 2005 06:46:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jPvq9aj04E+qUQ8F8/hp9FUHGIzmVEOC8YvWnl380Z7dR6WhFQchlgzncvSAo4ffFu8FJE4uh7WmuSSOmO40HmI6AasUFolAXP5kc1I+Sr/zsuP7oZJ2cXwB6qTtM8Deiuu7jMFtCwHFzwEBgwWuOOTtuEmpYviMavPoQ+OyFg8= Received: by 10.65.235.11 with SMTP id m11mr6621082qbr; Tue, 08 Nov 2005 06:46:20 -0800 (PST) Received: by 10.65.253.2 with HTTP; Tue, 8 Nov 2005 06:46:20 -0800 (PST) Message-ID: <54db43990511080646x76ca0b17n4c2939fc8f7c7df4@mail.gmail.com> Date: Tue, 8 Nov 2005 09:46:20 -0500 From: Bob Johnson To: Nathan Vidican In-Reply-To: <4370B124.1010103@wmptl.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4370B124.1010103@wmptl.com> Cc: questions@freebsd.org Subject: Re: USB 2.0 Support (re-post, more info) 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: Tue, 08 Nov 2005 14:46:24 -0000 On 11/8/05, Nathan Vidican wrote: > I tried plugging the device in to all four ports on the USB 2.0 PCI Card,= to > no > avail, no device/event is registered. I read the manpage on usbd, and it > appears > to be monitoring/watching for devices. I connect the device to one of the > two > ports on the mainboard, and I get this: > > > uhub3: device problem (SET_ADDR_FAILED), disabling port 1 > umass0: Cypress Semiconductor USB2.0 Storage Device, rev 2.00/0.01, addr = 2 > umass0: Get Max Lun not supported (STALLED) > umass0: at uhub0 port 1 (addr 2) disconnected > umass0: detached > umass0: Cypress Semiconductor USB2.0 Storage Device, rev 2.00/0.01, addr = 2 > umass0: Get Max Lun not supported (STALLED) > da1 at umass-sim0 bus 0 target 0 lun 0 > da1: Fixed Direct Access SCSI-0 devic= e > da1: 1.000MB/s transfers > da1: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C) > > Yet again, my transfer speed is limited to the USB 1.1 specification of t= his > > controller, and it's terribly slow to be pulling 100GB tar files off of := ( USB 2.0 support is provided by the ehci(4) driver, which is not in a default install. It is also buggy, at least in 5.4-R. I use Firewire for large external drives. - Bob