From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 20:09:39 2005 Return-Path: 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 0ED2916A4CE for ; Thu, 24 Feb 2005 20:09:39 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id F275643D5C for ; Thu, 24 Feb 2005 20:09:37 +0000 (GMT) (envelope-from ph.schulz@gmx.de) Received: (qmail invoked by alias); 24 Feb 2005 20:09:36 -0000 Received: from dsl-084-056-228-227.arcor-ip.net (EHLO [192.168.1.4]) (84.56.228.227) by mail.gmx.net (mp008) with SMTP; 24 Feb 2005 21:09:36 +0100 X-Authenticated: #1954550 Message-ID: <421E34C6.6010305@gmx.de> Date: Thu, 24 Feb 2005 21:10:46 +0100 From: Phil Schulz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041217 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: Osmany Guirola Cruz References: <1109260854.36880.3.camel@draco.cigb.edu.cu> In-Reply-To: <1109260854.36880.3.camel@draco.cigb.edu.cu> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 cc: freebsd-questions@freebsd.org Subject: Re: usb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 20:09:39 -0000 On 02/24/05 17:00, Osmany Guirola Cruz wrote: > Hi > i have an usb 2.0 external harddisk this is the info > > umass0: Maxtor OneTouch, rev 2.00/2.00, addr 2 > umass0: Get Max Lun not supported (STALLED) > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-0 device > da0: 1.000MB/s transfers > da0: 117246MB (240119808 512 byte sectors: 255H 63S/T 14946C) > > Why the speed it's so slow? i have a 2.0 usb card :-( > How can i change the transfer speed > You'll need device ehci in your kernel or module ehci.ko loaded. Even then, the reported speed is not always correct. To find out at what speed your device is running, try to transfer some large file with dd. HTH, Phil.